Searched defs:BinaryProperty (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 160 struct BinaryProperty { struct 163 BinaryPropertyContains *contains; argument 166 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() argument 171 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() 175 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() 179 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() 183 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() 188 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() 192 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion() 202 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterProperty.java | 323 private class BinaryProperty { class in UCharacterProperty 326 BinaryProperty(int column, int mask) { in BinaryProperty() method in UCharacterProperty.BinaryProperty 330 BinaryProperty(int source) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCharacterProperty.java | 324 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
|