Searched refs:validateRE (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/i18n/ |
D | uregex.cpp | 72 static UBool validateRE(const URegularExpression *re, UErrorCode *status, UBool requiresText = TRUE… in validateRE() function 170 if (validateRE(re, &status, FALSE) == FALSE) { in uregex_close() 184 if (validateRE(source, status, FALSE) == FALSE) { in uregex_clone() 227 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_pattern() 244 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_flags() 262 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_setText() 288 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_getText() 308 if (validateRE(regexp, status) == FALSE) { in uregex_matches() 331 if (validateRE(regexp, status) == FALSE) { in uregex_lookingAt() 354 if (validateRE(regexp, status) == FALSE) { in uregex_find() [all …]
|