• Home
  • Raw
  • Download

Lines Matching refs:tmpPos

656     ParsePosition tmpPos(startIdx);  in parse()  local
664 offset = parseOffsetLocalizedGMT(text, tmpPos, &hasDigitOffset); in parse()
665 if (tmpPos.getErrorIndex() == -1) { in parse()
670 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse()
671 pos.setIndex(tmpPos.getIndex()); in parse()
675 parsedPos = tmpPos.getIndex(); in parse()
679 tmpPos.setIndex(startIdx); in parse()
680 tmpPos.setErrorIndex(-1); in parse()
691 offset = parseOffsetRFC822(text, tmpPos); in parse()
692 if (tmpPos.getErrorIndex() == -1) { in parse()
693 pos.setIndex(tmpPos.getIndex()); in parse()
701 offset = parseOffsetLocalizedGMT(text, tmpPos); in parse()
702 if (tmpPos.getErrorIndex() == -1) { in parse()
703 pos.setIndex(tmpPos.getIndex()); in parse()
711 offset = parseOffsetISO8601(text, tmpPos); in parse()
712 if (tmpPos.getErrorIndex() == -1) { in parse()
713 pos.setIndex(tmpPos.getIndex()); in parse()
823 tmpPos.setIndex(startIdx); in parse()
824 tmpPos.setErrorIndex(-1); in parse()
829 offset = parseOffsetISO8601(text, tmpPos, FALSE, &hasDigitOffset); in parse()
830 if (tmpPos.getErrorIndex() == -1) { in parse()
831 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse()
832 pos.setIndex(tmpPos.getIndex()); in parse()
841 parsedPos = tmpPos.getIndex(); in parse()
844 tmpPos.setIndex(startIdx); in parse()
845 tmpPos.setErrorIndex(-1); in parse()
866 offset = parseOffsetLocalizedGMT(text, tmpPos, &hasDigitOffset); in parse()
867 if (tmpPos.getErrorIndex() == -1) { in parse()
868 if (tmpPos.getIndex() == maxPos || hasDigitOffset) { in parse()
869 pos.setIndex(tmpPos.getIndex()); in parse()
874 parsedPos = tmpPos.getIndex(); in parse()