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

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DIndicReordering.cpp176 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups) argument
180 fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups),
633 MPreFixups *mpreFixups = NULL; local
642 mpreFixups = new MPreFixups(charCount);
643 if (mpreFixups == NULL) {
649 IndicReorderingOutput output(outChars, glyphStorage, mpreFixups);
982 *outMPreFixups = mpreFixups;
987 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success) argument
989 if (mpreFixups != NULL) {
990 mpreFixups
[all...]
H A DIndicReordering.h156 static void adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success);

Completed in 64 milliseconds