Home
last modified time | relevance | path

Searched refs:mpreFixups (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/layout/
DIndicReordering.cpp176 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups) in IndicReorderingOutput() argument
180 fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups), in IndicReorderingOutput()
633 MPreFixups *mpreFixups = NULL; in reorder() local
637 mpreFixups = new MPreFixups(charCount); in reorder()
638 if (mpreFixups == NULL) { in reorder()
644 IndicReorderingOutput output(outChars, glyphStorage, mpreFixups); in reorder()
977 *outMPreFixups = mpreFixups; in reorder()
982 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode… in adjustMPres() argument
984 if (mpreFixups != NULL) { in adjustMPres()
985 mpreFixups->apply(glyphStorage, success); in adjustMPres()
[all …]
DIndicReordering.h156 …static void adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success…