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

  /external/icu/icu4c/source/test/cintltst/
reapits.c 568 result = uregex_findNext(re, &status);
574 result = uregex_findNext(re, &status);
583 result = uregex_findNext(re, &status);
589 result = uregex_findNext(re, &status);
697 TEST_ASSERT(uregex_findNext(re, &status));
721 TEST_ASSERT(uregex_findNext(re,&status) == TRUE);
723 TEST_ASSERT(uregex_findNext(re, &status) == TRUE);
725 TEST_ASSERT(uregex_findNext(re, &status) == FALSE);
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof_conf.cpp 260 while (uregex_findNext(fParseLine, &status)) {
286 while (uregex_findNext(fParseHexNum, &status)) {
uspoof_wsconf.cpp 166 while (uregex_findNext(parseRegexp, &status)) {
uregex.cpp 597 // uregex_findNext
601 uregex_findNext(URegularExpression *regexp2,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 596 uregex_findNext(URegularExpression *regexp,
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 85 milliseconds