Home
last modified time | relevance | path

Searched defs:BinaryProperty (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Duprops.cpp49 struct BinaryProperty { struct
52 BinaryPropertyContains *contains; argument
55 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() argument
60 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains()
64 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl()
68 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored()
72 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl()
77 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion()
81 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion()
91 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java190 private class BinaryProperty { class in UCharacterProperty
193 BinaryProperty(int column, int mask) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
197 BinaryProperty(int source) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java189 private class BinaryProperty { class in UCharacterProperty
192 BinaryProperty(int column, int mask) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
196 BinaryProperty(int source) { in BinaryProperty() method in UCharacterProperty.BinaryProperty