Lines Matching defs:pos
163 int32_t pos;
169 s(NULL), pos(0) {
192 pos = start;
194 while(U_SUCCESS(errorCode) && pos < s->length()) {
197 UChar32 c = s->char32At(pos);
198 pos += U16_LENGTH(c);
225 pos = newOffset;
230 return pos;
235 if(pos == s->length()) {
238 UChar32 c = s->char32At(pos);
239 pos += U16_LENGTH(c);
245 if(pos == 0) {
248 UChar32 c = s->char32At(pos - 1);
249 pos -= U16_LENGTH(c);
255 pos = s->moveIndex32(pos, num);
260 pos = s->moveIndex32(pos, -num);