Home
last modified time | relevance | path

Searched defs:IntProperty (Results 1 – 7 of 7) sorted by relevance

/external/cronet/third_party/icu/source/common/
Duprops.cpp464 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/
Duprops.cpp514 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/
Dprop_registry.h158 IntProperty(PropRegistry* reg, const char* name, int val) in IntProperty() function
Dgestures.h670 class IntProperty; variable
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java672 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/
DUCharacterProperty.java671 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/
DAutoValueTest.java354 abstract static class IntProperty { class in AutoValueTest