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

  /external/icu/icu4c/source/test/cintltst/
reapits.c 318 result = uregex_find(clone2, 0, &status);
549 result = uregex_find(re, 0, &status);
555 result = uregex_find(re, 9, &status);
561 result = uregex_find(re, 14, &status);
635 result = uregex_find(re, 0, &status);
705 TEST_ASSERT(uregex_find(re, -1, &status) == TRUE);
713 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
764 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
769 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
775 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 553 uregex_find(URegularExpression *regexp,
558 * 64bit version of uregex_find.
    [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 1379 #define uregex_find macro
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp     [all...]

Completed in 82 milliseconds