Lines Matching refs:LEUnicode

95     LEUnicode *fOutChars;
99 LEUnicode fMpre;
102 LEUnicode fMbelow;
105 LEUnicode fMabove;
108 LEUnicode fMpost;
111 LEUnicode fLengthMark;
114 LEUnicode fAlLakuna;
122 LEUnicode fVMabove;
123 LEUnicode fVMpost;
127 LEUnicode fSMabove;
128 LEUnicode fSMbelow;
132 LEUnicode fPreBaseConsonant;
133 LEUnicode fPreBaseVirama;
137 void saveMatra(LEUnicode matra, le_int32 matraIndex, IndicClassTable::CharClass matraClass) in saveMatra()
176 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups) in IndicReorderingOutput()
206 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask charFeatures) in writeChar()
245 LEUnicode piece = (*splitMatra)[j]; in decomposeReorderMatras()
266 LEUnicode saveChar = fOutChars[fromPosition]; in moveCharacter()
292 void insertCharacter( LEUnicode ch, le_int32 toPosition, le_int32 charIndex, le_uint32 auxData ) { in insertCharacter()
320 …le_bool noteMatra(const IndicClassTable *classTable, LEUnicode matra, le_uint32 matraIndex, Featur… in noteMatra()
336 LEUnicode piece = (*splitMatra)[i]; in noteMatra()
351 …void noteVowelModifier(const IndicClassTable *classTable, LEUnicode vowelModifier, le_uint32 vowel… in noteVowelModifier()
375 …void noteStressMark(const IndicClassTable *classTable, LEUnicode stressMark, le_uint32 stressMarkI… in noteStressMark()
399 …void notePreBaseConsonant(le_uint32 index,LEUnicode PBConsonant, LEUnicode PBVirama, FeatureMask f… in notePreBaseConsonant()
597 le_int32 IndicReordering::findSyllable(const IndicClassTable *classTable, const LEUnicode *chars, l… in findSyllable()
625 le_int32 IndicReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32 scriptCode, in reorder()
626 LEUnicode *outChars, LEGlyphStorage &glyphStorage, in reorder()
852 LEUnicode ch = chars[i]; in reorder()
1073 le_int32 IndicReordering::v2process(const LEUnicode *chars, le_int32 charCount, le_int32 scriptCode, in v2process()
1074 LEUnicode *outChars, LEGlyphStorage &glyphStorage) in v2process()
1209 LEUnicode currentChar; in getDynamicProperties()
1210 LEUnicode workChars[2]; in getDynamicProperties()
1220 LEUnicode virama; in getDynamicProperties()