Searched refs:IX_OPTIONS (Results 1 – 6 of 6) sorted by relevance
47 static final int IX_OPTIONS = 1; field in CollationDataReader199 if(baseData != null && baseData.numericPrimary != (inIndexes[IX_OPTIONS] & 0xff000000L)) { in read()211 data.numericPrimary = inIndexes[IX_OPTIONS] & 0xff000000L; in read()381 if(((inIndexes[IX_OPTIONS] >> 16) & 0xff) == CollationFastLatin.VERSION) { in read()463 int options = inIndexes[IX_OPTIONS] & 0xffff; in read()
48 static final int IX_OPTIONS = 1; field in CollationDataReader200 if(baseData != null && baseData.numericPrimary != (inIndexes[IX_OPTIONS] & 0xff000000L)) { in read()212 data.numericPrimary = inIndexes[IX_OPTIONS] & 0xff000000L; in read()382 if(((inIndexes[IX_OPTIONS] >> 16) & 0xff) == CollationFastLatin.VERSION) { in read()464 int options = inIndexes[IX_OPTIONS] & 0xffff; in read()
156 if(baseData != NULL && baseData->numericPrimary != (inIndexes[IX_OPTIONS] & 0xff000000)) { in read()169 data->numericPrimary = inIndexes[IX_OPTIONS] & 0xff000000; in read()343 if(((inIndexes[IX_OPTIONS] >> 16) & 0xff) == CollationFastLatin::VERSION) { in read()416 int32_t options = inIndexes[IX_OPTIONS] & 0xffff; in read()
49 IX_OPTIONS, enumerator
139 indexesLength = CollationDataReader::IX_OPTIONS + 1; // no limit offset here in write()217 indexes[CollationDataReader::IX_OPTIONS] = in write()
353 IX_OPTIONS, enumerator