/external/icu/icu4c/source/i18n/ |
H A D | collationdatawriter.h | 31 const void *rootElements, int32_t rootElementsLength, 44 const void *rootElements, int32_t rootElementsLength,
|
H A D | collationrootelements.h | 33 CollationRootElements(const uint32_t *rootElements, int32_t rootElementsLength) argument 34 : elements(rootElements), length(rootElementsLength) {}
|
H A D | 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 [all...] |
H A D | collationdata.h | 47 rootElements(NULL), rootElementsLength(0) {} 214 const uint32_t *rootElements; member in struct:CollationData
|
H A D | collationbasedatabuilder.h | 88 UVector64 rootElements; member in class:CollationBaseDataBuilder
|
H A D | 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 [all...] |
H A D | 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); 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 D | 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];
|
H A D | collationbuilder.h | 298 const CollationRootElements rootElements; member in class:CollationBuilder
|
/external/deqp/scripts/log/ |
H A D | log_to_xml.py | 18 self.rootElements = [] 21 return self.rootElements 25 self.rootElements.append(elem)
|
/external/icu/icu4c/source/test/intltest/ |
H A D | 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); 910 if(!isValidCE(rootElements, *root, ce)) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |