Searched refs:rootElementsLength (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationdatawriter.h | 33 const void *rootElements, int32_t rootElementsLength, 46 const void *rootElements, int32_t rootElementsLength,
|
D | collationrootelements.h | 35 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements() argument 36 : elements(rootElements), length(rootElementsLength) {} in CollationRootElements()
|
D | collationdatawriter.cpp | 79 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()
|
D | collationdata.h | 66 rootElements(NULL), rootElementsLength(0) {} in CollationData() 248 int32_t rootElementsLength; member
|
D | collationdatareader.cpp | 232 data->rootElementsLength = length; in read()
|
D | collationbuilder.cpp | 207 rootElements(b->data->rootElements, b->data->rootElementsLength), in CollationBuilder()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationDataReader.java | 279 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/ |
D | CollationDataReader.java | 280 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/ |
D | collationtest.cpp | 690 elements(root.rootElements), length(root.rootElementsLength), in RootElementsIterator() 769 CollationRootElements rootElements(root->rootElements, root->rootElementsLength); in TestRootElements() 872 CollationRootElements rootElements(root->rootElements, root->rootElementsLength); in TestTailoredElements()
|