Lines Matching refs:reorderCodes
34 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings()
45 uprv_free(const_cast<int32_t *>(reorderCodes)); in ~CollationSettings()
55 if(reorderCodes[i] != other.reorderCodes[i]) { return FALSE; } in operator ==()
66 h ^= (reorderCodes[i] << i); in hashCode()
95 uprv_free(const_cast<int32_t *>(reorderCodes)); in aliasReordering()
99 reorderCodes = codes; in aliasReordering()
197 ownedCodes = const_cast<int32_t *>(reorderCodes); in setReorderArrays()
208 uprv_free(const_cast<int32_t *>(reorderCodes)); in setReorderArrays()
210 reorderCodes = ownedCodes; in setReorderArrays()
216 reorderTable = reinterpret_cast<const uint8_t *>(reorderCodes + reorderCodesCapacity); in setReorderArrays()
235 reorderCodes = other.reorderCodes; in copyReorderingFrom()
238 setReorderArrays(other.reorderCodes, other.reorderCodesLength, in copyReorderingFrom()