Home
last modified time | relevance | path

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

/external/icu4c/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/webkit/Source/JavaScriptCore/icu/unicode/
Dutypes.h646 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */ enumerator
/external/webkit/Source/WebCore/icu/unicode/
Dutypes.h646 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */ enumerator
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutypes.h646 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */ enumerator
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutypes.h646 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */ enumerator
/external/icu4c/common/unicode/
Dutypes.h614 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */ enumerator