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

  /external/icu/icu4c/source/test/cintltst/
reapits.c 498 result = uregex_matches(re, 0, &status);
504 result = uregex_matches(re, 0, &status);
510 result = uregex_matches(re, 1, &status);
519 result = uregex_matches(re, len, &status);
526 result = uregex_matches(re, 0, &status);
732 TEST_ASSERT(uregex_matches(re, -1, &status) == TRUE);
740 TEST_ASSERT(uregex_matches(re, 0, &status) == TRUE);
    [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 1399 #define uregex_matches macro
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 505 // uregex_matches
509 uregex_matches(URegularExpression *regexp2, function
    [all...]

Completed in 2652 milliseconds