/third_party/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 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() [all …]
|
D | cnormtst.c | 1371 u_getIntPropertyMaxValue(UCHAR_NFD_QUICK_CHECK)!=(int32_t)UNORM_YES || in TestQuickCheckPerCP() 1372 u_getIntPropertyMaxValue(UCHAR_NFKD_QUICK_CHECK)!=(int32_t)UNORM_YES || in TestQuickCheckPerCP() 1373 u_getIntPropertyMaxValue(UCHAR_NFC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE || in TestQuickCheckPerCP() 1374 u_getIntPropertyMaxValue(UCHAR_NFKC_QUICK_CHECK)!=(int32_t)UNORM_MAYBE || in TestQuickCheckPerCP() 1375 …u_getIntPropertyMaxValue(UCHAR_LEAD_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CAN… in TestQuickCheckPerCP() 1376 …u_getIntPropertyMaxValue(UCHAR_TRAIL_CANONICAL_COMBINING_CLASS)!=u_getIntPropertyMaxValue(UCHAR_CA… in TestQuickCheckPerCP()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-icu.cc | 99 unsigned int numScriptCode = 1 + u_getIntPropertyMaxValue (UCHAR_SCRIPT); in hb_icu_script_from_script()
|
/third_party/harfbuzz/src/ |
D | hb-icu.cc | 99 unsigned int numScriptCode = 1 + u_getIntPropertyMaxValue (UCHAR_SCRIPT); in hb_icu_script_from_script()
|
/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
D | icuexportdata.cpp | 79 int32_t maxValue = u_getIntPropertyMaxValue(uproperty); in dumpEnumeratedProperty()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-icu.cc | 71 unsigned int numScriptCode = 1 + u_getIntPropertyMaxValue (UCHAR_SCRIPT); in hb_icu_script_from_script()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | characterproperties.cpp | 336 int32_t max = u_getIntPropertyMaxValue(property); in makeMap()
|
D | uprops.cpp | 510 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | characterproperties.cpp | 338 int32_t max = u_getIntPropertyMaxValue(property); in makeMap()
|
D | uprops.cpp | 637 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue() function
|
/third_party/icu/icu4c/source/common/ |
D | characterproperties.cpp | 338 int32_t max = u_getIntPropertyMaxValue(property); in makeMap()
|
D | uprops.cpp | 637 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue() function
|
/third_party/node/deps/icu-small/source/common/ |
D | characterproperties.cpp | 366 int32_t max = u_getIntPropertyMaxValue(property); in makeMap()
|
D | uprops.cpp | 670 u_getIntPropertyMaxValue(UProperty which) { in u_getIntPropertyMaxValue() function
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uchar.h | 2775 u_getIntPropertyMaxValue(UProperty which);
|
D | urename.h | 271 #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uchar.h | 2887 u_getIntPropertyMaxValue(UProperty which);
|
D | urename.h | 276 #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) macro
|
/third_party/icu/icu4c/source/test/intltest/ |
D | itspoof.cpp | 432 TEST_ASSERT(u_getIntPropertyMaxValue(UCHAR_SCRIPT) < ScriptSet::SCRIPT_LIMIT); in testScriptSet()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uchar.h | 2775 u_getIntPropertyMaxValue(UProperty which);
|
D | urename.h | 271 #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uchar.h | 2737 u_getIntPropertyMaxValue(UProperty which);
|
D | urename.h | 268 #define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) macro
|
/third_party/icu/tools/colprobe/ |
D | colprobeNew.cpp | 984 int32_t max = u_getIntPropertyMaxValue(prop); in generateRepertoire()
|