Searched refs:offsetUp (Results 1 – 1 of 1) sorted by relevance
232 int32_t offsetUp = (int32_t)U_ALIGNMENT_OFFSET_UP(stackBufferChars); in ucnv_safeClone() local233 if(stackBufferSize > offsetUp) { in ucnv_safeClone()234 stackBufferSize -= offsetUp; in ucnv_safeClone()235 stackBufferChars += offsetUp; in ucnv_safeClone()