/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterTest.java | 2180 if( UCharacter.getIntPropertyMaxValue(UProperty.DASH)!=1) { in TestAdditionalProperties() 2183 if( UCharacter.getIntPropertyMaxValue(UProperty.ID_CONTINUE)!=1) { in TestAdditionalProperties() 2186 if( UCharacter.getIntPropertyMaxValue(UProperty.BINARY_LIMIT-1)!=1) { in TestAdditionalProperties() 2190 …if( UCharacter.getIntPropertyMaxValue(UProperty.BIDI_CLASS)!=UCharacterDirection.CHAR_DIRECTION_CO… in TestAdditionalProperties() 2193 if( UCharacter.getIntPropertyMaxValue(UProperty.BLOCK)!=UCharacter.UnicodeBlock.COUNT-1 ) { in TestAdditionalProperties() 2196 if(UCharacter.getIntPropertyMaxValue(UProperty.LINE_BREAK)!=UCharacter.LineBreak.COUNT-1) { in TestAdditionalProperties() 2199 if(UCharacter.getIntPropertyMaxValue(UProperty.SCRIPT)!=UScript.CODE_LIMIT-1) { in TestAdditionalProperties() 2202 … if(UCharacter.getIntPropertyMaxValue(UProperty.NUMERIC_TYPE)!=UCharacter.NumericType.COUNT-1) { in TestAdditionalProperties() 2205 …if(UCharacter.getIntPropertyMaxValue(UProperty.GENERAL_CATEGORY)!=UCharacterCategory.CHAR_CATEGORY… in TestAdditionalProperties() 2208 …if(UCharacter.getIntPropertyMaxValue(UProperty.HANGUL_SYLLABLE_TYPE)!=UCharacter.HangulSyllableTyp… in TestAdditionalProperties() [all …]
|
D | UPropertyAliasesTest.java | 122 for (; i <= UCharacter.getIntPropertyMaxValue( in TestPropertyNames()
|
D | UnicodeSetTest.java | 120 …haracter.getIntPropertyMinValue(propNum); valueNum <= UCharacter.getIntPropertyMaxValue(propNum); … in TestPropertyAccess()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterTest.java | 2177 if( UCharacter.getIntPropertyMaxValue(UProperty.DASH)!=1) { in TestAdditionalProperties() 2180 if( UCharacter.getIntPropertyMaxValue(UProperty.ID_CONTINUE)!=1) { in TestAdditionalProperties() 2183 if( UCharacter.getIntPropertyMaxValue(UProperty.BINARY_LIMIT-1)!=1) { in TestAdditionalProperties() 2187 …if( UCharacter.getIntPropertyMaxValue(UProperty.BIDI_CLASS)!=UCharacterDirection.CHAR_DIRECTION_CO… in TestAdditionalProperties() 2190 if( UCharacter.getIntPropertyMaxValue(UProperty.BLOCK)!=UCharacter.UnicodeBlock.COUNT-1 ) { in TestAdditionalProperties() 2193 if(UCharacter.getIntPropertyMaxValue(UProperty.LINE_BREAK)!=UCharacter.LineBreak.COUNT-1) { in TestAdditionalProperties() 2196 if(UCharacter.getIntPropertyMaxValue(UProperty.SCRIPT)!=UScript.CODE_LIMIT-1) { in TestAdditionalProperties() 2199 … if(UCharacter.getIntPropertyMaxValue(UProperty.NUMERIC_TYPE)!=UCharacter.NumericType.COUNT-1) { in TestAdditionalProperties() 2202 …if(UCharacter.getIntPropertyMaxValue(UProperty.GENERAL_CATEGORY)!=UCharacterCategory.CHAR_CATEGORY… in TestAdditionalProperties() 2205 …if(UCharacter.getIntPropertyMaxValue(UProperty.HANGUL_SYLLABLE_TYPE)!=UCharacter.HangulSyllableTyp… in TestAdditionalProperties() [all …]
|
D | UPropertyAliasesTest.java | 119 for (; i <= UCharacter.getIntPropertyMaxValue( in TestPropertyNames()
|
D | UnicodeSetTest.java | 117 …haracter.getIntPropertyMinValue(propNum); valueNum <= UCharacter.getIntPropertyMaxValue(propNum); … in TestPropertyAccess()
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | CharacterProperties.java | 95 int max = UCharacter.getIntPropertyMaxValue(property); in makeMap()
|
D | UCharacter.java | 4430 && value <= UCharacter.getIntPropertyMaxValue( in getPropertyValueName() 5284 public static int getIntPropertyMaxValue(int type) in getIntPropertyMaxValue() method in UCharacter 5286 return UCharacterProperty.INSTANCE.getIntPropertyMaxValue(type); in getIntPropertyMaxValue()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | CharacterProperties.java | 94 int max = UCharacter.getIntPropertyMaxValue(property); in makeMap()
|
D | UCharacter.java | 5029 && value <= UCharacter.getIntPropertyMaxValue( in getPropertyValueName() 5914 public static int getIntPropertyMaxValue(int type) in getIntPropertyMaxValue() method in UCharacter 5916 return UCharacterProperty.INSTANCE.getIntPropertyMaxValue(type); in getIntPropertyMaxValue()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ScriptData.java | 145 fMaxScript = UCharacter.getIntPropertyMaxValue(UProperty.SCRIPT); in ScriptData()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 679 UCharacter.getIntPropertyMaxValue(UProperty.NFD_QUICK_CHECK)!=1 || // YES in TestQuickCheckPerCP() 680 UCharacter.getIntPropertyMaxValue(UProperty.NFKD_QUICK_CHECK)!=1 || in TestQuickCheckPerCP() 681 UCharacter.getIntPropertyMaxValue(UProperty.NFC_QUICK_CHECK)!=2 || // MAYBE in TestQuickCheckPerCP() 682 UCharacter.getIntPropertyMaxValue(UProperty.NFKC_QUICK_CHECK)!=2 || in TestQuickCheckPerCP() 683 …UCharacter.getIntPropertyMaxValue(UProperty.LEAD_CANONICAL_COMBINING_CLASS)!=UCharacter.getIntProp… in TestQuickCheckPerCP() 684 …UCharacter.getIntPropertyMaxValue(UProperty.TRAIL_CANONICAL_COMBINING_CLASS)!=UCharacter.getIntPro… in TestQuickCheckPerCP()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 682 UCharacter.getIntPropertyMaxValue(UProperty.NFD_QUICK_CHECK)!=1 || // YES in TestQuickCheckPerCP() 683 UCharacter.getIntPropertyMaxValue(UProperty.NFKD_QUICK_CHECK)!=1 || in TestQuickCheckPerCP() 684 UCharacter.getIntPropertyMaxValue(UProperty.NFC_QUICK_CHECK)!=2 || // MAYBE in TestQuickCheckPerCP() 685 UCharacter.getIntPropertyMaxValue(UProperty.NFKC_QUICK_CHECK)!=2 || in TestQuickCheckPerCP() 686 …UCharacter.getIntPropertyMaxValue(UProperty.LEAD_CANONICAL_COMBINING_CLASS)!=UCharacter.getIntProp… in TestQuickCheckPerCP() 687 …UCharacter.getIntPropertyMaxValue(UProperty.TRAIL_CANONICAL_COMBINING_CLASS)!=UCharacter.getIntPro… in TestQuickCheckPerCP()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | UnicodeSetFormat.java | 206 …i = UCharacter.getIntPropertyMinValue(property); i <= UCharacter.getIntPropertyMaxValue(property);… in reduceByProperty()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | RegexUtilitiesTest.java | 110 int intPropertyMaxValue = UCharacter.getIntPropertyMaxValue(propNum);
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | RegexUtilitiesTest.java | 107 int intPropertyMaxValue = UCharacter.getIntPropertyMaxValue(propNum);
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | LanguageTest.java | 216 int max = UCharacter.getIntPropertyMaxValue(UProperty.SCRIPT); in getUnicodeScripts()
|
/external/cldr/tools/java/org/unicode/cldr/util/props/ |
D | ICUPropertyFactory.java | 275 int end = UCharacter.getIntPropertyMaxValue(propEnum); in _getAvailableValues()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCharacterProperty.java | 1528 public int getIntPropertyMaxValue(int which) { in getIntPropertyMaxValue() method in UCharacterProperty
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterProperty.java | 1527 public int getIntPropertyMaxValue(int which) { in getIntPropertyMaxValue() method in UCharacterProperty
|
/external/icu/icu4j/tools/build/ |
D | icu4j55.api3.gz |
|
D | icu4j56.api3.gz | 12;ICU4J 56.1;;
2ST@3.6;PB;NS;NF;NS; ... |
D | icu4j57.api3.gz |
|
D | icu4j54.api3.gz |
|
D | icu4j59.api3.gz |
|