Home | History | Annotate | Download | only in i18n

Lines Matching full:currentlength

1577         int currentLength = appendTo.length();
1578 int intBegin = currentLength;
1660 currentLength = appendTo.length();
1663 handler.addAttribute(kIntegerField, intBegin, currentLength);
1666 handler.addAttribute(kFractionField, fracBegin, currentLength);
1675 handler.addAttribute(kExponentSymbolField, currentLength, appendTo.length());
1676 currentLength = appendTo.length();
1686 handler.addAttribute(kExponentSignField, currentLength, appendTo.length());
1689 handler.addAttribute(kExponentSignField, currentLength, appendTo.length());
1692 currentLength = appendTo.length();
1712 handler.addAttribute(kExponentField, currentLength, appendTo.length());
1716 int currentLength = appendTo.length();
1717 int intBegin = currentLength;
1773 currentLength = appendTo.length();
1775 handler.addAttribute(kGroupingSeparatorField, currentLength, appendTo.length());
1796 currentLength = appendTo.length();
1797 handler.addAttribute(kIntegerField, intBegin, currentLength);
1802 handler.addAttribute(kDecimalSeparatorField, currentLength, appendTo.length());
1803 currentLength = appendTo.length();
1806 int fracBegin = currentLength;