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.h85 } UAlignedMemory; typedef
102 #define U_ALIGNMENT_OFFSET(ptr) U_POINTER_MASK_LSB(ptr, sizeof(UAlignedMemory) - 1)
108 #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.cpp559 UAlignedMemory extension;
574 spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(UAlignedMemory); in utext_setup()
Ducnv2022.cpp3559 UAlignedMemory deadSpace;
3592 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */ in _ISO_2022_SafeClone()
/external/icu4c/tools/toolutil/
Dtoolutil.cpp218 UAlignedMemory staticArray[1];
/external/icu4c/i18n/
Ducol.cpp5498 UAlignedMemory stackNormIter[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_nextSortKeyPart()
7023 UAlignedMemory stackNormIter1[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_checkIdent()
7024 UAlignedMemory stackNormIter2[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_checkIdent()
8250 UAlignedMemory stackNormIter1[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_strcollRegularUTF8()
8251 UAlignedMemory stackNormIter2[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_strcollRegularUTF8()
8670 UAlignedMemory stackNormIter1[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_strcollIter()
8671 UAlignedMemory stackNormIter2[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_strcollIter()
/external/icu4c/test/intltest/
Duobjtest.cpp505 UAlignedMemory align_; in testUMemory()
/external/icu4c/test/cintltst/
Dccapitst.c1821 if( actualSizes[idx] <= (bufferSizes[j] - (int32_t)sizeof(UAlignedMemory)) && in TestConvertSafeClone()