Lines Matching refs:IntProperty
288 struct IntProperty;
290 typedef int32_t IntPropertyGetValue(const IntProperty &prop, UChar32 c, UProperty which);
291 typedef int32_t IntPropertyGetMaxValue(const IntProperty &prop, UProperty which);
293 struct IntProperty {
301 static int32_t defaultGetValue(const IntProperty &prop, UChar32 c, UProperty /*which*/) {
306 static int32_t defaultGetMaxValue(const IntProperty &prop, UProperty /*which*/) {
310 static int32_t getMaxValueFromShift(const IntProperty &prop, UProperty /*which*/) {
314 static int32_t getBiDiClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
318 static int32_t getBiDiPairedBracketType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
322 static int32_t biDiGetMaxValue(const IntProperty &/*prop*/, UProperty which) {
327 static int32_t getCombiningClass(const IntProperty &, UChar32, UProperty) {
331 static int32_t getCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
336 static int32_t getGeneralCategory(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
340 static int32_t getJoiningGroup(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
344 static int32_t getJoiningType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
348 static int32_t getNumericType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
353 static int32_t getScript(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
379 static int32_t getHangulSyllableType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
390 static int32_t getNormQuickCheck(const IntProperty &, UChar32, UProperty) {
394 static int32_t getNormQuickCheck(const IntProperty &/*prop*/, UChar32 c, UProperty which) {
400 static int32_t getLeadCombiningClass(const IntProperty &, UChar32, UProperty) {
404 static int32_t getLeadCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
410 static int32_t getTrailCombiningClass(const IntProperty &, UChar32, UProperty) {
414 static int32_t getTrailCombiningClass(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
419 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
464 const IntProperty &prop=intProps[which-UCHAR_INT_START];
484 const IntProperty &prop=intProps[which-UCHAR_INT_START];
504 const IntProperty &prop=intProps[which-UCHAR_INT_START];