Home | History | Annotate | Download | only in i18n

Lines Matching refs:parsePosition

860 * @param parsePosition On entry, the value is ignored and assumed to
891 ParsePosition& parsePosition,
897 // (because we're going to change it) and use our own ParsePosition
898 ParsePosition pp;
932 // commented out because ParsePosition doesn't have error index in 1.1.x
934 parsePosition.setErrorIndex(pp.getErrorIndex());
940 parsePosition.setIndex(pp.getIndex());
946 parsePosition.setIndex(pp.getIndex());
1007 ParsePosition pp2;
1028 // commented out because ParsePosition doesn't have error index in 1.1.x
1031 if (temp> parsePosition.getErrorIndex()) {
1032 parsePosition.setErrorIndex(temp);
1037 // commented out because ParsePosition doesn't have error index in 1.1.x
1040 if (temp > parsePosition.getErrorIndex()) {
1041 parsePosition.setErrorIndex(temp);
1052 // update the caller's ParsePosition with our high-water mark
1054 // didn't match-- the ParsePosition is therefore unchanged if
1056 parsePosition.setIndex(highWaterMark);
1057 // commented out because ParsePosition doesn't have error index in 1.1.x
1060 parsePosition.setErrorIndex(0);
1094 NFRule::stripPrefix(UnicodeString& text, const UnicodeString& prefix, ParsePosition& pp) const
1150 ParsePosition& pp,
1163 ParsePosition tempPP;
1198 // commented out because ParsePosition doesn't have error index in 1.1.x
1228 ParsePosition tempPP;
1248 // commented out because ParsePosition doesn't have error index in 1.1.x