Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcucdtst.c2526 if( u_getIntPropertyMaxValue(UCHAR_DASH)!=1) { in TestAdditionalProperties()
2529 if( u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE)!=1) { in TestAdditionalProperties()
2532 if( u_getIntPropertyMaxValue((UProperty)(UCHAR_BINARY_LIMIT-1))!=1) { in TestAdditionalProperties()
2535 if( u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS)!=(int32_t)U_CHAR_DIRECTION_COUNT-1 ) { in TestAdditionalProperties()
2538 if( u_getIntPropertyMaxValue(UCHAR_BLOCK)!=(int32_t)UBLOCK_COUNT-1 ) { in TestAdditionalProperties()
2541 if(u_getIntPropertyMaxValue(UCHAR_LINE_BREAK)!=(int32_t)U_LB_COUNT-1) { in TestAdditionalProperties()
2544 if(u_getIntPropertyMaxValue(UCHAR_SCRIPT)!=(int32_t)USCRIPT_CODE_LIMIT-1) { in TestAdditionalProperties()
2547 if(u_getIntPropertyMaxValue(UCHAR_NUMERIC_TYPE)!=(int32_t)U_NT_COUNT-1) { in TestAdditionalProperties()
2550 if(u_getIntPropertyMaxValue(UCHAR_GENERAL_CATEGORY)!=(int32_t)U_CHAR_CATEGORY_COUNT-1) { in TestAdditionalProperties()
2553 if(u_getIntPropertyMaxValue(UCHAR_HANGUL_SYLLABLE_TYPE)!=(int32_t)U_HST_COUNT-1) { in TestAdditionalProperties()
[all …]
Dcnormtst.c1364 u_getIntPropertyMaxValue(UCHAR_NFD_QUICK_CHECK)!=(int32_t)UNORM_YES || in TestQuickCheckPerCP()
1365 u_getIntPropertyMaxValue(UCHAR_NFKD_QUICK_CHECK)!=(int32_t)UNORM_YES || in TestQuickCheckPerCP()
1366 u_getIntPropertyMaxValue(UCHAR_NFC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE || in TestQuickCheckPerCP()
1367 u_getIntPropertyMaxValue(UCHAR_NFKC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE || in TestQuickCheckPerCP()
1368u_getIntPropertyMaxValue(UCHAR_LEAD_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CAN… in TestQuickCheckPerCP()
1369u_getIntPropertyMaxValue(UCHAR_TRAIL_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CA… in TestQuickCheckPerCP()
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Duchar.h1554 u_getIntPropertyMaxValue(UProperty which);
Durename.h176 #define u_getIntPropertyMaxValue u_getIntPropertyMaxValue_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Duchar.h1554 u_getIntPropertyMaxValue(UProperty which);
Durename.h176 #define u_getIntPropertyMaxValue u_getIntPropertyMaxValue_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Duchar.h1554 u_getIntPropertyMaxValue(UProperty which);
Durename.h176 #define u_getIntPropertyMaxValue u_getIntPropertyMaxValue_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Duchar.h1554 u_getIntPropertyMaxValue(UProperty which);
Durename.h176 #define u_getIntPropertyMaxValue u_getIntPropertyMaxValue_3_2 macro
/external/icu4c/common/
Duprops.cpp502 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue() function
/external/icu4c/common/unicode/
Duchar.h1898 u_getIntPropertyMaxValue(UProperty which);
Durename.h279 #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) macro