Home
last modified time | relevance | path

Searched refs:uregex_hitEnd (Results 1 – 7 of 7) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Duregex.h1036 uregex_hitEnd(const URegularExpression *regexp,
Durename.h1448 #define uregex_hitEnd U_ICU_ENTRY_POINT_RENAME(uregex_hitEnd) macro
/external/icu/icu4c/source/i18n/unicode/
Duregex.h1036 uregex_hitEnd(const URegularExpression *regexp,
/external/icu/icu4c/source/test/cintltst/
Dreapits.c768 TEST_ASSERT(uregex_hitEnd(re, &status) == FALSE); in TestRegexCAPI()
773 TEST_ASSERT(uregex_hitEnd(re, &status) == TRUE); in TestRegexCAPI()
/external/icu/icu4c/source/common/unicode/
Durename.h1448 #define uregex_hitEnd U_ICU_ENTRY_POINT_RENAME(uregex_hitEnd) macro
/external/icu/icu4c/source/i18n/
Duregex.cpp982 uregex_hitEnd(const URegularExpression *regexp2, in uregex_hitEnd() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp2212 return uregex_hitEnd(regexp, status); in uregex_hitEnd_android()