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

  /external/chromium_org/third_party/icu/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/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/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/
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 596 uregex_findNext(URegularExpression *regexp,
    [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 80 milliseconds