Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv.cpp161 char *stackBufferChars = (char *)stackBuffer; in ucnv_safeClone() local
232 int32_t offsetUp = (int32_t)U_ALIGNMENT_OFFSET_UP(stackBufferChars); in ucnv_safeClone()
235 stackBufferChars += offsetUp; in ucnv_safeClone()
242 stackBuffer = (void *)stackBufferChars; in ucnv_safeClone()