Home | History | Annotate | Download | only in i18n

Lines Matching full:currentlength

1852         int currentLength = appendTo.length();
1853 int intBegin = currentLength;
1935 currentLength = appendTo.length();
1938 handler.addAttribute(kIntegerField, intBegin, currentLength);
1941 handler.addAttribute(kFractionField, fracBegin, currentLength);
1950 handler.addAttribute(kExponentSymbolField, currentLength, appendTo.length());
1951 currentLength = appendTo.length();
1961 handler.addAttribute(kExponentSignField, currentLength, appendTo.length());
1964 handler.addAttribute(kExponentSignField, currentLength, appendTo.length());
1967 currentLength = appendTo.length();
1987 handler.addAttribute(kExponentField, currentLength, appendTo.length());
1991 int currentLength = appendTo.length();
1992 int intBegin = currentLength;
2048 currentLength = appendTo.length();
2050 handler.addAttribute(kGroupingSeparatorField, currentLength, appendTo.length());
2079 currentLength = appendTo.length();
2080 handler.addAttribute(kIntegerField, intBegin, currentLength);
2085 handler.addAttribute(kDecimalSeparatorField, currentLength, appendTo.length());
2086 currentLength = appendTo.length();
2089 int fracBegin = currentLength;