Searched refs:uregex_getStackLimit (Results 1 – 4 of 4) sorted by relevance
1476 uregex_getStackLimit(const URegularExpression *regexp,
1303 TEST_ASSERT(uregex_getStackLimit(re, &status) == 8000000); in TestRegexCAPI()1305 TEST_ASSERT(uregex_getStackLimit(re, &status) == 40000); in TestRegexCAPI()1310 TEST_ASSERT(uregex_getStackLimit(re, &status) == 40000); in TestRegexCAPI()
1385 #define uregex_getStackLimit U_ICU_ENTRY_POINT_RENAME(uregex_getStackLimit) macro
1064 uregex_getStackLimit(const URegularExpression *regexp2, in uregex_getStackLimit() function