Lines Matching defs:IntProperty
291 struct IntProperty;
293 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
294 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which);
296 struct IntProperty {
304 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) {
309 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) {
313 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) {
317 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
321 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) {
326 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) {
330 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
335 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
339 static int32_t getJoiningGroup(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
343 static int32_t getJoiningType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
347 static int32_t getNumericType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
352 static int32_t getScript(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
378 static int32_t getHangulSyllableType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
389 static int32_t getNormQuickCheck(const IntProperty &, UChar32, UProperty) {
393 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) {
399 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) {
403 static int32_t getLeadCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
409 static int32_t getTrailCombiningClass(const IntProperty &, UChar32, UProperty) {
413 static int32_t getTrailCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
418 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
462 const IntProperty &prop=intProps[which-UCHAR_INT_START];
482 const IntProperty &prop=intProps[which-UCHAR_INT_START];
502 const IntProperty &prop=intProps[which-UCHAR_INT_START];