Home
last modified time | relevance | path

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

/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
1076 private class CaseBinaryProperty extends BinaryProperty { // case mapping properties
1088 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties
1100 BinaryProperty[] binProps={
1105 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)),
1106 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)),
1107 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL
1113 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_MIRRORED
[all …]
/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
1075 private class CaseBinaryProperty extends BinaryProperty { // case mapping properties
1087 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties
1099 BinaryProperty[] binProps={
1104 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)),
1105 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)),
1106 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL
1112 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_MIRRORED
[all …]
/external/icu/icu4c/source/common/
Duprops.cpp48 struct BinaryProperty;
50 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
52 struct BinaryProperty { struct
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() argument
67 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() argument
71 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() argument
75 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() argument
80 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() argument
84 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion() argument
[all …]