Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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
642 mpreFixups = new MPreFixups(charCount); in reorder()
643 if (mpreFixups == NULL) { in reorder()
649 IndicReorderingOutput output(outChars, glyphStorage, mpreFixups); in reorder()
982 *outMPreFixups = mpreFixups; in reorder()
987 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode… in adjustMPres() argument
989 if (mpreFixups != NULL) { in adjustMPres()
990 mpreFixups->apply(glyphStorage, success); in adjustMPres()
[all …]
DIndicReordering.h156 …static void adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success…