Searched refs:validateRE (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 85 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { in validateRE() function 271 if (validateRE(re, FALSE, &status) == FALSE) { in uregex_close() 286 if (validateRE(source, FALSE, status) == FALSE) { in uregex_clone() 326 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_pattern() 357 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_flags() 376 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_setText() 409 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_setUText() 439 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_getText() 479 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_getUText() 496 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_refreshUText() [all …]
|