Lines Matching refs:workText
1122 UnicodeString workText(text); in doParse() local
1130 while (workText.length() > 0 && workPos.getIndex() != 0) { in doParse()
1133 getRuleSet()->parse(workText, workPos, 10, temp); in doParse()
1150 fmt->parse(workText, temp, workPos); in doParse()
1160 workText.removeBetween(0, workPos.getIndex()); in doParse()
1161 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
1162 workText.removeBetween(0, 1); in doParse()
1251 UnicodeString workText(text); in doParse() local
1257 while (workText.length() > 0 && workPos.getIndex() != 0) { in doParse()
1259 getRuleSet()->parse(workText, workPos, 1, temp); // parse zero or nothing at all in doParse()
1268 workText.remove(0, workPos.getIndex()); in doParse()
1269 while (workText.length() > 0 && workText.charAt(0) == gSpace) { in doParse()
1270 workText.remove(0, 1); in doParse()
1275 workText = text; in doParse()
1276 workText.remove(0, (int32_t)parsePosition.getIndex()); in doParse()
1281 …NFSubstitution::doParse(workText, parsePosition, withZeros ? 1 : baseValue, upperBound, FALSE, res… in doParse()