Searched refs:U_REGEX_ERROR_LIMIT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutypes.c148 _uRegexErrorName[U_REGEX_ERROR_LIMIT - U_REGEX_ERROR_START] = {
202 } else if (U_REGEX_ERROR_START <= code && code < U_REGEX_ERROR_LIMIT) {
/external/icu/icu4c/source/common/
H A Dutypes.c148 _uRegexErrorName[U_REGEX_ERROR_LIMIT - U_REGEX_ERROR_START] = {
202 } else if (U_REGEX_ERROR_START <= code && code < U_REGEX_ERROR_LIMIT) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypes.h650 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */ enumerator in enum:UErrorCode
/external/icu/icu4c/source/common/unicode/
H A Dutypes.h654 U_REGEX_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for regexp errors */ enumerator in enum:UErrorCode

Completed in 590 milliseconds