OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_PLUGIN_ERROR_START
(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) {
206
return _uPluginErrorName[code -
U_PLUGIN_ERROR_START
];
/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) {
207
return _uPluginErrorName[code -
U_PLUGIN_ERROR_START
];
/external/chromium_org/third_party/icu/source/common/unicode/
utypes.h
[
all
...]
/external/icu4c/common/unicode/
utypes.h
680
U_PLUGIN_ERROR_START
=0x10500, /**< Start of codes indicating plugin failures */
Completed in 59 milliseconds