Home | History | Annotate | Download | only in rendering

Lines Matching refs:DecimalListStyle

419     case DecimalListStyle:
443 return (value < 1 || value > 99999999) ? DecimalListStyle : type;
445 return (value < 0) ? DecimalListStyle : type;
447 return (value < 1 || value > 19999) ? DecimalListStyle : type;
449 return (value < 0 || value > 999999) ? DecimalListStyle : type;
452 return (value < 1 || value > 3999) ? DecimalListStyle : type;
500 return (value < 1) ? DecimalListStyle : type;
560 case DecimalListStyle:
637 case DecimalListStyle:
1196 case DecimalListStyle:
1406 case DecimalListStyle:
1515 case DecimalListStyle:
1741 case DecimalListStyle: