Searched refs:cloneHZStruct (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnvhz.c521 * ucnv_safeClone() of the HZ converter will align the entire cloneHZStruct,
523 * subCnv inside the cloneHZStruct, for which we need the deadSpace after
526 * The other cloneHZStruct fields will not be moved around,
527 * and are aligned properly with cloneHZStruct's alignment.
529 struct cloneHZStruct struct
544 struct cloneHZStruct * localClone;
545 int32_t size, bufferSizeNeeded = sizeof(struct cloneHZStruct);
556 localClone = (struct cloneHZStruct *)stackBuffer;
/external/icu/icu4c/source/common/
H A Ducnvhz.c521 * ucnv_safeClone() of the HZ converter will align the entire cloneHZStruct,
523 * subCnv inside the cloneHZStruct, for which we need the deadSpace after
526 * The other cloneHZStruct fields will not be moved around,
527 * and are aligned properly with cloneHZStruct's alignment.
529 struct cloneHZStruct struct
544 struct cloneHZStruct * localClone;
545 int32_t size, bufferSizeNeeded = sizeof(struct cloneHZStruct);
556 localClone = (struct cloneHZStruct *)stackBuffer;

Completed in 54 milliseconds