Searched refs:BinaryProperty (Results 1 – 3 of 3) sorted by relevance
/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 207 private class CaseBinaryProperty extends BinaryProperty { // case mapping properties 218 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties 229 BinaryProperty[] binProps={ 234 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)), 235 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)), 236 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL 241 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_MIRRORED [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCharacterProperty.java | 188 private class BinaryProperty { class in UCharacterProperty 191 BinaryProperty(int column, int mask) { in BinaryProperty() method in UCharacterProperty.BinaryProperty 195 BinaryProperty(int source) { in BinaryProperty() method in UCharacterProperty.BinaryProperty 208 private class CaseBinaryProperty extends BinaryProperty { // case mapping properties 219 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties 230 BinaryProperty[] binProps={ 235 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)), 236 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)), 237 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL 242 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_MIRRORED [all …]
|
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 43 struct BinaryProperty; 45 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 47 struct BinaryProperty { struct 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() argument 62 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() argument 66 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() argument 70 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() argument 75 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() argument 79 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion() argument [all …]
|