Searched refs:rootElementsLength (Results 1 - 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
H A D | collationdatawriter.h | 31 const void *rootElements, int32_t rootElementsLength, 44 const void *rootElements, int32_t rootElementsLength,
|
H A D | collationrootelements.h | 33 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) argument 34 : elements(rootElements), length(rootElementsLength) {}
|
H A D | collationdata.h | 47 rootElements(NULL), rootElementsLength(0) {} 215 int32_t rootElementsLength; member in struct:CollationData
|
H A D | collationdatawriter.cpp | 77 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
|
H A D | collationdatareader.cpp | 215 data->rootElementsLength = length;
|
H A D | collationbuilder.cpp | 198 rootElements(b->data->rootElements, b->data->rootElementsLength),
|
/external/icu/icu4c/source/test/intltest/ |
H A D | collationtest.cpp | 684 elements(root.rootElements), length(root.rootElementsLength), 744 CollationRootElements rootElements(root->rootElements, root->rootElementsLength); 847 CollationRootElements rootElements(root->rootElements, root->rootElementsLength);
|
Completed in 77 milliseconds