Home
last modified time | relevance | path

Searched refs:REGEX_RUN_DEBUG_PRINTF (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dregeximp.h56 #define REGEX_RUN_DEBUG_PRINTF(a) printf a macro
59 #define REGEX_RUN_DEBUG_PRINTF(a)
Drematch.cpp4214 REGEX_RUN_DEBUG_PRINTF(("Match. start=%d end=%d\n\n", fMatchStart, fMatchEnd)); in MatchAt()
4220 REGEX_RUN_DEBUG_PRINTF(("No match\n\n")); in MatchAt()
5638 REGEX_RUN_DEBUG_PRINTF(("Match. start=%d end=%d\n\n", fMatchStart, fMatchEnd)); in MatchChunkAt()
5644 REGEX_RUN_DEBUG_PRINTF(("No match\n\n")); in MatchChunkAt()