Home
last modified time | relevance | path

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

/external/icu4c/common/
Dutypes.c184 _uPluginErrorName[U_PLUGIN_ERROR_LIMIT - U_PLUGIN_ERROR_START] = {
205 } else if(U_PLUGIN_ERROR_START <= code && code < U_PLUGIN_ERROR_LIMIT) { in u_errorName()
206 return _uPluginErrorName[code - U_PLUGIN_ERROR_START]; in u_errorName()
/external/icu4c/common/unicode/
Dutypes.h818 U_PLUGIN_ERROR_START=0x10500, /**< Start of codes indicating plugin failures */ enumerator