Searched refs:validateRE (Results 1 - 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
H A D | uregex.cpp | 82 // validateRE Do boilerplate style checks on API function parameters. 85 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { function 271 if (validateRE(re, FALSE, &status) == FALSE) { 286 if (validateRE(source, FALSE, status) == FALSE) { 326 if (validateRE(regexp, FALSE, status) == FALSE) { 357 if (validateRE(regexp, FALSE, status) == FALSE) { 376 if (validateRE(regexp, FALSE, status) == FALSE) { 409 if (validateRE(regexp, FALSE, status) == FALSE) { 439 if (validateRE(regexp, FALSE, status) == FALSE) { 479 if (validateRE(regex [all...] |
Completed in 49 milliseconds