Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duprops.cpp162 struct BinaryProperty { struct
165 BinaryPropertyContains *contains; argument
168 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() argument
173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains()
177 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl()
181 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored()
185 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl()
190 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion()
194 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion()
204 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java325 private class BinaryProperty { class in UCharacterProperty
328 BinaryProperty(int column, int mask) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
332 BinaryProperty(int source) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java324 private class BinaryProperty { class in UCharacterProperty
327 BinaryProperty(int column, int mask) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
331 BinaryProperty(int source) { in BinaryProperty() method in UCharacterProperty.BinaryProperty