Home | History | Annotate | Download | only in layout

Lines Matching refs:ch

195     void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask charFeatures)
199 fOutChars[fOutIndex] = ch;
281 void insertCharacter( LEUnicode ch, le_int32 toPosition, le_int32 charIndex, le_uint32 auxData ) {
292 fOutChars[toPosition] = ch;
791 LEUnicode ch = chars[i];
795 charClass = classTable->getCharClass(ch);
810 output.writeChar(ch, i, features);