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 | 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 343 private class CaseBinaryProperty extends BinaryProperty { // case mapping properties 355 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties 367 BinaryProperty[] binProps={ 372 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)), 373 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)), 374 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL 380 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_MIRRORED [all …]
|
/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 344 private class CaseBinaryProperty extends BinaryProperty { // case mapping properties 356 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties 368 BinaryProperty[] binProps={ 373 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)), 374 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)), 375 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL 381 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_MIRRORED [all …]
|
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 156 struct BinaryProperty; 158 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 160 struct BinaryProperty { struct 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() argument 175 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() argument 179 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() argument 183 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() argument 188 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() argument 192 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion() argument [all …]
|