Searched refs:rootElementsLength (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationdatawriter.h | 31 const void *rootElements, int32_t rootElementsLength, 44 const void *rootElements, int32_t rootElementsLength,
|
D | collationrootelements.h | 33 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements() argument 34 : elements(rootElements), length(rootElementsLength) {} in CollationRootElements()
|
D | collationdatawriter.cpp | 77 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()
|
D | collationdata.h | 64 rootElements(NULL), rootElementsLength(0) {} in CollationData() 246 int32_t rootElementsLength; member
|
D | collationdatareader.cpp | 230 data->rootElementsLength = length; in read()
|
D | collationbuilder.cpp | 205 rootElements(b->data->rootElements, b->data->rootElementsLength), in CollationBuilder()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationDataReader.java | 278 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/ |
D | CollationDataReader.java | 277 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/ |
D | collationtest.cpp | 688 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()
|