Searched defs:rootElementsLength (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationrootelements.h33 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) argument
34 : elements(rootElements), length(rootElementsLength) {}
H A Dcollationdata.h47 rootElements(NULL), rootElementsLength(0) {}
215 int32_t rootElementsLength; member in struct:CollationData
H A Dcollationdatawriter.cpp77 const void *rootElements, int32_t rootElementsLength,
82 rootElements, rootElementsLength,
99 const void *rootElements, int32_t rootElementsLength,
255 totalSize += rootElementsLength * 4;
76 writeBase(const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument
97 write(UBool isBase, const UVersionInfo dataVersion, const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument

Completed in 356 milliseconds