HomeSort by relevance Sort by last modified time
    Searched refs:U_PLUGIN_ERROR_LIMIT (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
utypes.c 184 _uPluginErrorName[U_PLUGIN_ERROR_LIMIT - U_PLUGIN_ERROR_START] = {
205 } else if(U_PLUGIN_ERROR_START <= code && code < U_PLUGIN_ERROR_LIMIT) {
  /external/icu/icu4c/source/common/
utypes.c 185 _uPluginErrorName[U_PLUGIN_ERROR_LIMIT - U_PLUGIN_ERROR_START] = {
206 } else if(U_PLUGIN_ERROR_START <= code && code < U_PLUGIN_ERROR_LIMIT) {
  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h     [all...]
  /external/icu/icu4c/source/common/unicode/
utypes.h 683 U_PLUGIN_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for plugin errors */
685 U_ERROR_LIMIT=U_PLUGIN_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */

Completed in 99 milliseconds