Home
last modified time | relevance | path

Searched refs:reorderCodesCapacity (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationsettings.cpp30 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings()
37 if(other.reorderCodesCapacity == 0) { in CollationSettings()
49 if(reorderCodesCapacity != 0) { in ~CollationSettings()
91 if(reorderCodesCapacity != 0) { in aliasReordering()
93 reorderCodesCapacity = 0; in aliasReordering()
108 if(length <= reorderCodesCapacity) { in setReordering()
116 if(reorderCodesCapacity != 0) { in setReordering()
121 reorderCodesCapacity = capacity; in setReordering()
Dcollationsettings.h106 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings()
209 int32_t reorderCodesCapacity; member