Searched refs:reorderCodesCapacity (Results 1 – 2 of 2) sorted by relevance
36 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings()46 if(reorderCodesCapacity != 0) { in ~CollationSettings()96 if(reorderCodesCapacity != 0) { in aliasReordering()98 reorderCodesCapacity = 0; in aliasReordering()198 if(totalLength <= reorderCodesCapacity) { in setReorderArrays()209 if(reorderCodesCapacity != 0) { in setReorderArrays()213 reorderCodesCapacity = capacity; in setReorderArrays()215 uprv_memcpy(ownedCodes + reorderCodesCapacity, table, 256); in setReorderArrays()218 reorderTable = reinterpret_cast<const uint8_t *>(reorderCodes + reorderCodesCapacity); in setReorderArrays()232 if(other.reorderCodesCapacity == 0) { in copyReorderingFrom()
112 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings()258 int32_t reorderCodesCapacity; member