Searched refs:workText (Results 1 – 7 of 7) sorted by relevance
1315 String workText = text; in doParse() local1322 while (workText.length() > 0 && workPos.getIndex() != 0) { in doParse()1324 … digit = ruleSet.parse(workText, workPos, 10, nonNumericalExecutedRuleMask).intValue(); in doParse()1326 Number n = ruleSet.owner.getDecimalFormat().parse(workText, workPos); in doParse()1337 workText = workText.substring(workPos.getIndex()); in doParse()1338 while (workText.length() > 0 && workText.charAt(0) == ' ') { in doParse()1339 workText = workText.substring(1); in doParse()1636 String workText = text; in doParse() local1640 while (workText.length() > 0 && workPos.getIndex() != 0) { in doParse()1642 …/*digit = */ruleSet.parse(workText, workPos, 1, nonNumericalExecutedRuleMask).intValue(); // parse… in doParse()[all …]
922 String workText = stripPrefix(text, ruleText.substring(0, sub1Pos), pp); in doParse() local923 int prefixLength = text.length() - workText.length(); in doParse()981 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()992 String workText2 = workText.substring(pp.getIndex()); in doParse()1032 < workText.length() && pp.getIndex() != start); in doParse()
1314 String workText = text; in doParse() local1321 while (workText.length() > 0 && workPos.getIndex() != 0) { in doParse()1323 … digit = ruleSet.parse(workText, workPos, 10, nonNumericalExecutedRuleMask).intValue(); in doParse()1325 Number n = ruleSet.owner.getDecimalFormat().parse(workText, workPos); in doParse()1336 workText = workText.substring(workPos.getIndex()); in doParse()1337 while (workText.length() > 0 && workText.charAt(0) == ' ') { in doParse()1338 workText = workText.substring(1); in doParse()1635 String workText = text; in doParse() local1639 while (workText.length() > 0 && workPos.getIndex() != 0) { in doParse()1641 …/*digit = */ruleSet.parse(workText, workPos, 1, nonNumericalExecutedRuleMask).intValue(); // parse… in doParse()[all …]
921 String workText = stripPrefix(text, ruleText.substring(0, sub1Pos), pp); in doParse() local922 int prefixLength = text.length() - workText.length(); in doParse()980 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()991 String workText2 = workText.substring(pp.getIndex()); in doParse()1031 < workText.length() && pp.getIndex() != start); in doParse()
1141 UnicodeString workText(text); in doParse() local1150 while (workText.length() > 0 && workPos.getIndex() != 0) { in doParse()1153 getRuleSet()->parse(workText, workPos, 10, nonNumericalExecutedRuleMask, temp); in doParse()1170 fmt->parse(workText, temp, workPos); in doParse()1181 workText.removeBetween(0, workPos.getIndex()); in doParse()1182 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()1183 workText.removeBetween(0, 1); in doParse()1274 UnicodeString workText(text); in doParse() local1280 while (workText.length() > 0 && workPos.getIndex() != 0) { in doParse()1282 …getRuleSet()->parse(workText, workPos, 1, nonNumericalExecutedRuleMask, temp); // parse zero or no… in doParse()[all …]
909 UnicodeString workText(text); in doParse() local934 stripPrefix(workText, prefix, pp); in doParse()935 int32_t prefixLength = text.length() - workText.length(); in doParse()1004 double partialResult = matchToDelimiter(workText, start, tempBaseValue, in doParse()1017 workText2.setTo(workText, pp.getIndex(), workText.length() - pp.getIndex()); in doParse()1061 && pp.getIndex() < workText.length() in doParse()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...