Home
last modified time | relevance | path

Searched refs:insertGlyphs (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/layout/
DLEGlyphStorage.h332 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success);
352 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount);
DMultipleSubstSubtables.cpp69 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success); in process()
DLEGlyphStorage.cpp546 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) in insertGlyphs() function in LEGlyphStorage
549 return insertGlyphs(atIndex, insertCount, ignored); in insertGlyphs()
553 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& succe… in insertGlyphs() function in LEGlyphStorage
DGlyphIterator.h72 LEGlyphID *insertGlyphs(le_int32 count, LEErrorCode& success);
DGlyphIterator.cpp110 LEGlyphID *GlyphIterator::insertGlyphs(le_int32 count, LEErrorCode& success) in insertGlyphs() function in GlyphIterator
112 return glyphStorage.insertGlyphs(position, count, success); in insertGlyphs()