Searched refs:setReordering (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationsettings.cpp | 40 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
|
D | collationsettings.h | 122 UBool setReordering(const int32_t *codes, int32_t length, const uint8_t table[256]);
|
D | collationdatareader.cpp | 404 if(!settings->setReordering(reorderCodes, reorderCodesLength,table)) { in read()
|
D | collationruleparser.cpp | 718 if(!settings->setReordering(reorderCodes.getBuffer(), length, table)) { in parseReordering()
|
D | rulebasedcollator.cpp | 679 if(!ownedSettings->setReordering(reorderCodes, length, reorderTable)) { in setReorderCodes()
|