Home | History | Annotate | Download | only in rendering

Lines Matching refs:DecimalListStyle

407     case DecimalListStyle:
431 return (value < 1 || value > 99999999) ? DecimalListStyle : type;
433 return (value < 0) ? DecimalListStyle : type;
435 return (value < 1 || value > 19999) ? DecimalListStyle : type;
437 return (value < 0 || value > 999999) ? DecimalListStyle : type;
440 return (value < 1 || value > 3999) ? DecimalListStyle : type;
488 return (value < 1) ? DecimalListStyle : type;
548 case DecimalListStyle:
625 case DecimalListStyle:
1186 case DecimalListStyle:
1391 case DecimalListStyle:
1615 case DecimalListStyle: