Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationdatawriter.cpp77 const void *rootElements, int32_t rootElementsLength, in writeBase()
99 const void *rootElements, int32_t rootElementsLength, in write()
Dcollationrootelements.h33 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) in CollationRootElements()
Dcollationdata.h246 int32_t rootElementsLength; member
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java287 int rootElementsLength = length / 4; in read() local