Searched defs:mpreFixups (Results 1 - 1 of 1) 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...]

Completed in 123 milliseconds