HomeSort by relevance Sort by last modified time
    Searched refs:rootElements (Results 1 - 14 of 14) 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) {}
collationbasedatabuilder.cpp 88 rootElements(errorCode) {
138 rootElements.addElement(ce, errorCode);
298 int32_t i = binarySearch(rootElements, ce);
300 rootElements.insertElementAt(ce, ~i, errorCode);
344 for(int32_t i = 0; i < rootElements.size(); ++i) {
345 int64_t ce = rootElements.elementAti(i);
395 // The range end was written, ending with the primary of rootElements[end].
396 ce = rootElements.elementAti(end);
427 if(U_FAILURE(errorCode) || i >= rootElements.size()) { return 0; }
466 int64_t ce = rootElements.elementAti(i)
    [all...]
collationdata.h 47 rootElements(NULL), rootElementsLength(0) {}
214 const uint32_t *rootElements;
collationbasedatabuilder.h 88 UVector64 rootElements;
collationbuilder.cpp 198 rootElements(b->data->rootElements, b->data->rootElementsLength),
230 if(baseData->rootElements == NULL) {
335 if(p <= rootElements.getFirstPrimary()) {
347 p = rootElements.getPrimaryBefore(p, baseData->isCompressiblePrimary(p));
401 weight16 = rootElements.getSecondaryBefore(p, weight16);
426 weight16 = rootElements.getTertiaryBefore(p, s, weight16);
499 return rootElements.getFirstTertiaryCE();
503 ce = rootElements.getLastTertiaryCE();
527 ce = rootElements.getFirstSecondaryCE()
    [all...]
collationdatawriter.cpp 77 const void *rootElements, int32_t rootElementsLength,
82 rootElements, rootElementsLength,
99 const void *rootElements, int32_t rootElementsLength,
307 copyData(indexes, CollationDataReader::IX_ROOT_ELEMENTS_OFFSET, rootElements, dest);
collationdatareader.cpp 214 data->rootElements = reinterpret_cast<const uint32_t *>(inBytes + offset);
216 uint32_t commonSecTer = data->rootElements[CollationRootElements::IX_COMMON_SEC_AND_TER_CE];
221 uint32_t secTerBoundaries = data->rootElements[CollationRootElements::IX_SEC_TER_BOUNDARIES];
collationbuilder.h 298 const CollationRootElements rootElements;
  /external/deqp/scripts/log/
log_to_xml.py 18 self.rootElements = []
21 return self.rootElements
25 self.rootElements.append(elem)
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 684 elements(root.rootElements), length(root.rootElementsLength),
744 CollationRootElements rootElements(root->rootElements, root->rootElementsLength);
780 if(!isValidCE(rootElements, *root, pri, sec, ctq)) {
809 prevSec == 0 ? rootElements.getSecondaryBoundary() - 0x100 : prevSec;
821 prevTer == 0 ? rootElements.getTertiaryBoundary() - 0x100 : prevTer;
847 CollationRootElements rootElements(root->rootElements, root->rootElementsLength);
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 142 milliseconds