Lines Matching defs:IntProperty
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()
369 static int32_t getJoiningType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getJoiningType()
373 static int32_t getNumericType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getNumericType()
378 static int32_t getScript(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getScript()
404 static int32_t getHangulSyllableType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getHangulSyllableType()
415 static int32_t getNormQuickCheck(const IntProperty &, UChar32, UProperty) { in getNormQuickCheck()
419 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) { in getNormQuickCheck()
425 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) { in getLeadCombiningClass()
429 static int32_t getLeadCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getLeadCombiningClass()
435 static int32_t getTrailCombiningClass(const IntProperty &, UChar32, UProperty) { in getTrailCombiningClass()
439 static int32_t getTrailCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getTrailCombiningClass()