OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/icu4c/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/icu4c/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 560 milliseconds