Home | History | Annotate | Download | only in common

Lines Matching defs:Pos

46     ParsePosition& pos;
97 * @param pos upon input, the index of the next character to return. If a
98 * variable has been dereferenced, then pos will <em>not</em> increment as
102 ParsePosition& pos);
133 struct Pos : public UMemory {
136 int32_t pos;
146 * RuleCharacterIterator::Pos pos;
147 * iterator.getPos(pos);
149 * iterator.getPos(pos);
153 * iterator.setPos(pos);
158 void getPos(Pos& p) const;
165 void setPos(const Pos& p);