Home | History | Annotate | Download | only in i18n

Lines Matching refs:currentLength

1517         int currentLength = appendTo.length();
1518 int intBegin = currentLength;
1600 currentLength = appendTo.length();
1603 handler.addAttribute(kIntegerField, intBegin, currentLength);
1606 handler.addAttribute(kFractionField, fracBegin, currentLength);
1615 handler.addAttribute(kExponentSymbolField, currentLength, appendTo.length());
1616 currentLength = appendTo.length();
1626 handler.addAttribute(kExponentSignField, currentLength, appendTo.length());
1629 handler.addAttribute(kExponentSignField, currentLength, appendTo.length());
1632 currentLength = appendTo.length();
1652 handler.addAttribute(kExponentField, currentLength, appendTo.length());
1656 int currentLength = appendTo.length();
1657 int intBegin = currentLength;
1713 currentLength = appendTo.length();
1715 handler.addAttribute(kGroupingSeparatorField, currentLength, appendTo.length());
1736 currentLength = appendTo.length();
1737 handler.addAttribute(kIntegerField, intBegin, currentLength);
1742 handler.addAttribute(kDecimalSeparatorField, currentLength, appendTo.length());
1743 currentLength = appendTo.length();
1746 int fracBegin = currentLength;