Home
last modified time | relevance | path

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

/external/icu/libandroidicu/include/unicode/
Duregex.h1476 uregex_getStackLimit(const URegularExpression *regexp,
Durename.h1437 #define uregex_getStackLimit U_ICU_ENTRY_POINT_RENAME(uregex_getStackLimit) macro
/external/icu/icu4c/source/i18n/unicode/
Duregex.h1476 uregex_getStackLimit(const URegularExpression *regexp,
/external/icu/icu4c/source/test/cintltst/
Dreapits.c1306 TEST_ASSERT(uregex_getStackLimit(re, &status) == 8000000); in TestRegexCAPI()
1308 TEST_ASSERT(uregex_getStackLimit(re, &status) == 40000); in TestRegexCAPI()
1313 TEST_ASSERT(uregex_getStackLimit(re, &status) == 40000); in TestRegexCAPI()
/external/icu/icu4c/source/common/unicode/
Durename.h1437 #define uregex_getStackLimit U_ICU_ENTRY_POINT_RENAME(uregex_getStackLimit) macro
/external/icu/icu4c/source/i18n/
Duregex.cpp1066 uregex_getStackLimit(const URegularExpression *regexp2, in uregex_getStackLimit() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp2179 return uregex_getStackLimit(regexp, status); in uregex_getStackLimit_android()