Searched refs:UCHAR_MIN_VALUE (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/unicode/
H A Duchar.h124 #define UCHAR_MIN_VALUE 0 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h103 #define UCHAR_MIN_VALUE 0 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h103 #define UCHAR_MIN_VALUE 0 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h103 #define UCHAR_MIN_VALUE 0 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h103 #define UCHAR_MIN_VALUE 0 macro
/external/icu4c/test/cintltst/
H A Dcucdtst.c1674 u_enumCharNames(UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, enumCharNamesFn, &length, U_UNICODE_CHAR_NAME, &errorCode);
1676 log_err("u_enumCharNames(%ld..%lx) error %s names count=%ld\n", UCHAR_MIN_VALUE, UCHAR_MAX_VALUE, u_errorName(errorCode), length);
1682 u_enumCharNames(UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, enumExtCharNamesFn, &extContext, U_EXTENDED_CHAR_NAME, &errorCode);
1684 log_err("u_enumCharNames(%ld..0x%lx - Extended) error %s names count=%ld\n", UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, u_errorName(errorCode), extContext.length);

Completed in 98 milliseconds