Searched defs:insertGlyphs (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/layout/
H A DGlyphIterator.cpp110 LEGlyphID *GlyphIterator::insertGlyphs(le_int32 count, LEErrorCode& success) function in class:GlyphIterator
112 return glyphStorage.insertGlyphs(position, count, success);
H A DLEGlyphStorage.cpp546 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) function in class:LEGlyphStorage
549 return insertGlyphs(atIndex, insertCount, ignored);
553 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success) function in class:LEGlyphStorage

Completed in 130 milliseconds