| /external/cronet/third_party/icu/source/common/ |
| D | uprops.cpp | 464 struct IntProperty { struct 468 IntPropertyGetValue *getValue; argument 469 IntPropertyGetMaxValue *getMaxValue; argument 472 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 485 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() 489 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() 493 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 498 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() 502 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getCombiningClass() 507 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getGeneralCategory() [all …]
|
| /external/icu/icu4c/source/common/ |
| D | uprops.cpp | 514 struct IntProperty { struct 518 IntPropertyGetValue *getValue; argument 519 IntPropertyGetMaxValue *getMaxValue; argument 522 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 535 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() 539 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() 543 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 548 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() 552 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getCombiningClass() 557 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getGeneralCategory() [all …]
|
| /external/libchrome-gestures/include/ |
| D | prop_registry.h | 158 IntProperty(PropRegistry* reg, const char* name, int val) in IntProperty() function
|
| D | gestures.h | 670 class IntProperty; variable
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| D | UCharacterProperty.java | 672 private class IntProperty { class in UCharacterProperty 676 IntProperty(int column, int mask, int shift) { in IntProperty() method in UCharacterProperty.IntProperty 681 IntProperty(int source) { in IntProperty() method in UCharacterProperty.IntProperty
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
| D | UCharacterProperty.java | 671 private class IntProperty { class in UCharacterProperty 675 IntProperty(int column, int mask, int shift) { in IntProperty() method in UCharacterProperty.IntProperty 680 IntProperty(int source) { in IntProperty() method in UCharacterProperty.IntProperty
|
| /external/auto/value/src/it/functional/src/test/java/com/google/auto/value/ |
| D | AutoValueTest.java | 354 abstract static class IntProperty { class in AutoValueTest
|