Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DLEGlyphStorage.cpp583 le_uint32 *newAuxData = (le_uint32 *) LE_GROW_ARRAY(fAuxData, newGlyphCount); in applyInsertions() local
584 if (newAuxData == NULL) { in applyInsertions()
588 fAuxData = (le_uint32 *)newAuxData; in applyInsertions()