Home
last modified time | relevance | path

Searched refs:U_BRK_ERROR_START (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dutypes.c130 _uBrkErrorName[U_BRK_ERROR_LIMIT - U_BRK_ERROR_START] = {
200 } else if (U_BRK_ERROR_START <= code && code < U_BRK_ERROR_LIMIT){ in u_errorName()
201 return _uBrkErrorName[code - U_BRK_ERROR_START]; in u_errorName()
/external/icu/icu4c/source/common/
Dutypes.c130 _uBrkErrorName[U_BRK_ERROR_LIMIT - U_BRK_ERROR_START] = {
200 } else if (U_BRK_ERROR_START <= code && code < U_BRK_ERROR_LIMIT){ in u_errorName()
201 return _uBrkErrorName[code - U_BRK_ERROR_START]; in u_errorName()
/external/icu/icu4c/source/common/unicode/
Dutypes.h614 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */ enumerator
/external/chromium_org/third_party/icu/source/common/unicode/
Dutypes.h610 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */ enumerator