HomeSort by relevance Sort by last modified time
    Searched refs:adoptGlyphCount (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/layout/
LEGlyphStorage.h 497 void adoptGlyphCount(LEGlyphStorage &from);
506 void adoptGlyphCount(le_int32 newGlyphCount);
KhmerLayoutEngine.cpp 77 glyphStorage.adoptGlyphCount(outCharCount);
TibetanLayoutEngine.cpp 83 glyphStorage.adoptGlyphCount(outCharCount);
ThaiLayoutEngine.cpp 95 glyphStorage.adoptGlyphCount(glyphCount);
IndicLayoutEngine.cpp 131 glyphStorage.adoptGlyphCount(outCharCount);
LEGlyphStorage.cpp 503 void LEGlyphStorage::adoptGlyphCount(LEGlyphStorage &from)
508 void LEGlyphStorage::adoptGlyphCount(le_int32 newGlyphCount)
HangulLayoutEngine.cpp 334 glyphStorage.adoptGlyphCount(outCharCount);
OpenTypeLayoutEngine.cpp 398 glyphStorage.adoptGlyphCount(tempGlyphStorage);

Completed in 860 milliseconds