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

/external/icu4c/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
637 mpreFixups = new MPreFixups(charCount);
638 if (mpreFixups == NULL) {
644 IndicReorderingOutput output(outChars, glyphStorage, mpreFixups);
977 *outMPreFixups = mpreFixups;
982 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success) argument
984 if (mpreFixups != NULL) {
985 mpreFixups
[all...]
H A DIndicReordering.h154 static void adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success);

Completed in 13 milliseconds