Home
last modified time | relevance | path

Searched refs:getIntPropertyValue (Results 1 – 25 of 47) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterTest.java216 boolean z = (UCharacter.getIntPropertyValue(c, UProperty.GENERAL_CATEGORY_MASK) & in TestSpaces()
231 boolean z = (UCharacter.getIntPropertyValue(c, UProperty.GENERAL_CATEGORY_MASK) & in TestSpaces()
542 …if(UCharacter.getIntPropertyValue(start, UProperty.BIDI_PAIRED_BRACKET_TYPE)==UCharacter.BidiPaire… in TestMirror()
731 if (UCharacter.getIntPropertyValue(ch, in TestUnicodeData()
820 int i=UCharacter.getIntPropertyValue(ch, UProperty.DECOMPOSITION_TYPE); in TestUnicodeData()
932 || UCharacter.getIntPropertyValue(0x41, UProperty.BLOCK) in TestUnicodeData()
943 if (UCharacter.getIntPropertyValue(ch, in TestUnicodeData()
968 if (UCharacter.getIntPropertyValue(ch, in TestUnicodeData()
1612 if (0 == UCharacter.getIntPropertyValue(c, in TestIteration()
1653 || UCharacter.getIntPropertyValue(c, in TestIteration()
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DShapingTypeBuilder.java56 classTable.addMapping(ch, UCharacter.getIntPropertyValue(ch, UProperty.JOINING_TYPE)); in buildShapingTypes()
DArabicCharacterData.java48 … decompositionType = UCharacter.getIntPropertyValue(character, UProperty.DECOMPOSITION_TYPE); in Record()
DArabicShaping.java39 int tt = UCharacter.getIntPropertyValue(ch, UProperty.JOINING_TYPE); in getShapeType()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java215 boolean z = (UCharacter.getIntPropertyValue(c, UProperty.GENERAL_CATEGORY_MASK) & in TestSpaces()
230 boolean z = (UCharacter.getIntPropertyValue(c, UProperty.GENERAL_CATEGORY_MASK) & in TestSpaces()
541 …if(UCharacter.getIntPropertyValue(start, UProperty.BIDI_PAIRED_BRACKET_TYPE)==UCharacter.BidiPaire… in TestMirror()
730 if (UCharacter.getIntPropertyValue(ch, in TestUnicodeData()
819 int i=UCharacter.getIntPropertyValue(ch, UProperty.DECOMPOSITION_TYPE); in TestUnicodeData()
931 || UCharacter.getIntPropertyValue(0x41, UProperty.BLOCK) in TestUnicodeData()
942 if (UCharacter.getIntPropertyValue(ch, in TestUnicodeData()
967 if (UCharacter.getIntPropertyValue(ch, in TestUnicodeData()
1611 if (0 == UCharacter.getIntPropertyValue(c, in TestIteration()
1652 || UCharacter.getIntPropertyValue(c, in TestIteration()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnhandledBreakEngine.java56 int script = UCharacter.getIntPropertyValue(c, UProperty.SCRIPT); in handleChar()
DBurmeseBreakEngine.java85 int script = UCharacter.getIntPropertyValue(c, UProperty.SCRIPT); in handles()
DKhmerBreakEngine.java86 int script = UCharacter.getIntPropertyValue(c, UProperty.SCRIPT); in handles()
DLaoBreakEngine.java85 int script = UCharacter.getIntPropertyValue(c, UProperty.SCRIPT); in handles()
DThaiBreakEngine.java97 int script = UCharacter.getIntPropertyValue(c, UProperty.SCRIPT); in handles()
DRBBITableBuilder.java445 int cLBProp = UCharacter.getIntPropertyValue(c, UProperty.LINE_BREAK); in calcChainedFollowPos()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnhandledBreakEngine.java57 int script = UCharacter.getIntPropertyValue(c, UProperty.SCRIPT); in handleChar()
DKhmerBreakEngine.java87 int script = UCharacter.getIntPropertyValue(c, UProperty.SCRIPT); in handles()
DLaoBreakEngine.java86 int script = UCharacter.getIntPropertyValue(c, UProperty.SCRIPT); in handles()
DBurmeseBreakEngine.java86 int script = UCharacter.getIntPropertyValue(c, UProperty.SCRIPT); in handles()
DThaiBreakEngine.java98 int script = UCharacter.getIntPropertyValue(c, UProperty.SCRIPT); in handles()
DRBBITableBuilder.java446 int cLBProp = UCharacter.getIntPropertyValue(c, UProperty.LINE_BREAK); in calcChainedFollowPos()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java694 qc1=UCharacter.getIntPropertyValue(c, UProperty.NFC_QUICK_CHECK); in TestQuickCheckPerCP()
700 qc1=UCharacter.getIntPropertyValue(c, UProperty.NFD_QUICK_CHECK); in TestQuickCheckPerCP()
706 qc1=UCharacter.getIntPropertyValue(c, UProperty.NFKC_QUICK_CHECK); in TestQuickCheckPerCP()
712 qc1=UCharacter.getIntPropertyValue(c, UProperty.NFKD_QUICK_CHECK); in TestQuickCheckPerCP()
722 lccc1=UCharacter.getIntPropertyValue(c, UProperty.LEAD_CANONICAL_COMBINING_CLASS); in TestQuickCheckPerCP()
724 tccc1=UCharacter.getIntPropertyValue(c, UProperty.TRAIL_CANONICAL_COMBINING_CLASS); in TestQuickCheckPerCP()
2394 int tccc=UCharacter.getIntPropertyValue(c, UProperty.TRAIL_CANONICAL_COMBINING_CLASS); in initSkippables()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java695 qc1=UCharacter.getIntPropertyValue(c, UProperty.NFC_QUICK_CHECK); in TestQuickCheckPerCP()
701 qc1=UCharacter.getIntPropertyValue(c, UProperty.NFD_QUICK_CHECK); in TestQuickCheckPerCP()
707 qc1=UCharacter.getIntPropertyValue(c, UProperty.NFKC_QUICK_CHECK); in TestQuickCheckPerCP()
713 qc1=UCharacter.getIntPropertyValue(c, UProperty.NFKD_QUICK_CHECK); in TestQuickCheckPerCP()
723 lccc1=UCharacter.getIntPropertyValue(c, UProperty.LEAD_CANONICAL_COMBINING_CLASS); in TestQuickCheckPerCP()
725 tccc1=UCharacter.getIntPropertyValue(c, UProperty.TRAIL_CANONICAL_COMBINING_CLASS); in TestQuickCheckPerCP()
2395 int tccc=UCharacter.getIntPropertyValue(c, UProperty.TRAIL_CANONICAL_COMBINING_CLASS); in initSkippables()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java2110 UCharacterProperty.INSTANCE.getIntPropertyValue(ch, UProperty.BLOCK)); in of()
4562 int propertyMask = UCharacter.getIntPropertyValue(c, UProperty.GENERAL_CATEGORY_MASK); in toTitleFirst()
5086 public static int getIntPropertyValue(int ch, int type) in getIntPropertyValue() method in UCharacter
5088 return UCharacterProperty.INSTANCE.getIntPropertyValue(ch, type); in getIntPropertyValue()
5105 return getPropertyValueName(propertyEnum, getIntPropertyValue(codepoint, propertyEnum), in getStringPropertyValue()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java2477 UCharacterProperty.INSTANCE.getIntPropertyValue(ch, UProperty.BLOCK)); in of()
5169 int propertyMask = UCharacter.getIntPropertyValue(c, UProperty.GENERAL_CATEGORY_MASK); in toTitleFirst()
5711 public static int getIntPropertyValue(int ch, int type) in getIntPropertyValue() method in UCharacter
5713 return UCharacterProperty.INSTANCE.getIntPropertyValue(ch, type); in getIntPropertyValue()
5729 return getPropertyValueName(propertyEnum, getIntPropertyValue(codepoint, propertyEnum), in getStringPropertyValue()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DUnicodeMapTest.java353 int enumValue = UCharacter.getIntPropertyValue(cp, propEnum); in TestUnicodeMapGeneralCategory()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DUnicodeMapTest.java352 int enumValue = UCharacter.getIntPropertyValue(cp, propEnum); in TestUnicodeMapGeneralCategory()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java609 public int getIntPropertyValue(int c, int which) { in getIntPropertyValue() method in UCharacterProperty
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1267 int cLBType = UCharacter.getIntPropertyValue(c, UProperty.LINE_BREAK); in LBNumberCheck()
2088 int extraProp = UCharacter.getIntPropertyValue(c, mk.fCharProperty); in RunMonkey()

12