Searched refs:reorderCodesCapacity (Results 1 – 2 of 2) sorted by relevance
30 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()
106 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings()209 int32_t reorderCodesCapacity; member