Searched refs:validateRE (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/i18n/ |
D | uregex.cpp | 84 static UBool validateRE(const RegularExpression *re, UErrorCode *status, UBool requiresText = TRUE)… in validateRE() function 270 if (validateRE(re, &status, FALSE) == FALSE) { in uregex_close() 285 if (validateRE(source, status, FALSE) == FALSE) { in uregex_clone() 325 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_pattern() 356 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_flags() 375 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_setText() 408 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_setUText() 438 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_getText() 478 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_getUText() 496 if (validateRE(regexp, status, FALSE) == FALSE) { in uregex_refreshUText() [all …]
|