Searched defs:reorderCodesLength (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationdatareader.cpp106 int32_t reorderCodesLength = 0; local
118 reorderCodesLength = length / 4;
129 if(reorderCodesLength == 0) {
375 reorderCodesLength == ts.reorderCodesLength &&
376 uprv_memcmp(reorderCodes, ts.reorderCodes, reorderCodesLength * 4) == 0 &&
398 if(reorderCodesLength == 0 || reorderTable != NULL) {
399 settings->aliasReordering(reorderCodes, reorderCodesLength, reorderTable);
402 baseData->makeReorderTable(reorderCodes, reorderCodesLength, table, errorCode);
404 if(!settings->setReordering(reorderCodes, reorderCodesLength,tabl
[all...]
H A Dcollationsettings.h106 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0),
199 /** Array of reorder codes; ignored if reorderCodesLength == 0. */
202 int32_t reorderCodesLength; member in struct:CollationSettings
H A Ducol.cpp384 int32_t reorderCodesLength,
390 Collator::fromUCollator(coll)->setReorderCodes(reorderCodes, reorderCodesLength, *status);
382 ucol_setReorderCodes(UCollator* coll, const int32_t* reorderCodes, int32_t reorderCodesLength, UErrorCode *status) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dtblcoll.cpp542 int32_t reorderCodesLength,
546 ucol_setReorderCodes(ucollator, reorderCodes, reorderCodesLength, &status);
541 setReorderCodes(const int32_t *reorderCodes, int32_t reorderCodesLength, UErrorCode& status) argument
H A Ducol_tok.h141 int32_t reorderCodesLength; member in struct:__anon12128
H A Ducol_imp.h982 int32_t reorderCodesLength; member in struct:UCollator
H A Ducol.cpp594 reorderCodesSize = coll->reorderCodesLength * sizeof(int32_t);
666 (int32_t*)uprv_memcpy(reorderCodes, coll->reorderCodes, coll->reorderCodesLength * sizeof(int32_t));
667 localCollator->reorderCodesLength = coll->reorderCodesLength;
864 result->reorderCodesLength = 0;
6703 printf("coll->reorderCodesLength = %d\n", coll->reorderCodesLength);
6707 if (coll->reorderCodesLength > destCapacity) {
6709 return coll->reorderCodesLength;
6711 for (int32_t i = 0; i < coll->reorderCodesLength;
6718 ucol_setReorderCodes(UCollator* coll, const int32_t* reorderCodes, int32_t reorderCodesLength, UErrorCode *status) argument
[all...]

Completed in 182 milliseconds