Home
last modified time | relevance | path

Searched refs:setReordering (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationsettings.cpp40 setReordering(other.reorderCodes, length, other.reorderTable); in CollationSettings()
102 CollationSettings::setReordering(const int32_t *codes, int32_t length, const uint8_t table[256]) { in setReordering() function in CollationSettings
Dcollationsettings.h122 UBool setReordering(const int32_t *codes, int32_t length, const uint8_t table[256]);
Dcollationdatareader.cpp404 if(!settings->setReordering(reorderCodes, reorderCodesLength,table)) { in read()
Dcollationruleparser.cpp718 if(!settings->setReordering(reorderCodes.getBuffer(), length, table)) { in parseReordering()
Drulebasedcollator.cpp679 if(!ownedSettings->setReordering(reorderCodes, length, reorderTable)) { in setReorderCodes()