Lines Matching refs:reorderCodesLength
34 reorderCodes(NULL), reorderCodesLength(0), reorderCodesCapacity(0),
53 if(reorderCodesLength != other.reorderCodesLength) { return FALSE; }
54 for(int32_t i = 0; i < reorderCodesLength; ++i) {
64 h ^= reorderCodesLength;
65 for(int32_t i = 0; i < reorderCodesLength; ++i) {
79 reorderCodesLength = 0;
100 reorderCodesLength = length;
217 reorderCodesLength = codesLength;
236 reorderCodesLength = other.reorderCodesLength;
238 setReorderArrays(other.reorderCodes, other.reorderCodesLength,