OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_BRK_ERROR_START
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/common/
utypes.c
129
_uBrkErrorName[U_BRK_ERROR_LIMIT -
U_BRK_ERROR_START
] = {
199
} else if (
U_BRK_ERROR_START
<= code && code < U_BRK_ERROR_LIMIT){
200
return _uBrkErrorName[code -
U_BRK_ERROR_START
];
/external/icu4c/common/
utypes.c
130
_uBrkErrorName[U_BRK_ERROR_LIMIT -
U_BRK_ERROR_START
] = {
200
} else if (
U_BRK_ERROR_START
<= code && code < U_BRK_ERROR_LIMIT){
201
return _uBrkErrorName[code -
U_BRK_ERROR_START
];
/external/chromium_org/third_party/icu/source/common/unicode/
utypes.h
752
U_BRK_ERROR_START
=0x10200, /**< Start of codes indicating Break Iterator failures */
[
all
...]
/external/icu4c/common/unicode/
utypes.h
614
U_BRK_ERROR_START
=0x10200, /**< Start of codes indicating Break Iterator failures */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 148 milliseconds