HomeSort by relevance Sort by last modified time
    Searched refs:UREGEX_DOTALL (Results 1 - 7 of 7) sorted by null

  /external/icu4c/tools/genrb/
prscmnts.cpp 93 RegexMatcher matcher(patternString, UREGEX_DOTALL, *status);
153 RegexMatcher matcher(patternStrings[option], UREGEX_DOTALL, *status);
192 RegexMatcher matcher(patternStrings[option], UREGEX_DOTALL, *status);
  /external/icu4c/i18n/
repattrn.cpp 283 UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD |
334 UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD |
regexcmp.cpp     [all...]
  /external/icu4c/i18n/unicode/
uregex.h 63 UREGEX_DOTALL = 32,
    [all...]
  /external/icu4c/test/cintltst/
reapits.c 188 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD,
208 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &status);
214 UREGEX_CASE_INSENSITIVE | UREGEX_COMMENTS | UREGEX_DOTALL | UREGEX_MULTILINE | UREGEX_UWORD, 0, &status);
352 re = uregex_open(pat, -1, UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL, NULL, &status);
355 TEST_ASSERT(t == (UREGEX_CASE_INSENSITIVE | UREGEX_DOTALL));
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp     [all...]
rbbitst.cpp     [all...]

Completed in 4523 milliseconds