HomeSort by relevance Sort by last modified time
    Searched refs:validateRE (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/i18n/
uregex.cpp 69 // validateRE Do boilerplate style checks on API function parameters.
72 static UBool validateRE(const URegularExpression *re, UErrorCode *status, UBool requiresText = TRUE) {
169 if (validateRE(re, &status, FALSE) == FALSE) {
183 if (validateRE(source, status, FALSE) == FALSE) {
222 if (validateRE(regexp, status, FALSE) == FALSE) {
239 if (validateRE(regexp, status, FALSE) == FALSE) {
257 if (validateRE(regexp, status, FALSE) == FALSE) {
283 if (validateRE(regexp, status, FALSE) == FALSE) {
303 if (validateRE(regexp, status) == FALSE) {
326 if (validateRE(regexp, status) == FALSE)
    [all...]
  /external/icu4c/i18n/
uregex.cpp 81 // validateRE Do boilerplate style checks on API function parameters.
84 static UBool validateRE(const RegularExpression *re, UErrorCode *status, UBool requiresText = TRUE) {
270 if (validateRE(re, &status, FALSE) == FALSE) {
285 if (validateRE(source, status, FALSE) == FALSE) {
325 if (validateRE(regexp, status, FALSE) == FALSE) {
357 if (validateRE(regexp, status, FALSE) == FALSE) {
376 if (validateRE(regexp, status, FALSE) == FALSE) {
409 if (validateRE(regexp, status, FALSE) == FALSE) {
439 if (validateRE(regexp, status, FALSE) == FALSE) {
479 if (validateRE(regexp, status, FALSE) == FALSE)
    [all...]

Completed in 163 milliseconds