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

  /external/icu4c/test/cintltst/
reapits.c 465 result = uregex_matches(re, 0, &status);
471 result = uregex_matches(re, 0, &status);
477 result = uregex_matches(re, 1, &status);
486 result = uregex_matches(re, len, &status);
493 result = uregex_matches(re, 0, &status);
699 TEST_ASSERT(uregex_matches(re, -1, &status) == TRUE);
707 TEST_ASSERT(uregex_matches(re, 0, &status) == TRUE);
    [all...]
  /external/icu4c/i18n/unicode/
uregex.h 447 uregex_matches(URegularExpression *regexp,
452 * 64bit version of uregex_matches.
463 * of the input string. Contrast with uregex_matches().
    [all...]
  /external/icu4c/i18n/
uregex.cpp 505 // uregex_matches
509 uregex_matches(URegularExpression *regexp2, function
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 990 #define uregex_matches macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 990 #define uregex_matches macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 990 #define uregex_matches macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 990 #define uregex_matches macro
    [all...]
  /external/icu4c/common/unicode/
urename.h 1382 #define uregex_matches macro
    [all...]

Completed in 517 milliseconds