Lines Matching refs:pos
151 int32_t pos = description.indexOf(gColon);
152 if (pos == -1) {
156 name.setTo(description, 0, pos);
157 while (pos < description.length() && PatternProps::isWhiteSpace(description.charAt(++pos))) {
159 description.remove(0, pos);
338 NFRuleSet::format(int64_t number, UnicodeString& toAppendTo, int32_t pos) const
347 rule->doFormat(number, toAppendTo, pos);
354 NFRuleSet::format(double number, UnicodeString& toAppendTo, int32_t pos) const
363 rule->doFormat(number, toAppendTo, pos);
610 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const
624 ParsePosition workingPos = pos;
649 workingPos = pos;
666 workingPos = pos;
706 workingPos = pos;
715 pos = highWaterMark;