Home | History | Annotate | Download | only in accessibility

Lines Matching refs:pos

1234     LONG pos;
1238 pos = result;
1242 pos = result - 1;
1247 if (IsWhitespace(text[pos]))
1252 if (text[pos] == '\n')
1258 if ((text[pos] == '.' || text[pos] == '!' || text[pos] == '?') &&
1259 (pos == text_size - 1 || IsWhitespace(text[pos + 1]))) {