Home
last modified time | relevance | path

Searched refs:uregex_matches64 (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/unicode/
Dudraft.h45 # define uregex_matches64 uregex_matches64_DRAFT_API_DO_NOT_USE macro
Durename.h1383 #define uregex_matches64 U_ICU_ENTRY_POINT_RENAME(uregex_matches64) macro
/external/icu4c/i18n/unicode/
Duregex.h456 uregex_matches64(URegularExpression *regexp,
/external/icu4c/i18n/
Duregex.cpp512 return uregex_matches64( regexp2, (int64_t)startIndex, status); in uregex_matches()
516 uregex_matches64(URegularExpression *regexp2, in uregex_matches64() function