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 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/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 553 uregex_find(URegularExpression *regexp,
558 * 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 566 // uregex_find
570 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 1421 #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 661 milliseconds