Searched refs:uregex_getStackLimit (Results 1 – 7 of 7) sorted by relevance
1476 uregex_getStackLimit(const URegularExpression *regexp,
1437 #define uregex_getStackLimit U_ICU_ENTRY_POINT_RENAME(uregex_getStackLimit) macro
1306 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()
1066 uregex_getStackLimit(const URegularExpression *regexp2, in uregex_getStackLimit() function
2179 return uregex_getStackLimit(regexp, status); in uregex_getStackLimit_android()