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

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DLEGlyphStorage.h323 * @param insertCount the number of glyphs to replace it with
332 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success);
344 * @param insertCount the number of glyphs to replace it with
352 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount);
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 167 milliseconds