/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/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/icu4c/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/icu4c/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/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/icu4c/common/unicode/ |
urename.h | 1405 #define uregex_matches macro [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | 1382 #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/icu4c/i18n/ |
uregex.cpp | 505 // uregex_matches 509 uregex_matches(URegularExpression *regexp2, function [all...] |