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.java190 private class BinaryProperty { class in UCharacterProperty
193 BinaryProperty(int column, int mask) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
197 BinaryProperty(int source) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
210 private class CaseBinaryProperty extends BinaryProperty { // case mapping properties
222 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties
234 BinaryProperty[] binProps={
239 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)),
240 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)),
241 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL
247 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_MIRRORED
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java189 private class BinaryProperty { class in UCharacterProperty
192 BinaryProperty(int column, int mask) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
196 BinaryProperty(int source) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
209 private class CaseBinaryProperty extends BinaryProperty { // case mapping properties
221 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties
233 BinaryProperty[] binProps={
238 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)),
239 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)),
240 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL
246 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_MIRRORED
[all …]
/external/icu/icu4c/source/common/
Duprops.cpp45 struct BinaryProperty;
47 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
49 struct BinaryProperty { struct
55 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() argument
60 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() argument
64 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() argument
68 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() argument
72 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() argument
77 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() argument
81 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion() argument
[all …]