Searched defs:IntProperty (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uprops.cpp | 310 struct IntProperty { struct 314 IntPropertyGetValue *getValue; argument 315 IntPropertyGetMaxValue *getMaxValue; argument 318 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 331 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() 335 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() 339 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 344 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() 348 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getCombiningClass() 353 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getGeneralCategory() [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
|
/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
|