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

  /external/chromium/third_party/icu/source/test/cintltst/
reapits.c 419 result = uregex_matches(re, 0, &status);
425 result = uregex_matches(re, 0, &status);
431 result = uregex_matches(re, 1, &status);
440 result = uregex_matches(re, len, &status);
447 result = uregex_matches(re, 0, &status);
653 TEST_ASSERT(uregex_matches(re, -1, &status) == TRUE);
661 TEST_ASSERT(uregex_matches(re, 0, &status) == TRUE);
    [all...]
  /external/icu4c/test/cintltst/
reapits.c 464 result = uregex_matches(re, 0, &status);
470 result = uregex_matches(re, 0, &status);
476 result = uregex_matches(re, 1, &status);
485 result = uregex_matches(re, len, &status);
492 result = uregex_matches(re, 0, &status);
698 TEST_ASSERT(uregex_matches(re, -1, &status) == TRUE);
706 TEST_ASSERT(uregex_matches(re, 0, &status) == TRUE);
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
uregex.h 304 uregex_matches(URegularExpression *regexp,
311 * of the input string. Contrast with uregex_matches().
    [all...]
  /external/icu4c/i18n/unicode/
uregex.h 446 uregex_matches(URegularExpression *regexp,
453 * of the input string. Contrast with uregex_matches().
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uregex.cpp 295 // uregex_matches
299 uregex_matches(URegularExpression *regexp, function
    [all...]
  /external/icu4c/i18n/
uregex.cpp 507 // uregex_matches
511 uregex_matches(URegularExpression *regexp2, function
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 990 #define uregex_matches macro
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 990 #define uregex_matches macro
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 990 #define uregex_matches macro
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 990 #define uregex_matches macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1355 #define uregex_matches macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 1182 #define uregex_matches macro
    [all...]

Completed in 1877 milliseconds