Lines Matching refs:u_getIntPropertyMaxValue
2839 if( u_getIntPropertyMaxValue(UCHAR_DASH)!=1) { in TestAdditionalProperties()
2842 if( u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE)!=1) { in TestAdditionalProperties()
2845 if( u_getIntPropertyMaxValue((UProperty)(UCHAR_BINARY_LIMIT-1))!=1) { in TestAdditionalProperties()
2848 if( u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS)!=(int32_t)U_CHAR_DIRECTION_COUNT-1 ) { in TestAdditionalProperties()
2851 if( u_getIntPropertyMaxValue(UCHAR_BLOCK)!=(int32_t)UBLOCK_COUNT-1 ) { in TestAdditionalProperties()
2854 if(u_getIntPropertyMaxValue(UCHAR_LINE_BREAK)!=(int32_t)U_LB_COUNT-1) { in TestAdditionalProperties()
2857 if(u_getIntPropertyMaxValue(UCHAR_SCRIPT)!=(int32_t)USCRIPT_CODE_LIMIT-1) { in TestAdditionalProperties()
2860 if(u_getIntPropertyMaxValue(UCHAR_NUMERIC_TYPE)!=(int32_t)U_NT_COUNT-1) { in TestAdditionalProperties()
2863 if(u_getIntPropertyMaxValue(UCHAR_GENERAL_CATEGORY)!=(int32_t)U_CHAR_CATEGORY_COUNT-1) { in TestAdditionalProperties()
2866 if(u_getIntPropertyMaxValue(UCHAR_HANGUL_SYLLABLE_TYPE)!=(int32_t)U_HST_COUNT-1) { in TestAdditionalProperties()
2869 if(u_getIntPropertyMaxValue(UCHAR_GRAPHEME_CLUSTER_BREAK)!=(int32_t)U_GCB_COUNT-1) { in TestAdditionalProperties()
2872 if(u_getIntPropertyMaxValue(UCHAR_SENTENCE_BREAK)!=(int32_t)U_SB_COUNT-1) { in TestAdditionalProperties()
2875 if(u_getIntPropertyMaxValue(UCHAR_WORD_BREAK)!=(int32_t)U_WB_COUNT-1) { in TestAdditionalProperties()
2878 if(u_getIntPropertyMaxValue(UCHAR_BIDI_PAIRED_BRACKET_TYPE)!=(int32_t)U_BPT_COUNT-1) { in TestAdditionalProperties()
2882 if( u_getIntPropertyMaxValue(0x2345)!=-1) { in TestAdditionalProperties()
2885 if( u_getIntPropertyMaxValue(UCHAR_DECOMPOSITION_TYPE) != (int32_t) (U_DT_COUNT - 1)) { in TestAdditionalProperties()
2888 if( u_getIntPropertyMaxValue(UCHAR_JOINING_GROUP) != (int32_t) (U_JG_COUNT -1)) { in TestAdditionalProperties()
2891 if( u_getIntPropertyMaxValue(UCHAR_JOINING_TYPE) != (int32_t) (U_JT_COUNT -1)) { in TestAdditionalProperties()
2894 if( u_getIntPropertyMaxValue(UCHAR_EAST_ASIAN_WIDTH) != (int32_t) (U_EA_COUNT -1)) { in TestAdditionalProperties()
3163 u_getIntPropertyMaxValue(UCHAR_GENERAL_CATEGORY_MASK)!=-1) { in TestPropertyValues()
3168 max = u_getIntPropertyMaxValue(UCHAR_INVALID_CODE); in TestPropertyValues()