Home | History | Annotate | Download | only in i18n

Lines Matching refs:setPadPosition

2503  * @see #setPadPosition
2519 * @see #setPadPosition
2569 * @see #setPadPosition
2615 void DecimalFormat::setPadPosition(EPadPosition padPos) {
2616 fImpl->setPadPosition(toPadPosition(padPos));
3124 setPadPosition((DecimalFormat::EPadPosition)newValue);