Home
last modified time | relevance | path

Searched refs:U_REGEX_ERROR_START (Results 1 – 8 of 8) sorted by relevance

/external/chromium/third_party/icu/source/common/
Dutypes.c142 _uRegexErrorName[U_REGEX_ERROR_LIMIT - U_REGEX_ERROR_START] = {
190 } else if (U_REGEX_ERROR_START <= code && code < U_REGEX_ERROR_LIMIT) { in u_errorName()
191 return _uRegexErrorName[code - U_REGEX_ERROR_START]; in u_errorName()
/external/icu4c/common/
Dutypes.c147 _uRegexErrorName[U_REGEX_ERROR_LIMIT - U_REGEX_ERROR_START] = {
201 } else if (U_REGEX_ERROR_START <= code && code < U_REGEX_ERROR_LIMIT) { in u_errorName()
202 return _uRegexErrorName[code - U_REGEX_ERROR_START]; in u_errorName()
/external/webkit/WebKit/mac/icu/unicode/
Dutypes.h666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */ enumerator
/external/webkit/JavaScriptGlue/icu/unicode/
Dutypes.h666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */ enumerator
/external/webkit/WebCore/icu/unicode/
Dutypes.h666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */ enumerator
/external/webkit/JavaScriptCore/icu/unicode/
Dutypes.h666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */ enumerator
/external/chromium/third_party/icu/public/common/unicode/
Dutypes.h743 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */ enumerator
/external/icu4c/common/unicode/
Dutypes.h772 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */ enumerator