Searched refs:rootElements (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationdatawriter.h31 const void *rootElements, int32_t rootElementsLength,
44 const void *rootElements, int32_t rootElementsLength,
H A Dcollationrootelements.h33 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) argument
34 : elements(rootElements), length(rootElementsLength) {}
H A Dcollationbasedatabuilder.cpp88 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
[all...]
H A Dcollationdata.h47 rootElements(NULL), rootElementsLength(0) {}
214 const uint32_t *rootElements; member in struct:CollationData
H A Dcollationbasedatabuilder.h88 UVector64 rootElements; member in class:CollationBaseDataBuilder
H A Dcollationbuilder.cpp198 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
[all...]
H A Dcollationdatawriter.cpp77 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);
76 writeBase(const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument
97 write(UBool isBase, const UVersionInfo dataVersion, const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument
H A Dcollationdatareader.cpp214 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];
H A Dcollationbuilder.h298 const CollationRootElements rootElements; member in class:CollationBuilder
/external/deqp/scripts/log/
H A Dlog_to_xml.py18 self.rootElements = []
21 return self.rootElements
25 self.rootElements.append(elem)
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp684 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);
910 if(!isValidCE(rootElements, *root, ce)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 190 milliseconds