Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationsettings.cpp34 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings()
44 if(reorderCodesCapacity != 0) { in ~CollationSettings()
94 if(reorderCodesCapacity != 0) { in aliasReordering()
96 reorderCodesCapacity = 0; in aliasReordering()
196 if(totalLength <= reorderCodesCapacity) { in setReorderArrays()
207 if(reorderCodesCapacity != 0) { in setReorderArrays()
211 reorderCodesCapacity = capacity; in setReorderArrays()
213 uprv_memcpy(ownedCodes + reorderCodesCapacity, table, 256); in setReorderArrays()
216 reorderTable = reinterpret_cast<const uint8_t *>(reorderCodes + reorderCodesCapacity); in setReorderArrays()
230 if(other.reorderCodesCapacity == 0) { in copyReorderingFrom()
Dcollationsettings.h110 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings()
256 int32_t reorderCodesCapacity; member