Home
last modified time | relevance | path

Searched defs:rootElementsLength (Results 1 – 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dcollationdatawriter.cpp79 const void *rootElements, int32_t rootElementsLength, in writeBase()
101 const void *rootElements, int32_t rootElementsLength, in write()
Dcollationrootelements.h35 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements()
Dcollationdata.h248 int32_t rootElementsLength; member
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationdatawriter.cpp79 const void *rootElements, int32_t rootElementsLength, in writeBase()
101 const void *rootElements, int32_t rootElementsLength, in write()
Dcollationrootelements.h35 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements()
Dcollationdata.h248 int32_t rootElementsLength; member
/third_party/node/deps/icu-small/source/i18n/
Dcollationdatawriter.cpp79 const void *rootElements, int32_t rootElementsLength, in writeBase()
101 const void *rootElements, int32_t rootElementsLength, in write()
Dcollationrootelements.h35 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements()
Dcollationdata.h248 int32_t rootElementsLength; member
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationdatawriter.cpp79 const void *rootElements, int32_t rootElementsLength, in writeBase()
101 const void *rootElements, int32_t rootElementsLength, in write()
Dcollationrootelements.h35 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements()
Dcollationdata.h248 int32_t rootElementsLength; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationDataReader.java280 int rootElementsLength = length / 4; in read() local