Searched refs:uregex_getStackLimit (Results 1 – 9 of 9) sorted by relevance
1479 uregex_getStackLimit(const URegularExpression *regexp,
1491 #define uregex_getStackLimit U_ICU_ENTRY_POINT_RENAME(uregex_getStackLimit) macro
1314 TEST_ASSERT(uregex_getStackLimit(re, &status) == 8000000); in TestRegexCAPI()1316 TEST_ASSERT(uregex_getStackLimit(re, &status) == 40000); in TestRegexCAPI()1321 TEST_ASSERT(uregex_getStackLimit(re, &status) == 40000); in TestRegexCAPI()
1066 uregex_getStackLimit(const URegularExpression *regexp2, in uregex_getStackLimit() function