• Home
  • Raw
  • Download

Lines Matching refs:IntProperty

413 struct IntProperty;
415 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
416 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which);
418 struct IntProperty { struct
426 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) { in defaultGetValue() argument
431 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) { in defaultGetMaxValue()
435 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) { in getMaxValueFromShift()
439 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getBiDiClass() argument
443 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/… in getBiDiPairedBracketType() argument
447 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in biDiGetMaxValue() argument
452 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) { in getCombiningClass() argument
456 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getCombiningClass() argument
461 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getGeneralCategory() argument
465 static int32_t getJoiningGroup(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getJoiningGroup() argument
469 static int32_t getJoiningType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getJoiningType() argument
473 static int32_t getNumericType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getNumericType() argument
478 static int32_t getScript(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getScript() argument
483 static int32_t scriptGetMaxValue(const IntProperty &/*prop*/, UProperty /*which*/) { in scriptGetMaxValue() argument
509 static int32_t getHangulSyllableType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getHangulSyllableType() argument
520 static int32_t getNormQuickCheck(const IntProperty &, UChar32, UProperty) { in getNormQuickCheck() argument
524 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) { in getNormQuickCheck() argument
530 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) { in getLeadCombiningClass() argument
534 static int32_t getLeadCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getLeadCombiningClass() argument
540 static int32_t getTrailCombiningClass(const IntProperty &, UChar32, UProperty) { in getTrailCombiningClass() argument
544 static int32_t getTrailCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getTrailCombiningClass() argument
549 static int32_t getInPC(const IntProperty &, UChar32 c, UProperty) { in getInPC() argument
553 static int32_t getInSC(const IntProperty &, UChar32 c, UProperty) { in getInSC() argument
557 static int32_t getVo(const IntProperty &, UChar32 c, UProperty) { in getVo() argument
561 static int32_t layoutGetMaxValue(const IntProperty &/*prop*/, UProperty which) { in layoutGetMaxValue() argument
575 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
623 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyValue()
643 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyMaxValue()
663 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in uprops_getSource()