Lines Matching refs:workText
1124 UnicodeString workText(text); in doParse() local
1132 while (workText.length() > 0 && workPos.getIndex() != 0) { in doParse()
1135 getRuleSet()->parse(workText, workPos, 10, temp); in doParse()
1152 fmt->parse(workText, temp, workPos); in doParse()
1162 workText.removeBetween(0, workPos.getIndex()); in doParse()
1163 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
1164 workText.removeBetween(0, 1); in doParse()
1253 UnicodeString workText(text); in doParse() local
1259 while (workText.length() > 0 && workPos.getIndex() != 0) { in doParse()
1261 getRuleSet()->parse(workText, workPos, 1, temp); // parse zero or nothing at all in doParse()
1270 workText.remove(0, workPos.getIndex()); in doParse()
1271 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
1272 workText.remove(0, 1); in doParse()
1277 workText = text; in doParse()
1278 workText.remove(0, (int32_t)parsePosition.getIndex()); in doParse()
1283 …NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, res… in doParse()