Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/cintltst/
Dcucdtst.c2691 if( u_getIntPropertyMaxValue(UCHAR_DASH)!=1) { in TestAdditionalProperties()
2694 if( u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE)!=1) { in TestAdditionalProperties()
2697 if( u_getIntPropertyMaxValue((UProperty)(UCHAR_BINARY_LIMIT-1))!=1) { in TestAdditionalProperties()
2700 if( u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS)!=(int32_t)U_CHAR_DIRECTION_COUNT-1 ) { in TestAdditionalProperties()
2703 if( u_getIntPropertyMaxValue(UCHAR_BLOCK)!=(int32_t)UBLOCK_COUNT-1 ) { in TestAdditionalProperties()
2706 if(u_getIntPropertyMaxValue(UCHAR_LINE_BREAK)!=(int32_t)U_LB_COUNT-1) { in TestAdditionalProperties()
2709 if(u_getIntPropertyMaxValue(UCHAR_SCRIPT)!=(int32_t)USCRIPT_CODE_LIMIT-1) { in TestAdditionalProperties()
2712 if(u_getIntPropertyMaxValue(UCHAR_NUMERIC_TYPE)!=(int32_t)U_NT_COUNT-1) { in TestAdditionalProperties()
2715 if(u_getIntPropertyMaxValue(UCHAR_GENERAL_CATEGORY)!=(int32_t)U_CHAR_CATEGORY_COUNT-1) { in TestAdditionalProperties()
2718 if(u_getIntPropertyMaxValue(UCHAR_HANGUL_SYLLABLE_TYPE)!=(int32_t)U_HST_COUNT-1) { in TestAdditionalProperties()
[all …]
Dcnormtst.c1365 u_getIntPropertyMaxValue(UCHAR_NFD_QUICK_CHECK)!=(int32_t)UNORM_YES || in TestQuickCheckPerCP()
1366 u_getIntPropertyMaxValue(UCHAR_NFKD_QUICK_CHECK)!=(int32_t)UNORM_YES || in TestQuickCheckPerCP()
1367 u_getIntPropertyMaxValue(UCHAR_NFC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE || in TestQuickCheckPerCP()
1368 u_getIntPropertyMaxValue(UCHAR_NFKC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE || in TestQuickCheckPerCP()
1369u_getIntPropertyMaxValue(UCHAR_LEAD_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CAN… in TestQuickCheckPerCP()
1370u_getIntPropertyMaxValue(UCHAR_TRAIL_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CA… in TestQuickCheckPerCP()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c2690 if( u_getIntPropertyMaxValue(UCHAR_DASH)!=1) { in TestAdditionalProperties()
2693 if( u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE)!=1) { in TestAdditionalProperties()
2696 if( u_getIntPropertyMaxValue((UProperty)(UCHAR_BINARY_LIMIT-1))!=1) { in TestAdditionalProperties()
2699 if( u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS)!=(int32_t)U_CHAR_DIRECTION_COUNT-1 ) { in TestAdditionalProperties()
2702 if( u_getIntPropertyMaxValue(UCHAR_BLOCK)!=(int32_t)UBLOCK_COUNT-1 ) { in TestAdditionalProperties()
2705 if(u_getIntPropertyMaxValue(UCHAR_LINE_BREAK)!=(int32_t)U_LB_COUNT-1) { in TestAdditionalProperties()
2708 if(u_getIntPropertyMaxValue(UCHAR_SCRIPT)!=(int32_t)USCRIPT_CODE_LIMIT-1) { in TestAdditionalProperties()
2711 if(u_getIntPropertyMaxValue(UCHAR_NUMERIC_TYPE)!=(int32_t)U_NT_COUNT-1) { in TestAdditionalProperties()
2714 if(u_getIntPropertyMaxValue(UCHAR_GENERAL_CATEGORY)!=(int32_t)U_CHAR_CATEGORY_COUNT-1) { in TestAdditionalProperties()
2717 if(u_getIntPropertyMaxValue(UCHAR_HANGUL_SYLLABLE_TYPE)!=(int32_t)U_HST_COUNT-1) { in TestAdditionalProperties()
[all …]
Dcnormtst.c1365 u_getIntPropertyMaxValue(UCHAR_NFD_QUICK_CHECK)!=(int32_t)UNORM_YES || in TestQuickCheckPerCP()
1366 u_getIntPropertyMaxValue(UCHAR_NFKD_QUICK_CHECK)!=(int32_t)UNORM_YES || in TestQuickCheckPerCP()
1367 u_getIntPropertyMaxValue(UCHAR_NFC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE || in TestQuickCheckPerCP()
1368 u_getIntPropertyMaxValue(UCHAR_NFKC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE || in TestQuickCheckPerCP()
1369u_getIntPropertyMaxValue(UCHAR_LEAD_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CAN… in TestQuickCheckPerCP()
1370u_getIntPropertyMaxValue(UCHAR_TRAIL_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CA… in TestQuickCheckPerCP()
/external/chromium_org/third_party/icu/source/common/
Duprops.cpp481 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue() function
/external/icu/icu4c/source/common/
Duprops.cpp481 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue() function
/external/chromium_org/third_party/icu/source/common/unicode/
Duchar.h2045 u_getIntPropertyMaxValue(UProperty which);
Durename.h272 #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) macro
/external/icu/icu4c/source/common/unicode/
Duchar.h2045 u_getIntPropertyMaxValue(UProperty which);
Durename.h264 #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) macro