Home | History | Annotate | Download | only in layout

Lines Matching full:prev

336 le_int32 KhmerReordering::findSyllable(const KhmerClassTable *classTable, const LEUnicode *chars, le_int32 prev, le_int32 charCount)
338 le_int32 cursor = prev;
366 le_int32 i, prev = 0, coengRo;
371 while (prev < charCount) {
372 le_int32 syllable = findSyllable(classTable, chars, prev, charCount);
380 for (i = prev; i < syllable; i += 1) {
417 if (classTable->getCharClass(chars[prev]) & KhmerClassTable::CF_DOTTED_CIRCLE) {
418 output.writeChar(C_DOTTED_CIRCLE, prev, tagDefault);
422 for (i = prev; i < syllable; i += 1) {
492 prev = syllable; // move the pointer to the start of next syllable