Searched defs:BinaryProperty (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 47 struct BinaryProperty { struct 50 BinaryPropertyContains *contains; argument 53 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() argument 58 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() 62 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() 66 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() 70 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() 75 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() 79 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion() 89 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterProperty.java | 187 private class BinaryProperty { class in UCharacterProperty 190 BinaryProperty(int column, int mask) { in BinaryProperty() method in UCharacterProperty.BinaryProperty 194 BinaryProperty(int source) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
|