Searched refs:u_getIntPropertyMaxValue (Results 1 - 13 of 13) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcucdtst.c2526 if( u_getIntPropertyMaxValue(UCHAR_DASH)!=1) {
2527 log_err("error: u_getIntPropertyMaxValue(UCHAR_DASH) wrong\n");
2529 if( u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE)!=1) {
2530 log_err("error: u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE) wrong\n");
2532 if( u_getIntPropertyMaxValue((UProperty)(UCHAR_BINARY_LIMIT-1))!=1) {
2533 log_err("error: u_getIntPropertyMaxValue(UCHAR_BINARY_LIMIT-1) wrong\n");
2535 if( u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS)!=(int32_t)U_CHAR_DIRECTION_COUNT-1 ) {
2536 log_err("error: u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS) wrong\n");
2538 if( u_getIntPropertyMaxValue(UCHAR_BLOCK)!=(int32_t)UBLOCK_COUNT-1 ) {
2539 log_err("error: u_getIntPropertyMaxValue(UCHAR_BLOC
[all...]
H A Dcnormtst.c1364 u_getIntPropertyMaxValue(UCHAR_NFD_QUICK_CHECK)!=(int32_t)UNORM_YES ||
1365 u_getIntPropertyMaxValue(UCHAR_NFKD_QUICK_CHECK)!=(int32_t)UNORM_YES ||
1366 u_getIntPropertyMaxValue(UCHAR_NFC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE ||
1367 u_getIntPropertyMaxValue(UCHAR_NFKC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE ||
1368 u_getIntPropertyMaxValue(UCHAR_LEAD_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CANONICAL_COMBINING_CLASS) ||
1369 u_getIntPropertyMaxValue(UCHAR_TRAIL_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CANONICAL_COMBINING_CLASS)
1371 log_err("wrong result from one of the u_getIntPropertyMaxValue(UCHAR_NF*_QUICK_CHECK) or UCHAR_*_CANONICAL_COMBINING_CLASS\n");
/external/icu4c/common/unicode/
H A Duchar.h1843 * @see u_getIntPropertyMaxValue
1852 * Can be used together with u_getIntPropertyMaxValue
1864 * @see u_getIntPropertyMaxValue
1893 * @see u_getIntPropertyMaxValue
1898 u_getIntPropertyMaxValue(UProperty which);
H A Durename.h279 #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) macro
/external/icu4c/common/
H A Duprops.cpp502 u_getIntPropertyMaxValue(UProperty which) { function
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h1499 * @see u_getIntPropertyMaxValue
1508 * Can be used together with u_getIntPropertyMaxValue
1520 * @see u_getIntPropertyMaxValue
1549 * @see u_getIntPropertyMaxValue
1554 u_getIntPropertyMaxValue(UProperty which);
H A Durename.h176 #define u_getIntPropertyMaxValue u_getIntPropertyMaxValue_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h1499 * @see u_getIntPropertyMaxValue
1508 * Can be used together with u_getIntPropertyMaxValue
1520 * @see u_getIntPropertyMaxValue
1549 * @see u_getIntPropertyMaxValue
1554 u_getIntPropertyMaxValue(UProperty which);
H A Durename.h176 #define u_getIntPropertyMaxValue u_getIntPropertyMaxValue_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h1499 * @see u_getIntPropertyMaxValue
1508 * Can be used together with u_getIntPropertyMaxValue
1520 * @see u_getIntPropertyMaxValue
1549 * @see u_getIntPropertyMaxValue
1554 u_getIntPropertyMaxValue(UProperty which);
H A Durename.h176 #define u_getIntPropertyMaxValue u_getIntPropertyMaxValue_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h1499 * @see u_getIntPropertyMaxValue
1508 * Can be used together with u_getIntPropertyMaxValue
1520 * @see u_getIntPropertyMaxValue
1549 * @see u_getIntPropertyMaxValue
1554 u_getIntPropertyMaxValue(UProperty which);
H A Durename.h176 #define u_getIntPropertyMaxValue u_getIntPropertyMaxValue_3_2 macro

Completed in 414 milliseconds