Home | History | Annotate | Download | only in i18n

Lines Matching refs:reorderCodes

34           reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0),
45 uprv_free(const_cast<int32_t *>(reorderCodes));
55 if(reorderCodes[i] != other.reorderCodes[i]) { return FALSE; }
66 h ^= (reorderCodes[i] << i);
75 // Keep the memory via reorderCodes and its capacity.
95 uprv_free(const_cast<int32_t *>(reorderCodes));
99 reorderCodes = codes;
197 ownedCodes = const_cast<int32_t *>(reorderCodes);
208 uprv_free(const_cast<int32_t *>(reorderCodes));
210 reorderCodes = ownedCodes;
216 reorderTable = reinterpret_cast<const uint8_t *>(reorderCodes + reorderCodesCapacity);
235 reorderCodes = other.reorderCodes;
238 setReorderArrays(other.reorderCodes, other.reorderCodesLength,