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

/external/icu4c/common/
H A Dcmemory.h77 #define U_ALIGNMENT_OFFSET_UP(ptr) (sizeof(UAlignedMemory) - U_ALIGNMENT_OFFSET(ptr)) macro
H A Drbbi.cpp1472 bufferSize = sizeof(RuleBasedBreakIterator) + U_ALIGNMENT_OFFSET_UP(0);
1488 uint32_t offsetUp = (uint32_t)U_ALIGNMENT_OFFSET_UP(buf);
H A Dunorm_it.c564 int32_t align=(int32_t)U_ALIGNMENT_OFFSET_UP(stackMem);
H A Ducnv.c217 int32_t offsetUp = (int32_t)U_ALIGNMENT_OFFSET_UP(stackBufferChars);
/external/icu4c/i18n/
H A Ducol.cpp572 int32_t offsetUp = (int32_t)U_ALIGNMENT_OFFSET_UP(stackBufferChars);

Completed in 173 milliseconds