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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp600 le_int32 *newCharIndices = (le_int32 *) LE_GROW_ARRAY(fCharIndices, newGlyphCount); local
601 if (newCharIndices == NULL) {
605 fCharIndices = newCharIndices;

Completed in 30 milliseconds