Searched refs:uregex_hasTransparentBounds (Results 1 – 9 of 9) sorted by relevance
967 uregex_hasTransparentBounds(const URegularExpression *regexp,
1501 #define uregex_hasTransparentBounds U_ICU_ENTRY_POINT_RENAME(uregex_hasTransparentBounds) macro
810 TEST_ASSERT(uregex_hasTransparentBounds(re, &status) == FALSE); in TestRegexCAPI()812 TEST_ASSERT(uregex_hasTransparentBounds(re, &status) == TRUE); in TestRegexCAPI()
916 uregex_hasTransparentBounds(const URegularExpression *regexp2, in uregex_hasTransparentBounds() function