Home | History | Annotate | Download | only in common

Lines Matching defs:pos

48     ParsePosition& pos;
99 * @param pos upon input, the index of the next character to return. If a
100 * variable has been dereferenced, then pos will <em>not</em> increment as
104 ParsePosition& pos);
135 struct Pos : public UMemory {
138 int32_t pos;
148 * RuleCharacterIterator::Pos pos;
149 * iterator.getPos(pos);
151 * iterator.getPos(pos);
155 * iterator.setPos(pos);
160 void getPos(Pos& p) const;
167 void setPos(const Pos& p);