Lines Matching refs:reorderCodes
36 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0), in CollationSettings()
47 uprv_free(const_cast<int32_t *>(reorderCodes)); in ~CollationSettings()
57 if(reorderCodes[i] != other.reorderCodes[i]) { return FALSE; } in operator ==()
68 h ^= (reorderCodes[i] << i); in hashCode()
97 uprv_free(const_cast<int32_t *>(reorderCodes)); in aliasReordering()
101 reorderCodes = codes; in aliasReordering()
199 ownedCodes = const_cast<int32_t *>(reorderCodes); in setReorderArrays()
210 uprv_free(const_cast<int32_t *>(reorderCodes)); in setReorderArrays()
212 reorderCodes = ownedCodes; in setReorderArrays()
218 reorderTable = reinterpret_cast<const uint8_t *>(reorderCodes + reorderCodesCapacity); in setReorderArrays()
237 reorderCodes = other.reorderCodes; in copyReorderingFrom()
240 setReorderArrays(other.reorderCodes, other.reorderCodesLength, in copyReorderingFrom()