Home
last modified time | relevance | path

Searched refs:getIntPropertyMaxValue (Results 1 – 25 of 29) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterTest.java2153 if( UCharacter.getIntPropertyMaxValue(UProperty.DASH)!=1) { in TestAdditionalProperties()
2156 if( UCharacter.getIntPropertyMaxValue(UProperty.ID_CONTINUE)!=1) { in TestAdditionalProperties()
2159 if( UCharacter.getIntPropertyMaxValue(UProperty.BINARY_LIMIT-1)!=1) { in TestAdditionalProperties()
2163 …if( UCharacter.getIntPropertyMaxValue(UProperty.BIDI_CLASS)!=UCharacterDirection.CHAR_DIRECTION_CO… in TestAdditionalProperties()
2166 if( UCharacter.getIntPropertyMaxValue(UProperty.BLOCK)!=UCharacter.UnicodeBlock.COUNT-1 ) { in TestAdditionalProperties()
2169 if(UCharacter.getIntPropertyMaxValue(UProperty.LINE_BREAK)!=UCharacter.LineBreak.COUNT-1) { in TestAdditionalProperties()
2172 if(UCharacter.getIntPropertyMaxValue(UProperty.SCRIPT)!=UScript.CODE_LIMIT-1) { in TestAdditionalProperties()
2175 … if(UCharacter.getIntPropertyMaxValue(UProperty.NUMERIC_TYPE)!=UCharacter.NumericType.COUNT-1) { in TestAdditionalProperties()
2178 …if(UCharacter.getIntPropertyMaxValue(UProperty.GENERAL_CATEGORY)!=UCharacterCategory.CHAR_CATEGORY… in TestAdditionalProperties()
2181 …if(UCharacter.getIntPropertyMaxValue(UProperty.HANGUL_SYLLABLE_TYPE)!=UCharacter.HangulSyllableTyp… in TestAdditionalProperties()
[all …]
DUPropertyAliasesTest.java119 for (; i <= UCharacter.getIntPropertyMaxValue( in TestPropertyNames()
DUnicodeSetTest.java116 …haracter.getIntPropertyMinValue(propNum); valueNum <= UCharacter.getIntPropertyMaxValue(propNum); … in TestPropertyAccess()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java2149 if( UCharacter.getIntPropertyMaxValue(UProperty.DASH)!=1) { in TestAdditionalProperties()
2152 if( UCharacter.getIntPropertyMaxValue(UProperty.ID_CONTINUE)!=1) { in TestAdditionalProperties()
2155 if( UCharacter.getIntPropertyMaxValue(UProperty.BINARY_LIMIT-1)!=1) { in TestAdditionalProperties()
2159 …if( UCharacter.getIntPropertyMaxValue(UProperty.BIDI_CLASS)!=UCharacterDirection.CHAR_DIRECTION_CO… in TestAdditionalProperties()
2162 if( UCharacter.getIntPropertyMaxValue(UProperty.BLOCK)!=UCharacter.UnicodeBlock.COUNT-1 ) { in TestAdditionalProperties()
2165 if(UCharacter.getIntPropertyMaxValue(UProperty.LINE_BREAK)!=UCharacter.LineBreak.COUNT-1) { in TestAdditionalProperties()
2168 if(UCharacter.getIntPropertyMaxValue(UProperty.SCRIPT)!=UScript.CODE_LIMIT-1) { in TestAdditionalProperties()
2171 … if(UCharacter.getIntPropertyMaxValue(UProperty.NUMERIC_TYPE)!=UCharacter.NumericType.COUNT-1) { in TestAdditionalProperties()
2174 …if(UCharacter.getIntPropertyMaxValue(UProperty.GENERAL_CATEGORY)!=UCharacterCategory.CHAR_CATEGORY… in TestAdditionalProperties()
2177 …if(UCharacter.getIntPropertyMaxValue(UProperty.HANGUL_SYLLABLE_TYPE)!=UCharacter.HangulSyllableTyp… in TestAdditionalProperties()
[all …]
DUPropertyAliasesTest.java115 for (; i <= UCharacter.getIntPropertyMaxValue( in TestPropertyNames()
DUnicodeSetTest.java112 …haracter.getIntPropertyMinValue(propNum); valueNum <= UCharacter.getIntPropertyMaxValue(propNum); … in TestPropertyAccess()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java662 UCharacter.getIntPropertyMaxValue(UProperty.NFD_QUICK_CHECK)!=1 || // YES in TestQuickCheckPerCP()
663 UCharacter.getIntPropertyMaxValue(UProperty.NFKD_QUICK_CHECK)!=1 || in TestQuickCheckPerCP()
664 UCharacter.getIntPropertyMaxValue(UProperty.NFC_QUICK_CHECK)!=2 || // MAYBE in TestQuickCheckPerCP()
665 UCharacter.getIntPropertyMaxValue(UProperty.NFKC_QUICK_CHECK)!=2 || in TestQuickCheckPerCP()
666 …UCharacter.getIntPropertyMaxValue(UProperty.LEAD_CANONICAL_COMBINING_CLASS)!=UCharacter.getIntProp… in TestQuickCheckPerCP()
667 …UCharacter.getIntPropertyMaxValue(UProperty.TRAIL_CANONICAL_COMBINING_CLASS)!=UCharacter.getIntPro… in TestQuickCheckPerCP()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java658 UCharacter.getIntPropertyMaxValue(UProperty.NFD_QUICK_CHECK)!=1 || // YES in TestQuickCheckPerCP()
659 UCharacter.getIntPropertyMaxValue(UProperty.NFKD_QUICK_CHECK)!=1 || in TestQuickCheckPerCP()
660 UCharacter.getIntPropertyMaxValue(UProperty.NFC_QUICK_CHECK)!=2 || // MAYBE in TestQuickCheckPerCP()
661 UCharacter.getIntPropertyMaxValue(UProperty.NFKC_QUICK_CHECK)!=2 || in TestQuickCheckPerCP()
662 …UCharacter.getIntPropertyMaxValue(UProperty.LEAD_CANONICAL_COMBINING_CLASS)!=UCharacter.getIntProp… in TestQuickCheckPerCP()
663 …UCharacter.getIntPropertyMaxValue(UProperty.TRAIL_CANONICAL_COMBINING_CLASS)!=UCharacter.getIntPro… in TestQuickCheckPerCP()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptData.java143 fMaxScript = UCharacter.getIntPropertyMaxValue(UProperty.SCRIPT); in ScriptData()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRegexUtilitiesTest.java106 int intPropertyMaxValue = UCharacter.getIntPropertyMaxValue(propNum);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRegexUtilitiesTest.java102 int intPropertyMaxValue = UCharacter.getIntPropertyMaxValue(propNum);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DUnicodePropertySource.java232 int end = UCharacter.getIntPropertyMaxValue(propEnum); in getAvailablePropertyValueAliases()
DICUPropertyFactory.java274 int end = UCharacter.getIntPropertyMaxValue(propEnum); in _getAvailableValues()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodePropertySource.java231 int end = UCharacter.getIntPropertyMaxValue(propEnum); in getAvailablePropertyValueAliases()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java4025 && value <= UCharacter.getIntPropertyMaxValue( in getPropertyValueName()
5222 public static int getIntPropertyMaxValue(int type) in getIntPropertyMaxValue() method in UCharacter
5224 return UCharacterProperty.INSTANCE.getIntPropertyMaxValue(type); in getIntPropertyMaxValue()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java4625 && value <= UCharacter.getIntPropertyMaxValue( in getPropertyValueName()
5852 public static int getIntPropertyMaxValue(int type) in getIntPropertyMaxValue() method in UCharacter
5854 return UCharacterProperty.INSTANCE.getIntPropertyMaxValue(type); in getIntPropertyMaxValue()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
DICUPropertyFactory.java273 int end = UCharacter.getIntPropertyMaxValue(propEnum); in _getAvailableValues()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java583 public int getIntPropertyMaxValue(int which) { in getIntPropertyMaxValue() method in UCharacterProperty
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java584 public int getIntPropertyMaxValue(int which) { in getIntPropertyMaxValue() method in UCharacterProperty
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/icu4j/tools/build/
Dicu4j48.api3.gz12;ICU4J 4.8;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j50.api3.gz12;ICU4J 50.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j49.api3.gz
Dicu4j52.api3.gz
Dicu4j51.api3.gz

12