Home
last modified time | relevance | path

Searched refs:rootElementsLength (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationdatawriter.h33 const void *rootElements, int32_t rootElementsLength,
46 const void *rootElements, int32_t rootElementsLength,
Dcollationrootelements.h35 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements() argument
36 : elements(rootElements), length(rootElementsLength) {} in CollationRootElements()
Dcollationdatawriter.cpp79 const void *rootElements, int32_t rootElementsLength, in writeBase() argument
84 rootElements, rootElementsLength, in writeBase()
101 const void *rootElements, int32_t rootElementsLength, in write() argument
274 totalSize += rootElementsLength * 4; in write()
Dcollationdata.h66 rootElements(NULL), rootElementsLength(0) {} in CollationData()
248 int32_t rootElementsLength; member
Dcollationdatareader.cpp232 data->rootElementsLength = length; in read()
Dcollationbuilder.cpp207 rootElements(b->data->rootElements, b->data->rootElementsLength), in CollationBuilder()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java279 int rootElementsLength = length / 4; in read() local
283 if(rootElementsLength <= CollationRootElements.IX_SEC_TER_BOUNDARIES) { in read()
286 data.rootElements = new long[rootElementsLength]; in read()
287 for(int i = 0; i < rootElementsLength; ++i) { in read()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataReader.java280 int rootElementsLength = length / 4; in read() local
284 if(rootElementsLength <= CollationRootElements.IX_SEC_TER_BOUNDARIES) { in read()
287 data.rootElements = new long[rootElementsLength]; in read()
288 for(int i = 0; i < rootElementsLength; ++i) { in read()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp686 elements(root.rootElements), length(root.rootElementsLength), in RootElementsIterator()
765 CollationRootElements rootElements(root->rootElements, root->rootElementsLength); in TestRootElements()
868 CollationRootElements rootElements(root->rootElements, root->rootElementsLength); in TestTailoredElements()