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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c2691 if( u_getIntPropertyMaxValue(UCHAR_DASH)!=1) {
2692 log_err("error: u_getIntPropertyMaxValue(UCHAR_DASH) wrong\n");
2694 if( u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE)!=1) {
2695 log_err("error: u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE) wrong\n");
2697 if( u_getIntPropertyMaxValue((UProperty)(UCHAR_BINARY_LIMIT-1))!=1) {
2698 log_err("error: u_getIntPropertyMaxValue(UCHAR_BINARY_LIMIT-1) wrong\n");
2700 if( u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS)!=(int32_t)U_CHAR_DIRECTION_COUNT-1 ) {
2701 log_err("error: u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS) wrong\n");
2703 if( u_getIntPropertyMaxValue(UCHAR_BLOCK)!=(int32_t)UBLOCK_COUNT-1 ) {
2704 log_err("error: u_getIntPropertyMaxValue(UCHAR_BLOC
[all...]
H A Dcnormtst.c1365 u_getIntPropertyMaxValue(UCHAR_NFD_QUICK_CHECK)!=(int32_t)UNORM_YES ||
1366 u_getIntPropertyMaxValue(UCHAR_NFKD_QUICK_CHECK)!=(int32_t)UNORM_YES ||
1367 u_getIntPropertyMaxValue(UCHAR_NFC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE ||
1368 u_getIntPropertyMaxValue(UCHAR_NFKC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE ||
1369 u_getIntPropertyMaxValue(UCHAR_LEAD_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CANONICAL_COMBINING_CLASS) ||
1370 u_getIntPropertyMaxValue(UCHAR_TRAIL_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CANONICAL_COMBINING_CLASS)
1372 log_err("wrong result from one of the u_getIntPropertyMaxValue(UCHAR_NF*_QUICK_CHECK) or UCHAR_*_CANONICAL_COMBINING_CLASS\n");
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c2690 if( u_getIntPropertyMaxValue(UCHAR_DASH)!=1) {
2691 log_err("error: u_getIntPropertyMaxValue(UCHAR_DASH) wrong\n");
2693 if( u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE)!=1) {
2694 log_err("error: u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE) wrong\n");
2696 if( u_getIntPropertyMaxValue((UProperty)(UCHAR_BINARY_LIMIT-1))!=1) {
2697 log_err("error: u_getIntPropertyMaxValue(UCHAR_BINARY_LIMIT-1) wrong\n");
2699 if( u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS)!=(int32_t)U_CHAR_DIRECTION_COUNT-1 ) {
2700 log_err("error: u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS) wrong\n");
2702 if( u_getIntPropertyMaxValue(UCHAR_BLOCK)!=(int32_t)UBLOCK_COUNT-1 ) {
2703 log_err("error: u_getIntPropertyMaxValue(UCHAR_BLOC
[all...]
H A Dcnormtst.c1365 u_getIntPropertyMaxValue(UCHAR_NFD_QUICK_CHECK)!=(int32_t)UNORM_YES ||
1366 u_getIntPropertyMaxValue(UCHAR_NFKD_QUICK_CHECK)!=(int32_t)UNORM_YES ||
1367 u_getIntPropertyMaxValue(UCHAR_NFC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE ||
1368 u_getIntPropertyMaxValue(UCHAR_NFKC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE ||
1369 u_getIntPropertyMaxValue(UCHAR_LEAD_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CANONICAL_COMBINING_CLASS) ||
1370 u_getIntPropertyMaxValue(UCHAR_TRAIL_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CANONICAL_COMBINING_CLASS)
1372 log_err("wrong result from one of the u_getIntPropertyMaxValue(UCHAR_NF*_QUICK_CHECK) or UCHAR_*_CANONICAL_COMBINING_CLASS\n");
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h1990 * @see u_getIntPropertyMaxValue
1999 * Can be used together with u_getIntPropertyMaxValue
2011 * @see u_getIntPropertyMaxValue
2040 * @see u_getIntPropertyMaxValue
2045 u_getIntPropertyMaxValue(UProperty which);
H A Durename.h272 #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) macro
/external/chromium_org/third_party/icu/source/common/
H A Duprops.cpp481 u_getIntPropertyMaxValue(UProperty which) { function
/external/icu/icu4c/source/common/unicode/
H A Duchar.h1990 * @see u_getIntPropertyMaxValue
1999 * Can be used together with u_getIntPropertyMaxValue
2011 * @see u_getIntPropertyMaxValue
2040 * @see u_getIntPropertyMaxValue
2045 u_getIntPropertyMaxValue(UProperty which);
H A Durename.h264 #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) macro
/external/icu/icu4c/source/common/
H A Duprops.cpp481 u_getIntPropertyMaxValue(UProperty which) { function

Completed in 283 milliseconds