Searched refs:IntProperty (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 413 struct IntProperty; 415 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which); 416 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which); 418 struct IntProperty { struct 426 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 431 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) { in defaultGetMaxValue() 435 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) { in getMaxValueFromShift() 439 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() argument 443 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() argument 447 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() argument [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterProperty.java | 589 private class IntProperty { class in UCharacterProperty 593 IntProperty(int column, int mask, int shift) { in IntProperty() method in UCharacterProperty.IntProperty 598 IntProperty(int source) { in IntProperty() method in UCharacterProperty.IntProperty 614 private class BiDiIntProperty extends IntProperty { 624 private class CombiningClassIntProperty extends IntProperty { 634 … private class NormQuickCheckIntProperty extends IntProperty { // UCHAR_NF*_QUICK_CHECK properties 652 IntProperty intProps[]={ 659 new IntProperty(0, BLOCK_MASK_, BLOCK_SHIFT_), 666 new IntProperty(2, DECOMPOSITION_TYPE_MASK_, 0), 667 new IntProperty(0, EAST_ASIAN_MASK_, EAST_ASIAN_SHIFT_), [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCharacterProperty.java | 590 private class IntProperty { class in UCharacterProperty 594 IntProperty(int column, int mask, int shift) { in IntProperty() method in UCharacterProperty.IntProperty 599 IntProperty(int source) { in IntProperty() method in UCharacterProperty.IntProperty 615 private class BiDiIntProperty extends IntProperty { 625 private class CombiningClassIntProperty extends IntProperty { 635 … private class NormQuickCheckIntProperty extends IntProperty { // UCHAR_NF*_QUICK_CHECK properties 653 IntProperty intProps[]={ 660 new IntProperty(0, BLOCK_MASK_, BLOCK_SHIFT_), 667 new IntProperty(2, DECOMPOSITION_TYPE_MASK_, 0), 668 new IntProperty(0, EAST_ASIAN_MASK_, EAST_ASIAN_SHIFT_), [all …]
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 1080 + add a new IntProperty object to the intProps[] array
|