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

  /external/icu/icu4c/source/i18n/
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;
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 141 int32_t reorderCodesLength;
ucol_imp.h     [all...]

Completed in 206 milliseconds