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

/openjdk7/jdk/src/share/demo/jfc/SampleTree/
H A DSampleTree.java375 public int insertCount; field in class:SampleTree.InsertAction
400 insertCount++)));
412 toString(insertCount++)),
/openjdk7/jdk/src/share/native/sun/font/layout/
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);

Completed in 79 milliseconds