Searched defs:IntProperty (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/common/ |
D | uprops.cpp | 322 struct IntProperty { struct 326 IntPropertyGetValue *getValue; argument 327 IntPropertyGetMaxValue *getMaxValue; argument 330 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument 343 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() 347 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() 352 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() 356 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getCombiningClass() 361 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getGeneralCategory() 365 static int32_t getJoiningGroup(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getJoiningGroup() [all …]
|