HomeSort by relevance Sort by last modified time
    Searched refs:UAlignedMemory (Results 1 - 10 of 10) sorted by null

  /external/icu4c/common/
uarrsort.c 84 UAlignedMemory v[STACK_ITEM_SIZE/sizeof(UAlignedMemory)+1];
188 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1];
cmemory.h 85 } UAlignedMemory;
100 * the previous UAlignedMemory-aligned pointer.
102 #define U_ALIGNMENT_OFFSET(ptr) U_POINTER_MASK_LSB(ptr, sizeof(UAlignedMemory) - 1)
106 * in order to get the next UAlignedMemory-aligned address.
108 #define U_ALIGNMENT_OFFSET_UP(ptr) (sizeof(UAlignedMemory) - U_ALIGNMENT_OFFSET(ptr))
ucnvhz.c 524 * subCnv. This is because UAlignedMemory may be larger than the actually
533 UAlignedMemory deadSpace;
564 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */
ucnv.c 478 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];
    [all...]
ucnv2022.cpp     [all...]
utext.cpp 559 UAlignedMemory extension;
574 spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(UAlignedMemory);
    [all...]
  /external/icu4c/tools/toolutil/
toolutil.cpp 218 UAlignedMemory staticArray[1];
  /external/icu4c/test/intltest/
uobjtest.cpp 13 #include "cmemory.h" // UAlignedMemory
505 UAlignedMemory align_;
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 26 #include "cmemory.h" /* for UAlignedMemory */
    [all...]

Completed in 732 milliseconds