Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Dutypes.cpp192 _uPluginErrorName[U_PLUGIN_ERROR_LIMIT - U_PLUGIN_ERROR_START] = {
213 } else if(U_PLUGIN_ERROR_START <= code && code < U_PLUGIN_ERROR_LIMIT) { in u_errorName()
214 return _uPluginErrorName[code - U_PLUGIN_ERROR_START]; in u_errorName()
/third_party/skia/third_party/externals/icu/source/common/
Dutypes.cpp192 _uPluginErrorName[U_PLUGIN_ERROR_LIMIT - U_PLUGIN_ERROR_START] = {
213 } else if(U_PLUGIN_ERROR_START <= code && code < U_PLUGIN_ERROR_LIMIT) { in u_errorName()
214 return _uPluginErrorName[code - U_PLUGIN_ERROR_START]; in u_errorName()
/third_party/icu/icu4c/source/common/
Dutypes.cpp192 _uPluginErrorName[U_PLUGIN_ERROR_LIMIT - U_PLUGIN_ERROR_START] = {
213 } else if(U_PLUGIN_ERROR_START <= code && code < U_PLUGIN_ERROR_LIMIT) { in u_errorName()
214 return _uPluginErrorName[code - U_PLUGIN_ERROR_START]; in u_errorName()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutypes.cpp191 _uPluginErrorName[U_PLUGIN_ERROR_LIMIT - U_PLUGIN_ERROR_START] = {
212 } else if(U_PLUGIN_ERROR_START <= code && code < U_PLUGIN_ERROR_LIMIT) { in u_errorName()
213 return _uPluginErrorName[code - U_PLUGIN_ERROR_START]; in u_errorName()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h677 U_PLUGIN_ERROR_START=0x10500, /**< Start of codes indicating plugin failures */ enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutypes.h657 U_PLUGIN_ERROR_START=0x10500, /**< Start of codes indicating plugin failures */ enumerator
/third_party/icu/icu4c/source/common/unicode/
Dutypes.h677 U_PLUGIN_ERROR_START=0x10500, /**< Start of codes indicating plugin failures */ enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Dutypes.h671 U_PLUGIN_ERROR_START=0x10500, /**< Start of codes indicating plugin failures */ enumerator