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

  /external/icu/icu4c/source/test/cintltst/
reapits.c 565 result = uregex_findNext(re, &status);
571 result = uregex_findNext(re, &status);
580 result = uregex_findNext(re, &status);
586 result = uregex_findNext(re, &status);
694 TEST_ASSERT(uregex_findNext(re, &status));
718 TEST_ASSERT(uregex_findNext(re,&status) == TRUE);
720 TEST_ASSERT(uregex_findNext(re, &status) == TRUE);
722 TEST_ASSERT(uregex_findNext(re, &status) == FALSE);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
reapits.c 524 result = uregex_findNext(re, &status);
530 result = uregex_findNext(re, &status);
539 result = uregex_findNext(re, &status);
545 result = uregex_findNext(re, &status);
653 TEST_ASSERT(uregex_findNext(re, &status));
677 TEST_ASSERT(uregex_findNext(re,&status) == TRUE);
679 TEST_ASSERT(uregex_findNext(re, &status) == TRUE);
681 TEST_ASSERT(uregex_findNext(re, &status) == FALSE);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_conf.cpp 257 while (uregex_findNext(fParseLine, &status)) {
283 while (uregex_findNext(fParseHexNum, &status)) {
uspoof_wsconf.cpp 165 while (uregex_findNext(parseRegexp, &status)) {
uregex.cpp 579 // uregex_findNext
583 uregex_findNext(URegularExpression *regexp2,
    [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/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h 516 uregex_findNext(URegularExpression *regexp,
664 * causing uregex_findNext to begin at the specified index, and causing
671 * uregex_findNext() should begin searching.
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 596 uregex_findNext(URegularExpression *regexp,
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 84 milliseconds