Home | History | Annotate | Download | only in src

Lines Matching refs:pos

316     int pos = start;
319 while (pos < end) {
321 if (pos == start) {
326 KHDEBUG("state[%d]=%d class=%8lx (uc=%4x)", pos - start, state,
333 ++pos;
335 return pos;
360 int syllableEnd = item->item.pos + item->item.length;
394 for (i = item->item.pos; i < syllableEnd; i += 1) {
405 /* if a vowel with pos before write it out */
437 if (getKhmerCharClass(item->string[item->item.pos]) & CF_DOTTED_CIRCLE) {
444 for (i = item->item.pos; i < syllableEnd; i += 1) {
601 int sstart = item->item.pos;
610 KHDEBUG("khmer_shape: from %d length %d", item->item.pos, item->item.length);
616 syllable.item.pos = sstart;
635 logClusters[i-item->item.pos] = first_glyph;