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

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLEGlyphStorage.h348 * @param insertCount the number of glyphs to replace it with
357 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success);
369 * @param insertCount the number of glyphs to replace it with
377 LEGlyphID *insertGlyphs(le_int32 atIndex, le_int32 insertCount);
H A DLEGlyphStorage.cpp571 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) argument
574 return insertGlyphs(atIndex, insertCount, ignored);
578 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& success) argument
580 return fInsertionList->insert(atIndex, insertCount, success);
/openjdk10/jdk/src/demo/share/jfc/SampleTree/
H A DSampleTree.java375 public int insertCount; field in class:SampleTree.InsertAction
400 insertCount++)));
412 toString(insertCount++)),

Completed in 52 milliseconds