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.c189 _uPluginErrorName[U_PLUGIN_ERROR_LIMIT - U_PLUGIN_ERROR_START] = {
210 } else if(U_PLUGIN_ERROR_START <= code && code < U_PLUGIN_ERROR_LIMIT) { in u_errorName()
211 return _uPluginErrorName[code - U_PLUGIN_ERROR_START]; in u_errorName()
/external/icu/icu4c/source/common/unicode/
Dutypes.h642 U_PLUGIN_ERROR_START=0x10500, /**< Start of codes indicating plugin failures */ enumerator