Home
last modified time | relevance | path

Searched refs:hasBinaryProperty (Results 1 – 25 of 30) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUCharacterTest.java846 … && !UCharacter.hasBinaryProperty(ch, UProperty.FULL_COMPOSITION_EXCLUSION)) { in TestUnicodeData()
1650 …(android.icu.impl.UCharacterUtility.isNonCharacter(c) || UCharacter.hasBinaryProperty(c, UProperty… in TestIteration()
2267 if (UCharacter.hasBinaryProperty(props[i][0], which) in TestAdditionalProperties()
2520 assertFalse("space is not Emoji", UCharacter.hasBinaryProperty(0x20, UProperty.EMOJI)); in TestEmojiProperties()
2521 … assertTrue("shooting star is Emoji", UCharacter.hasBinaryProperty(0x1F320, UProperty.EMOJI)); in TestEmojiProperties()
2526 UCharacter.hasBinaryProperty(0x1F320, UProperty.EMOJI_PRESENTATION)); in TestEmojiProperties()
2528 UCharacter.hasBinaryProperty(0x1F3FF, UProperty.EMOJI_MODIFIER)); in TestEmojiProperties()
2530 UCharacter.hasBinaryProperty(0x1F64B, UProperty.EMOJI_MODIFIER_BASE)); in TestEmojiProperties()
2532 UCharacter.hasBinaryProperty(0x2A, UProperty.EMOJI_COMPONENT)); in TestEmojiProperties()
2534 UCharacter.hasBinaryProperty(0xA9, UProperty.EXTENDED_PICTOGRAPHIC)); in TestEmojiProperties()
[all …]
DUCharacterCaseTest.java323 boolean isIgnorable = UCharacter.hasBinaryProperty('\'', UProperty.CASE_IGNORABLE); in TestTitleRegression()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java843 … && !UCharacter.hasBinaryProperty(ch, UProperty.FULL_COMPOSITION_EXCLUSION)) { in TestUnicodeData()
1647 …(com.ibm.icu.impl.UCharacterUtility.isNonCharacter(c) || UCharacter.hasBinaryProperty(c, UProperty… in TestIteration()
2264 if (UCharacter.hasBinaryProperty(props[i][0], which) in TestAdditionalProperties()
2517 assertFalse("space is not Emoji", UCharacter.hasBinaryProperty(0x20, UProperty.EMOJI)); in TestEmojiProperties()
2518 … assertTrue("shooting star is Emoji", UCharacter.hasBinaryProperty(0x1F320, UProperty.EMOJI)); in TestEmojiProperties()
2523 UCharacter.hasBinaryProperty(0x1F320, UProperty.EMOJI_PRESENTATION)); in TestEmojiProperties()
2525 UCharacter.hasBinaryProperty(0x1F3FF, UProperty.EMOJI_MODIFIER)); in TestEmojiProperties()
2527 UCharacter.hasBinaryProperty(0x1F64B, UProperty.EMOJI_MODIFIER_BASE)); in TestEmojiProperties()
2529 UCharacter.hasBinaryProperty(0x2A, UProperty.EMOJI_COMPONENT)); in TestEmojiProperties()
2531 UCharacter.hasBinaryProperty(0xA9, UProperty.EXTENDED_PICTOGRAPHIC)); in TestEmojiProperties()
[all …]
DUCharacterCaseTest.java320 boolean isIgnorable = UCharacter.hasBinaryProperty('\'', UProperty.CASE_IGNORABLE); in TestTitleRegression()
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DCharacterProperties.java42 if (UCharacter.hasBinaryProperty(c, property)) { in makeSet()
DUCharacter.java5102 public static boolean hasBinaryProperty(int ch, int property) in hasBinaryProperty() method in UCharacter
5104 return UCharacterProperty.INSTANCE.hasBinaryProperty(ch, property); in hasBinaryProperty()
5115 return hasBinaryProperty(ch, UProperty.ALPHABETIC); in isUAlphabetic()
5126 return hasBinaryProperty(ch, UProperty.LOWERCASE); in isULowercase()
5137 return hasBinaryProperty(ch, UProperty.UPPERCASE); in isUUppercase()
5149 return hasBinaryProperty(ch, UProperty.WHITE_SPACE); in isUWhiteSpace()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DCharacterProperties.java41 if (UCharacter.hasBinaryProperty(c, property)) { in makeSet()
DUCharacter.java5726 public static boolean hasBinaryProperty(int ch, int property) in hasBinaryProperty() method in UCharacter
5728 return UCharacterProperty.INSTANCE.hasBinaryProperty(ch, property); in hasBinaryProperty()
5740 return hasBinaryProperty(ch, UProperty.ALPHABETIC); in isUAlphabetic()
5752 return hasBinaryProperty(ch, UProperty.LOWERCASE); in isULowercase()
5764 return hasBinaryProperty(ch, UProperty.UPPERCASE); in isUUppercase()
5777 return hasBinaryProperty(ch, UProperty.WHITE_SPACE); in isUWhiteSpace()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DTestDeprecatedNormalizerAPI.java144 if (UCharacter.hasBinaryProperty(ch, UProperty.FULL_COMPOSITION_EXCLUSION)) { in TestRoundTrip()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DTestDeprecatedNormalizerAPI.java141 if (UCharacter.hasBinaryProperty(ch, UProperty.FULL_COMPOSITION_EXCLUSION)) { in TestRoundTrip()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java1084 return UCaseProps.INSTANCE.hasBinaryProperty(c, which); in contains()
1286 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() method in UCharacterProperty
DUCaseProps.java1486 public final boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() method in UCaseProps
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java1083 return UCaseProps.INSTANCE.hasBinaryProperty(c, which); in contains()
1285 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() method in UCharacterProperty
DUCaseProps.java1481 public final boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() method in UCaseProps
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java705 boolean whiteSpace = UCharacter.hasBinaryProperty(cp, UProperty.PATTERN_WHITE_SPACE); in stripRules()
DSpoofChecker.java1659 UCharacter.hasBinaryProperty(cp, UProperty.SOFT_DOTTED); in isIllegalCombiningDotLeadCharacterNoLookup()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java704 boolean whiteSpace = UCharacter.hasBinaryProperty(cp, UProperty.PATTERN_WHITE_SPACE); in stripRules()
DSpoofChecker.java1725 UCharacter.hasBinaryProperty(cp, UProperty.SOFT_DOTTED); in isIllegalCombiningDotLeadCharacterNoLookup()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRoundTripTest.java976 if (UCharacter.hasBinaryProperty(ch, UProperty.LOGICAL_ORDER_EXCEPTION)) return false; in is()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java973 if (UCharacter.hasBinaryProperty(ch, UProperty.LOGICAL_ORDER_EXCEPTION)) return false; in is()
/external/icu/icu4j/tools/build/
Dicu4j55.api3.gz
Dicu4j56.api3.gz12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j57.api3.gz
Dicu4j54.api3.gz
Dicu4j59.api3.gz

12