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

  /external/icu4c/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...]
  /dalvik/libcore/icu/src/main/native/
NativeRegEx.cpp 154 jboolean result = uregex_matches(data->regex, startIndex, &status);
  /external/icu4c/i18n/unicode/
uregex.h 304 uregex_matches(URegularExpression *regexp,
311 * of the input string. Contrast with uregex_matches().
    [all...]
  /external/icu4c/i18n/
uregex.cpp 295 // uregex_matches
299 uregex_matches(URegularExpression *regexp, 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 1182 #define uregex_matches macro
    [all...]

Completed in 267 milliseconds