Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Dutypes.cpp135 _uBrkErrorName[U_BRK_ERROR_LIMIT - U_BRK_ERROR_START] = {
207 } else if (U_BRK_ERROR_START <= code && code < U_BRK_ERROR_LIMIT){ in u_errorName()
208 return _uBrkErrorName[code - U_BRK_ERROR_START]; in u_errorName()
/third_party/skia/third_party/externals/icu/source/common/
Dutypes.cpp135 _uBrkErrorName[U_BRK_ERROR_LIMIT - U_BRK_ERROR_START] = {
207 } else if (U_BRK_ERROR_START <= code && code < U_BRK_ERROR_LIMIT){ in u_errorName()
208 return _uBrkErrorName[code - U_BRK_ERROR_START]; in u_errorName()
/third_party/icu/icu4c/source/common/
Dutypes.cpp135 _uBrkErrorName[U_BRK_ERROR_LIMIT - U_BRK_ERROR_START] = {
207 } else if (U_BRK_ERROR_START <= code && code < U_BRK_ERROR_LIMIT){ in u_errorName()
208 return _uBrkErrorName[code - U_BRK_ERROR_START]; in u_errorName()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutypes.cpp134 _uBrkErrorName[U_BRK_ERROR_LIMIT - U_BRK_ERROR_START] = {
206 } else if (U_BRK_ERROR_START <= code && code < U_BRK_ERROR_LIMIT){ in u_errorName()
207 return _uBrkErrorName[code - U_BRK_ERROR_START]; in u_errorName()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h589 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */ enumerator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBIRuleBuilder.java88 static final int U_BRK_ERROR_START = 0x10200; field in RBBIRuleBuilder
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h569 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */ enumerator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleBuilder.java91 static final int U_BRK_ERROR_START = 0x10200; field in RBBIRuleBuilder
/third_party/icu/icu4c/source/common/unicode/
Dutypes.h589 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */ enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Dutypes.h583 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */ enumerator