Home
last modified time | relevance | path

Searched refs:insertCount (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
DLEGlyphStorage.h332 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success);
352 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount);
DLEGlyphStorage.cpp546 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) in insertGlyphs() argument
549 return insertGlyphs(atIndex, insertCount, ignored); in insertGlyphs()
553 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& succe… in insertGlyphs() argument
555 return fInsertionList->insert(atIndex, insertCount, success); in insertGlyphs()