Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationdatawriter.h31 const void *rootElements, int32_t rootElementsLength,
44 const void *rootElements, int32_t rootElementsLength,
Dcollationrootelements.h33 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements() argument
34 : elements(rootElements), length(rootElementsLength) {} in CollationRootElements()
Dcollationdatawriter.cpp77 const void *rootElements, int32_t rootElementsLength, in writeBase() argument
82 rootElements, rootElementsLength, in writeBase()
99 const void *rootElements, int32_t rootElementsLength, in write() argument
272 totalSize += rootElementsLength * 4; in write()
Dcollationdata.h64 rootElements(NULL), rootElementsLength(0) {} in CollationData()
246 int32_t rootElementsLength; member
Dcollationdatareader.cpp230 data->rootElementsLength = length; in read()
Dcollationbuilder.cpp205 rootElements(b->data->rootElements, b->data->rootElementsLength), in CollationBuilder()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataReader.java278 int rootElementsLength = length / 4; in read() local
282 if(rootElementsLength <= CollationRootElements.IX_SEC_TER_BOUNDARIES) { in read()
285 data.rootElements = new long[rootElementsLength]; in read()
286 for(int i = 0; i < rootElementsLength; ++i) { in read()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java277 int rootElementsLength = length / 4; in read() local
281 if(rootElementsLength <= CollationRootElements.IX_SEC_TER_BOUNDARIES) { in read()
284 data.rootElements = new long[rootElementsLength]; in read()
285 for(int i = 0; i < rootElementsLength; ++i) { in read()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp688 elements(root.rootElements), length(root.rootElementsLength), in RootElementsIterator()
767 CollationRootElements rootElements(root->rootElements, root->rootElementsLength); in TestRootElements()
870 CollationRootElements rootElements(root->rootElements, root->rootElementsLength); in TestTailoredElements()