Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duarrsort.c134 UAlignedMemory v[STACK_ITEM_SIZE/sizeof(UAlignedMemory)+1]; in insertionSort()
238 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1]; in quickSort()
Dcmemory.h95 } UAlignedMemory; typedef
112 #define U_ALIGNMENT_OFFSET(ptr) U_POINTER_MASK_LSB(ptr, sizeof(UAlignedMemory) - 1)
118 #define U_ALIGNMENT_OFFSET_UP(ptr) (sizeof(UAlignedMemory) - U_ALIGNMENT_OFFSET(ptr))
Ducnvhz.c533 UAlignedMemory deadSpace;
564 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */ in _HZ_SafeClone()
Ducnv.c478 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1]; in ucnv_setSubstString()
Dutext.cpp570 UAlignedMemory extension;
585 spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(UAlignedMemory); in utext_setup()
Ducnv2022.cpp3593 UAlignedMemory deadSpace;
3628 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */ in _ISO_2022_SafeClone()
/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp246 UAlignedMemory staticArray[1];
/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp509 UAlignedMemory align_; in testUMemory()
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c1823 if( actualSizes[idx] <= (bufferSizes[j] - (int32_t)sizeof(UAlignedMemory)) && in TestConvertSafeClone()