Searched refs:IX_OPTIONS (Results 1 – 6 of 6) sorted by relevance
45 static final int IX_OPTIONS = 1; field in CollationDataReader197 if(baseData != null && baseData.numericPrimary != (inIndexes[IX_OPTIONS] & 0xff000000L)) { in read()209 data.numericPrimary = inIndexes[IX_OPTIONS] & 0xff000000L; in read()379 if(((inIndexes[IX_OPTIONS] >> 16) & 0xff) == CollationFastLatin.VERSION) { in read()461 int options = inIndexes[IX_OPTIONS] & 0xffff; in read()
46 static final int IX_OPTIONS = 1; field in CollationDataReader198 if(baseData != null && baseData.numericPrimary != (inIndexes[IX_OPTIONS] & 0xff000000L)) { in read()210 data.numericPrimary = inIndexes[IX_OPTIONS] & 0xff000000L; in read()380 if(((inIndexes[IX_OPTIONS] >> 16) & 0xff) == CollationFastLatin.VERSION) { in read()462 int options = inIndexes[IX_OPTIONS] & 0xffff; in read()
154 if(baseData != NULL && baseData->numericPrimary != (inIndexes[IX_OPTIONS] & 0xff000000)) { in read()167 data->numericPrimary = inIndexes[IX_OPTIONS] & 0xff000000; in read()341 if(((inIndexes[IX_OPTIONS] >> 16) & 0xff) == CollationFastLatin::VERSION) { in read()414 int32_t options = inIndexes[IX_OPTIONS] & 0xffff; in read()
47 IX_OPTIONS, enumerator
137 indexesLength = CollationDataReader::IX_OPTIONS + 1; // no limit offset here in write()215 indexes[CollationDataReader::IX_OPTIONS] = in write()
351 IX_OPTIONS, enumerator