Searched refs:uregex_getStackLimit (Results 1 – 4 of 4) sorted by relevance
1340 uregex_getStackLimit(const URegularExpression *regexp,
1269 TEST_ASSERT(uregex_getStackLimit(re, &status) == 8000000); in TestRegexCAPI()1271 TEST_ASSERT(uregex_getStackLimit(re, &status) == 40000); in TestRegexCAPI()1276 TEST_ASSERT(uregex_getStackLimit(re, &status) == 40000); in TestRegexCAPI()
1070 uregex_getStackLimit(const URegularExpression *regexp2, in uregex_getStackLimit() function
1369 #define uregex_getStackLimit U_ICU_ENTRY_POINT_RENAME(uregex_getStackLimit) macro