Home | History | Annotate | Download | only in i18n

Lines Matching refs:parsePosition

723 * @param parsePosition On entry, the value is ignored and assumed to
755 ParsePosition& parsePosition,
761 // (because we're going to change it) and use our own ParsePosition
762 ParsePosition pp;
793 // commented out because ParsePosition doesn't have error index in 1.1.x
795 parsePosition.setErrorIndex(pp.getErrorIndex());
856 ParsePosition pp2;
876 // commented out because ParsePosition doesn't have error index in 1.1.x
880 if (temp> parsePosition.getErrorIndex()) {
881 parsePosition.setErrorIndex(temp);
885 // commented out because ParsePosition doesn't have error index in 1.1.x
889 if (temp > parsePosition.getErrorIndex()) {
890 parsePosition.setErrorIndex(temp);
901 // update the caller's ParsePosition with our high-water mark
903 // didn't match-- the ParsePosition is therefore unchanged if
905 parsePosition.setIndex(highWaterMark);
906 // commented out because ParsePosition doesn't have error index in 1.1.x
909 parsePosition.setErrorIndex(0);
945 NFRule::stripPrefix(UnicodeString& text, const UnicodeString& prefix, ParsePosition& pp) const
1001 ParsePosition& pp,
1014 ParsePosition tempPP;
1048 // commented out because ParsePosition doesn't have error index in 1.1.x
1075 ParsePosition tempPP;
1094 // commented out because ParsePosition doesn't have error index in 1.1.x