Searched refs:MPreFixups (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/layout/
H A DMPreFixups.h24 class MPreFixups : public UMemory class in inherits:UMemory
27 MPreFixups(le_int32 charCount);
28 ~MPreFixups();
H A DMPreFixups.cpp9 #include "MPreFixups.h"
19 MPreFixups::MPreFixups(le_int32 charCount) function in class:MPreFixups
25 MPreFixups::~MPreFixups()
31 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex)
43 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success)
H A DIndicLayoutEngine.h23 class MPreFixups;
161 MPreFixups *fMPreFixups;
H A DHangulLayoutEngine.h23 class MPreFixups;
H A DIndicReordering.h78 class MPreFixups;
154 MPreFixups **outMPreFixups, LEErrorCode& success);
156 static void adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success);
H A DIndicReordering.cpp12 #include "MPreFixups.h"
120 MPreFixups *fMPreFixups;
176 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups)
627 MPreFixups **outMPreFixups, LEErrorCode& success)
633 MPreFixups *mpreFixups = NULL;
642 mpreFixups = new MPreFixups(charCount);
987 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success)

Completed in 152 milliseconds