HomeSort by relevance Sort by last modified time
    Searched refs:reorderCodesLength (Results 1 - 20 of 20) 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 596 if (source->reorderCodesLength != target->reorderCodesLength){
599 for (i = 0; i < source->reorderCodesLength; i++) {
    [all...]
ucol_tok.h 141 int32_t reorderCodesLength;
tblcoll.cpp 598 int32_t reorderCodesLength,
601 ucol_setReorderCodes(ucollator, reorderCodes, reorderCodesLength, &status);
ucol.cpp 870 result->reorderCodesLength = 0;
    [all...]
coll.cpp 847 int32_t reorderCodesLength,
ucol_imp.h     [all...]
ucol_tok.cpp 665 src->reorderCodesLength = codeCount;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h 616 * @param reorderCodesLength The length of reorderCodes.
621 int32_t reorderCodesLength,
    [all...]
tblcoll.h 685 * @param reorderCodesLength The length of reorderCodes.
690 int32_t reorderCodesLength,
    [all...]
ucol.h 558 * @param reorderCodesLength The length of reorderCodes.
566 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 533 milliseconds