Home
last modified time | relevance | path

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

/external/icu4c/common/
Duarrsort.c84 UAlignedMemory v[STACK_ITEM_SIZE/sizeof(UAlignedMemory)+1]; in insertionSort()
188 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1]; in quickSort()
Dcmemory.h54 } UAlignedMemory; typedef
71 #define U_ALIGNMENT_OFFSET(ptr) U_POINTER_MASK_LSB(ptr, sizeof(UAlignedMemory) - 1)
77 #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.c476 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1]; in ucnv_setSubstString()
Dutext.cpp905 UAlignedMemory extension;
920 spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(UAlignedMemory); in utext_setup()
Ducnv2022.c3550 UAlignedMemory deadSpace;
3583 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */ in _ISO_2022_SafeClone()
/external/icu4c/tools/toolutil/
Dtoolutil.cpp214 UAlignedMemory staticArray[1];
/external/icu4c/test/intltest/
Duobjtest.cpp488 UAlignedMemory align_; in testUMemory()
/external/icu4c/i18n/
Ducol.cpp5846 UAlignedMemory stackNormIter[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_nextSortKeyPart()
7275 UAlignedMemory stackNormIter1[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_checkIdent()
7276 UAlignedMemory stackNormIter2[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_checkIdent()
8355 UAlignedMemory stackNormIter1[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_strcollIter()
8356 UAlignedMemory stackNormIter2[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_strcollIter()
/external/icu4c/test/cintltst/
Dccapitst.c1863 if( actualSizes[index] <= (bufferSizes[j] - (int32_t)sizeof(UAlignedMemory)) && in TestConvertSafeClone()