Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c2800 if( u_getIntPropertyMaxValue(UCHAR_DASH)!=1) { in TestAdditionalProperties()
2803 if( u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE)!=1) { in TestAdditionalProperties()
2806 if( u_getIntPropertyMaxValue((UProperty)(UCHAR_BINARY_LIMIT-1))!=1) { in TestAdditionalProperties()
2809 if( u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS)!=(int32_t)U_CHAR_DIRECTION_COUNT-1 ) { in TestAdditionalProperties()
2812 if( u_getIntPropertyMaxValue(UCHAR_BLOCK)!=(int32_t)UBLOCK_COUNT-1 ) { in TestAdditionalProperties()
2815 if(u_getIntPropertyMaxValue(UCHAR_LINE_BREAK)!=(int32_t)U_LB_COUNT-1) { in TestAdditionalProperties()
2818 if(u_getIntPropertyMaxValue(UCHAR_SCRIPT)!=(int32_t)USCRIPT_CODE_LIMIT-1) { in TestAdditionalProperties()
2821 if(u_getIntPropertyMaxValue(UCHAR_NUMERIC_TYPE)!=(int32_t)U_NT_COUNT-1) { in TestAdditionalProperties()
2824 if(u_getIntPropertyMaxValue(UCHAR_GENERAL_CATEGORY)!=(int32_t)U_CHAR_CATEGORY_COUNT-1) { in TestAdditionalProperties()
2827 if(u_getIntPropertyMaxValue(UCHAR_HANGUL_SYLLABLE_TYPE)!=(int32_t)U_HST_COUNT-1) { in TestAdditionalProperties()
[all …]
Dcnormtst.c1367 u_getIntPropertyMaxValue(UCHAR_NFD_QUICK_CHECK)!=(int32_t)UNORM_YES || in TestQuickCheckPerCP()
1368 u_getIntPropertyMaxValue(UCHAR_NFKD_QUICK_CHECK)!=(int32_t)UNORM_YES || in TestQuickCheckPerCP()
1369 u_getIntPropertyMaxValue(UCHAR_NFC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE || in TestQuickCheckPerCP()
1370 u_getIntPropertyMaxValue(UCHAR_NFKC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE || in TestQuickCheckPerCP()
1371u_getIntPropertyMaxValue(UCHAR_LEAD_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CAN… in TestQuickCheckPerCP()
1372u_getIntPropertyMaxValue(UCHAR_TRAIL_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CA… in TestQuickCheckPerCP()
/external/harfbuzz_ng/src/
Dhb-icu.cc68 unsigned int numScriptCode = 1 + u_getIntPropertyMaxValue (UCHAR_SCRIPT); in hb_icu_script_from_script()
/external/icu/icu4c/source/common/
Dcharacterproperties.cpp336 int32_t max = u_getIntPropertyMaxValue(property); in makeMap()
Duprops.cpp510 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue() function
/external/icu/icu4c/source/common/unicode/
Duchar.h2737 u_getIntPropertyMaxValue(UProperty which);
Durename.h267 #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) macro
/external/icu/libandroidicu/include/unicode/
Duchar.h2737 u_getIntPropertyMaxValue(UProperty which);
Durename.h267 #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp183 return u_getIntPropertyMaxValue(which); in u_getIntPropertyMaxValue_android()