OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:U_ERROR_LIMIT
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/java/libcore/icu/
ErrorCode.java
18
return error > U_ZERO_ERROR && error <
U_ERROR_LIMIT
;
22
if (error <= U_ZERO_ERROR && error >=
U_ERROR_LIMIT
) {
46
private static final int
U_ERROR_LIMIT
= 21;
/external/icu4c/common/unicode/
utypes.h
[
all
...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h
703
U_ERROR_LIMIT
=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */
/external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h
703
U_ERROR_LIMIT
=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */
/external/webkit/Source/WebCore/icu/unicode/
utypes.h
703
U_ERROR_LIMIT
=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */
/external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h
703
U_ERROR_LIMIT
=U_IDNA_ERROR_LIMIT /**< This must always be the last value to indicate the limit for UErrorCode (last error code +1) */
Completed in 1591 milliseconds