Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DLEGlyphStorage.cpp575 le_int32 *newCharIndices = (le_int32 *) LE_GROW_ARRAY(fCharIndices, newGlyphCount); in applyInsertions() local
576 if (newCharIndices == NULL) { in applyInsertions()
580 fCharIndices = newCharIndices; in applyInsertions()