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

  /external/icu/icu4c/source/i18n/
collationsettings.cpp 30 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0),
32 int32_t length = other.reorderCodesLength;
58 if(reorderCodesLength != other.reorderCodesLength) { return FALSE; }
59 for(int32_t i = 0; i < reorderCodesLength; ++i) {
69 h ^= reorderCodesLength;
70 for(int32_t i = 0; i < reorderCodesLength; ++i) {
82 reorderCodesLength = 0;
97 reorderCodesLength = length;
125 reorderCodesLength = length
    [all...]
collationdatareader.cpp 106 int32_t reorderCodesLength = 0;
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,table))
    [all...]
collationsettings.h 106 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0),
199 /** Array of reorder codes; ignored if reorderCodesLength == 0. */
202 int32_t reorderCodesLength;
collationdatawriter.cpp 129 U_ASSERT(settings.reorderCodesLength == 0);
135 if(settings.reorderCodesLength == 0) {
174 int32_t sum = headerSize + (indexesLength + settings.reorderCodesLength) * 4;
214 totalSize += settings.reorderCodesLength * 4;
collationtailoring.cpp 41 U_ASSERT(baseSettings->reorderCodesLength == 0);
ucol.cpp 384 int32_t reorderCodesLength,
390 Collator::fromUCollator(coll)->setReorderCodes(reorderCodes, reorderCodesLength, *status);
rulebasedcollator.cpp 631 int32_t length = settings->reorderCodesLength;
649 if(length == settings->reorderCodesLength &&
662 defaultSettings.reorderCodesLength,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp 275 result->defaultReorderCodesLength = result->reorderCodesLength;
602 if (source->reorderCodesLength != target->reorderCodesLength){
605 for (i = 0; i < source->reorderCodesLength; i++) {
    [all...]
ucol_tok.h 141 int32_t reorderCodesLength;
tblcoll.cpp 542 int32_t reorderCodesLength,
546 ucol_setReorderCodes(ucollator, reorderCodes, reorderCodesLength, &status);
ucol.cpp 594 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;
    [all...]
ucol_imp.h     [all...]
ucol_tok.cpp 659 src->reorderCodesLength = codeCount;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h 656 * @param reorderCodesLength The length of reorderCodes.
665 int32_t reorderCodesLength,
    [all...]
tblcoll.h 601 * @param reorderCodesLength The length of reorderCodes.
608 int32_t reorderCodesLength,
    [all...]
ucol.h 712 * @param reorderCodesLength The length of reorderCodes.
724 int32_t reorderCodesLength,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h 633 * @param reorderCodesLength The length of reorderCodes.
642 int32_t reorderCodesLength,
    [all...]
tblcoll.h 658 * @param reorderCodesLength The length of reorderCodes.
665 int32_t reorderCodesLength,
    [all...]
ucol.h 728 * @param reorderCodesLength The length of reorderCodes.
740 int32_t reorderCodesLength,
    [all...]

Completed in 2077 milliseconds