Home | History | Annotate | Download | only in rendering

Lines Matching refs:DecimalListStyle

412     case DecimalListStyle:
436 return (value < 1 || value > 99999999) ? DecimalListStyle : type;
438 return (value < 0) ? DecimalListStyle : type;
440 return (value < 1 || value > 19999) ? DecimalListStyle : type;
442 return (value < 0 || value > 999999) ? DecimalListStyle : type;
445 return (value < 1 || value > 3999) ? DecimalListStyle : type;
493 return (value < 1) ? DecimalListStyle : type;
553 case DecimalListStyle:
630 case DecimalListStyle:
1220 case DecimalListStyle:
1329 case DecimalListStyle:
1534 case DecimalListStyle: