Lines Matching refs:IntProperty
294 struct IntProperty;
296 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
297 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which);
299 struct IntProperty {
307 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) {
312 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) {
316 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) {
320 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
324 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
328 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) {
333 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) {
337 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
342 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
346 static int32_t getJoiningGroup(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
350 static int32_t getJoiningType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
354 static int32_t getNumericType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
359 static int32_t getScript(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
385 static int32_t getHangulSyllableType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
396 static int32_t getNormQuickCheck(const IntProperty &, UChar32, UProperty) {
400 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) {
406 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) {
410 static int32_t getLeadCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
416 static int32_t getTrailCombiningClass(const IntProperty &, UChar32, UProperty) {
420 static int32_t getTrailCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
425 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
470 const IntProperty &prop=intProps[which-UCHAR_INT_START];
490 const IntProperty &prop=intProps[which-UCHAR_INT_START];
510 const IntProperty &prop=intProps[which-UCHAR_INT_START];