Searched defs:IntProperty (Results 1 – 6 of 6) sorted by relevance
| /external/icu/icu4c/source/common/ |
| D | uprops.cpp | 451 struct IntProperty { struct 455 IntPropertyGetValue *getValue; argument 456 IntPropertyGetMaxValue *getMaxValue; argument 459 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 472 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() 476 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() 480 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 485 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() 489 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getCombiningClass() 494 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getGeneralCategory() [all …]
|
| /external/cronet/third_party/icu/source/common/ |
| D | uprops.cpp | 451 struct IntProperty { struct 455 IntPropertyGetValue *getValue; argument 456 IntPropertyGetMaxValue *getMaxValue; argument 459 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 472 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() 476 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() 480 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 485 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() 489 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getCombiningClass() 494 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getGeneralCategory() [all …]
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | UCharacterProperty.java | 609 private class IntProperty { class in UCharacterProperty 613 IntProperty(int column, int mask, int shift) { in IntProperty() method in UCharacterProperty.IntProperty 618 IntProperty(int source) { in IntProperty() method in UCharacterProperty.IntProperty
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| D | UCharacterProperty.java | 610 private class IntProperty { class in UCharacterProperty 614 IntProperty(int column, int mask, int shift) { in IntProperty() method in UCharacterProperty.IntProperty 619 IntProperty(int source) { in IntProperty() method in UCharacterProperty.IntProperty
|
| /external/libchrome-gestures/include/ |
| D | prop_registry.h | 158 IntProperty(PropRegistry* reg, const char* name, int val) in IntProperty() function
|
| /external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
| D | AutoValueTest.java | 354 abstract static class IntProperty { class in AutoValueTest
|