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

  /external/chromium_org/third_party/icu/source/test/cintltst/
reapits.c 454 result = uregex_matches(re, 0, &status);
460 result = uregex_matches(re, 0, &status);
466 result = uregex_matches(re, 1, &status);
475 result = uregex_matches(re, len, &status);
482 result = uregex_matches(re, 0, &status);
688 TEST_ASSERT(uregex_matches(re, -1, &status) == TRUE);
696 TEST_ASSERT(uregex_matches(re, 0, &status) == TRUE);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
reapits.c 495 result = uregex_matches(re, 0, &status);
501 result = uregex_matches(re, 0, &status);
507 result = uregex_matches(re, 1, &status);
516 result = uregex_matches(re, len, &status);
523 result = uregex_matches(re, 0, &status);
729 TEST_ASSERT(uregex_matches(re, -1, &status) == TRUE);
737 TEST_ASSERT(uregex_matches(re, 0, &status) == TRUE);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c 241 ** uregex_matches()
284 res = uregex_matches(pExpr, 0, &status);
286 icuFunctionError(p, "uregex_matches", status);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h 419 uregex_matches(URegularExpression *regexp,
424 * 64bit version of uregex_matches.
435 * of the input string. Contrast with uregex_matches().
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 446 uregex_matches(URegularExpression *regexp,
451 * 64bit version of uregex_matches.
479 * of the input string. Contrast with uregex_matches().
508 * of the input string. Contrast with uregex_matches().
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1361 #define uregex_matches macro
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp 487 // uregex_matches
491 uregex_matches(URegularExpression *regexp2, function
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 505 // uregex_matches
509 uregex_matches(URegularExpression *regexp2, function
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1382 #define uregex_matches macro
    [all...]

Completed in 306 milliseconds