Searched refs:IntProperty (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 305 struct IntProperty; 307 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which); 308 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which); 310 struct IntProperty { struct 318 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 323 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) { in defaultGetMaxValue() 327 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) { in getMaxValueFromShift() 331 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() argument 335 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() argument 339 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() argument [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCharacterProperty.java | 1322 private class IntProperty { class in UCharacterProperty 1326 IntProperty(int column, int mask, int shift) { in IntProperty() method in UCharacterProperty.IntProperty 1331 IntProperty(int source) { in IntProperty() method in UCharacterProperty.IntProperty 1347 private class BiDiIntProperty extends IntProperty { 1357 private class CombiningClassIntProperty extends IntProperty { 1367 … private class NormQuickCheckIntProperty extends IntProperty { // UCHAR_NF*_QUICK_CHECK properties 1385 IntProperty intProps[]={ 1392 new IntProperty(0, BLOCK_MASK_, BLOCK_SHIFT_), 1399 new IntProperty(2, DECOMPOSITION_TYPE_MASK_, 0), 1400 new IntProperty(0, EAST_ASIAN_MASK_, EAST_ASIAN_SHIFT_), [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterProperty.java | 1321 private class IntProperty { class in UCharacterProperty 1325 IntProperty(int column, int mask, int shift) { in IntProperty() method in UCharacterProperty.IntProperty 1330 IntProperty(int source) { in IntProperty() method in UCharacterProperty.IntProperty 1346 private class BiDiIntProperty extends IntProperty { 1356 private class CombiningClassIntProperty extends IntProperty { 1366 … private class NormQuickCheckIntProperty extends IntProperty { // UCHAR_NF*_QUICK_CHECK properties 1384 IntProperty intProps[]={ 1391 new IntProperty(0, BLOCK_MASK_, BLOCK_SHIFT_), 1398 new IntProperty(2, DECOMPOSITION_TYPE_MASK_, 0), 1399 new IntProperty(0, EAST_ASIAN_MASK_, EAST_ASIAN_SHIFT_), [all …]
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 159 + add a new IntProperty object to the intProps[] array
|