Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnv.cpp232 int32_t offsetUp = (int32_t)U_ALIGNMENT_OFFSET_UP(stackBufferChars); in ucnv_safeClone() local
233 if(stackBufferSize > offsetUp) { in ucnv_safeClone()
234 stackBufferSize -= offsetUp; in ucnv_safeClone()
235 stackBufferChars += offsetUp; in ucnv_safeClone()