Home | History | Annotate | Download | only in intltest

Lines Matching refs:pos

19     pos = lastpos = -1;
37 pos = 0;
39 lastpos = pos;
65 ICU_Utility::skipWhitespace(line, pos, TRUE);
66 if (pos == line.length()) {
69 UChar c = line.charAt(pos++);
82 while (pos < line.length()) {
83 c = line.charAt(pos); // 16-bit ok
85 UChar32 c32 = line.unescapeAt(pos);
93 ++pos;
99 ++pos;