Searched refs:U_ALIGNMENT_OFFSET_UP (Results 1 – 2 of 2) sorted by relevance
118 #define U_ALIGNMENT_OFFSET_UP(ptr) (sizeof(UAlignedMemory) - U_ALIGNMENT_OFFSET(ptr)) macro
232 int32_t offsetUp = (int32_t)U_ALIGNMENT_OFFSET_UP(stackBufferChars); in ucnv_safeClone()