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

/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DLEGlyphStorage.cpp583 le_uint32 *newAuxData = (le_uint32 *) LE_GROW_ARRAY(fAuxData, newGlyphCount); local
584 if (newAuxData == NULL) {
588 fAuxData = (le_uint32 *)newAuxData;

Completed in 150 milliseconds