Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java324 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 EmojiBinaryProperty extends BinaryProperty {
368 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties
380 BinaryProperty[] binProps={
385 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)),
386 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)),
387 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java325 private class BinaryProperty { class in UCharacterProperty
328 BinaryProperty(int column, int mask) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
332 BinaryProperty(int source) { in BinaryProperty() method in UCharacterProperty.BinaryProperty
345 private class CaseBinaryProperty extends BinaryProperty { // case mapping properties
357 private class EmojiBinaryProperty extends BinaryProperty {
369 private class NormInertBinaryProperty extends BinaryProperty { // UCHAR_NF*_INERT properties
381 BinaryProperty[] binProps={
386 new BinaryProperty(1, (1<<ALPHABETIC_PROPERTY_)),
387 new BinaryProperty(1, (1<<ASCII_HEX_DIGIT_PROPERTY_)),
388 new BinaryProperty(SRC_BIDI) { // UCHAR_BIDI_CONTROL
[all …]
/external/icu/icu4c/source/common/
Duprops.cpp158 struct BinaryProperty;
160 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
162 struct BinaryProperty { struct
168 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() argument
173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() argument
177 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() argument
181 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() argument
185 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() argument
190 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() argument
194 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion() argument
[all …]
/external/cronet/third_party/icu/source/common/
Duprops.cpp158 struct BinaryProperty;
160 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
162 struct BinaryProperty { struct
168 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() argument
173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() argument
177 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() argument
181 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() argument
185 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() argument
190 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() argument
194 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion() argument
[all …]