Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duprops.cpp52 struct BinaryProperty { struct
55 BinaryPropertyContains *contains; argument
58 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() argument
63 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains()
67 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl()
71 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored()
75 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl()
80 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion()
84 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion()
94 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java1056 private class BinaryProperty { class in UCharacterProperty
1059 BinaryProperty(int column, int mask) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
1063 BinaryProperty(int source) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java1055 private class BinaryProperty { class in UCharacterProperty
1058 BinaryProperty(int column, int mask) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
1062 BinaryProperty(int source) { in BinaryProperty() method in UCharacterProperty.BinaryProperty