Searched refs:validateRE (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 87 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { in validateRE() function 273 if (validateRE(re, FALSE, &status) == FALSE) { in uregex_close() 288 if (validateRE(source, FALSE, status) == FALSE) { in uregex_clone() 328 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_pattern() 359 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_flags() 378 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_setText() 411 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_setUText() 441 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_getText() 481 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_getUText() 498 if (validateRE(regexp, FALSE, status) == FALSE) { in uregex_refreshUText() [all …]
|