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

/external/icu4c/layout/
H A DLEGlyphStorage.cpp546 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) argument
549 return insertGlyphs(atIndex, insertCount, ignored);
553 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success) argument
555 return fInsertionList->insert(atIndex, insertCount, success);

Completed in 69 milliseconds