Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dutypes.c187 _uPluginErrorName[U_PLUGIN_ERROR_LIMIT - U_PLUGIN_ERROR_START] = {
208 } else if(U_PLUGIN_ERROR_START <= code && code < U_PLUGIN_ERROR_LIMIT) { in u_errorName()
209 return _uPluginErrorName[code - U_PLUGIN_ERROR_START]; in u_errorName()
/external/icu/icu4c/source/common/unicode/
Dutypes.h686 U_PLUGIN_ERROR_START=0x10500, /**< Start of codes indicating plugin failures */ enumerator