Searched refs:MPreFixups (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | MPreFixups.cpp | 19 MPreFixups::MPreFixups(le_int32 charCount) in MPreFixups() function in MPreFixups 25 MPreFixups::~MPreFixups() in ~MPreFixups() 31 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex) in add() 43 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success) in apply()
|
D | MPreFixups.h | 24 class MPreFixups : public UMemory 27 MPreFixups(le_int32 charCount); 28 ~MPreFixups();
|
D | IndicLayoutEngine.h | 23 class MPreFixups; variable 161 MPreFixups *fMPreFixups;
|
D | IndicReordering.h | 78 class MPreFixups; variable 154 MPreFixups **outMPreFixups, LEErrorCode& success); 156 …static void adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success…
|
D | HangulLayoutEngine.h | 23 class MPreFixups; variable
|
D | IndicReordering.cpp | 120 MPreFixups *fMPreFixups; 176 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups) in IndicReorderingOutput() 627 MPreFixups **outMPreFixups, LEErrorCode& success) in reorder() 633 MPreFixups *mpreFixups = NULL; in reorder() 642 mpreFixups = new MPreFixups(charCount); in reorder() 987 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode… in adjustMPres()
|
D | Makefile.in | 116 MPreFixups.o \
|