Searched refs:uregex_matches (Results 1 – 14 of 14) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 509 result = uregex_matches(re, 0, &status); in TestRegexCAPI() 515 result = uregex_matches(re, 0, &status); in TestRegexCAPI() 521 result = uregex_matches(re, 1, &status); in TestRegexCAPI() 530 result = uregex_matches(re, len, &status); in TestRegexCAPI() 537 result = uregex_matches(re, 0, &status); in TestRegexCAPI() 743 TEST_ASSERT(uregex_matches(re, -1, &status) == TRUE); in TestRegexCAPI() 751 TEST_ASSERT(uregex_matches(re, 0, &status) == TRUE); in TestRegexCAPI() 1348 TEST_ASSERT(uregex_matches(re, -1, &status) == FALSE); in TestRegexCAPI() 1678 result = uregex_matches(re, 0, &status); in TestUTextAPI() 1686 result = uregex_matches(re, 7, &status); in TestUTextAPI() [all …]
|
/external/icu/tools/icu4c_srcgen/ |
D | libandroidicu_allowlisted_api.txt | 127 uregex_matches
|
/external/icu/libicu/cts_headers/unicode/ |
D | uregex.h | 451 uregex_matches(URegularExpression *regexp,
|
D | urename.h | 1505 #define uregex_matches U_ICU_ENTRY_POINT_RENAME(uregex_matches) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | uregex.h | 451 uregex_matches(URegularExpression *regexp,
|
D | urename.h | 1505 #define uregex_matches U_ICU_ENTRY_POINT_RENAME(uregex_matches) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | uregex.h | 451 uregex_matches(URegularExpression *regexp,
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 383 return uregex_matches(regexp, startIndex, status); in uregex_matches_android()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1505 #define uregex_matches U_ICU_ENTRY_POINT_RENAME(uregex_matches) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 1505 #define uregex_matches U_ICU_ENTRY_POINT_RENAME(uregex_matches) macro
|
/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 511 uregex_matches(URegularExpression *regexp2, in uregex_matches() function
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 194738 res = uregex_matches(pExpr, 0, &status);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 193977 res = uregex_matches(pExpr, 0, &status);
|
/external/sqlite/dist/ |
D | sqlite3.c | 194005 res = uregex_matches(pExpr, 0, &status);
|