Home | History | Annotate | Download | only in i18n

Lines Matching refs:reorderCodes

36           reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0),
47 uprv_free(const_cast<int32_t *>(reorderCodes));
57 if(reorderCodes[i] != other.reorderCodes[i]) { return FALSE; }
68 h ^= (reorderCodes[i] << i);
77 // Keep the memory via reorderCodes and its capacity.
97 uprv_free(const_cast<int32_t *>(reorderCodes));
101 reorderCodes = codes;
199 ownedCodes = const_cast<int32_t *>(reorderCodes);
210 uprv_free(const_cast<int32_t *>(reorderCodes));
212 reorderCodes = ownedCodes;
218 reorderTable = reinterpret_cast<const uint8_t *>(reorderCodes + reorderCodesCapacity);
237 reorderCodes = other.reorderCodes;
240 setReorderArrays(other.reorderCodes, other.reorderCodesLength,