Searched defs:rootElementsLength (Results 1 – 13 of 13) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
D | collationdatawriter.cpp | 79 const void *rootElements, int32_t rootElementsLength, in writeBase() 101 const void *rootElements, int32_t rootElementsLength, in write()
|
D | collationrootelements.h | 35 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements()
|
D | collationdata.h | 248 int32_t rootElementsLength; member
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationdatawriter.cpp | 79 const void *rootElements, int32_t rootElementsLength, in writeBase() 101 const void *rootElements, int32_t rootElementsLength, in write()
|
D | collationrootelements.h | 35 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements()
|
D | collationdata.h | 248 int32_t rootElementsLength; member
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationdatawriter.cpp | 79 const void *rootElements, int32_t rootElementsLength, in writeBase() 101 const void *rootElements, int32_t rootElementsLength, in write()
|
D | collationrootelements.h | 35 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements()
|
D | collationdata.h | 248 int32_t rootElementsLength; member
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationdatawriter.cpp | 79 const void *rootElements, int32_t rootElementsLength, in writeBase() 101 const void *rootElements, int32_t rootElementsLength, in write()
|
D | collationrootelements.h | 35 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements()
|
D | collationdata.h | 248 int32_t rootElementsLength; member
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationDataReader.java | 280 int rootElementsLength = length / 4; in read() local
|