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

  /external/chromium_org/third_party/icu/source/test/cintltst/
reapits.c 274 result = uregex_find(clone2, 0, &status);
505 result = uregex_find(re, 0, &status);
511 result = uregex_find(re, 9, &status);
517 result = uregex_find(re, 14, &status);
591 result = uregex_find(re, 0, &status);
661 TEST_ASSERT(uregex_find(re, -1, &status) == TRUE);
669 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
720 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
725 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
731 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 315 result = uregex_find(clone2, 0, &status);
546 result = uregex_find(re, 0, &status);
552 result = uregex_find(re, 9, &status);
558 result = uregex_find(re, 14, &status);
632 result = uregex_find(re, 0, &status);
702 TEST_ASSERT(uregex_find(re, -1, &status) == TRUE);
710 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
761 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
766 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
772 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h 489 uregex_find(URegularExpression *regexp,
494 * 64bit version of uregex_find.
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 553 uregex_find(URegularExpression *regexp,
558 * 64bit version of uregex_find.
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp 548 // uregex_find
552 uregex_find(URegularExpression *regexp2, function
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 566 // uregex_find
570 uregex_find(URegularExpression *regexp2, function
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1342 #define uregex_find macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1363 #define uregex_find macro
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp     [all...]

Completed in 133 milliseconds