Home | History | Annotate | Download | only in i18n

Lines Matching refs:currentLength

1218         int currentLength = appendTo.length();
1219 int intBegin = currentLength;
1301 currentLength = appendTo.length();
1304 handler.addAttribute(kIntegerField, intBegin, currentLength);
1307 handler.addAttribute(kFractionField, fracBegin, currentLength);
1316 handler.addAttribute(kExponentSymbolField, currentLength, appendTo.length());
1317 currentLength = appendTo.length();
1327 handler.addAttribute(kExponentSignField, currentLength, appendTo.length());
1330 handler.addAttribute(kExponentSignField, currentLength, appendTo.length());
1333 currentLength = appendTo.length();
1353 handler.addAttribute(kExponentField, currentLength, appendTo.length());
1357 int currentLength = appendTo.length();
1358 int intBegin = currentLength;
1411 currentLength = appendTo.length();
1413 handler.addAttribute(kGroupingSeparatorField, currentLength, appendTo.length());
1434 currentLength = appendTo.length();
1435 handler.addAttribute(kIntegerField, intBegin, currentLength);
1440 handler.addAttribute(kDecimalSeparatorField, currentLength, appendTo.length());
1441 currentLength = appendTo.length();
1444 int fracBegin = currentLength;