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 321 result = uregex_find(clone2, 0, &status);
552 result = uregex_find(re, 0, &status);
558 result = uregex_find(re, 9, &status);
564 result = uregex_find(re, 14, &status);
638 result = uregex_find(re, 0, &status);
708 TEST_ASSERT(uregex_find(re, -1, &status) == TRUE);
716 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
767 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
772 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE);
778 TEST_ASSERT(uregex_find(re, 0, &status) == TRUE)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 555 uregex_find(URegularExpression *regexp,
560 * 64bit version of uregex_find.
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 568 // uregex_find
572 uregex_find(URegularExpression *regexp2, function
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1388 #define uregex_find macro
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp     [all...]

Completed in 175 milliseconds