HomeSort by relevance Sort by last modified time
    Searched refs:rootElementsLength (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/i18n/
collationdatawriter.h 31 const void *rootElements, int32_t rootElementsLength,
44 const void *rootElements, int32_t rootElementsLength,
collationrootelements.h 33 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength)
34 : elements(rootElements), length(rootElementsLength) {}
collationdata.h 47 rootElements(NULL), rootElementsLength(0) {}
215 int32_t rootElementsLength;
collationdatawriter.cpp 77 const void *rootElements, int32_t rootElementsLength,
82 rootElements, rootElementsLength,
99 const void *rootElements, int32_t rootElementsLength,
255 totalSize += rootElementsLength * 4;
collationdatareader.cpp 215 data->rootElementsLength = length;
collationbuilder.cpp 198 rootElements(b->data->rootElements, b->data->rootElementsLength),
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 684 elements(root.rootElements), length(root.rootElementsLength),
744 CollationRootElements rootElements(root->rootElements, root->rootElementsLength);
847 CollationRootElements rootElements(root->rootElements, root->rootElementsLength);
    [all...]

Completed in 97 milliseconds