Searched refs:SEC_COMMON_HIGH (Results 1 – 7 of 7) sorted by relevance
267 static final int SEC_COMMON_HIGH = SEC_COMMON_LOW + 0x40; // read by CollationDataReader field in CollationKeys482 b = SEC_COMMON_HIGH - commonSecondaries; in writeSortKeyUpToQuaternary()497 b = SEC_COMMON_HIGH - remainder; in writeSortKeyUpToQuaternary()
295 if((secTerBoundaries >>> 24) < CollationKeys.SEC_COMMON_HIGH) { in read()
277 static final int SEC_COMMON_HIGH = SEC_COMMON_LOW + 0x40; // read by CollationDataReader field in CollationKeys492 b = SEC_COMMON_HIGH - commonSecondaries; in writeSortKeyUpToQuaternary()507 b = SEC_COMMON_HIGH - remainder; in writeSortKeyUpToQuaternary()
296 if((secTerBoundaries >>> 24) < CollationKeys.SEC_COMMON_HIGH) { in read()
124 static const uint32_t SEC_COMMON_HIGH = SEC_COMMON_LOW + 0x40; variable
374 b = SEC_COMMON_HIGH - commonSecondaries; in writeSortKeyUpToQuaternary()389 b = SEC_COMMON_HIGH - remainder; in writeSortKeyUpToQuaternary()
239 if((secTerBoundaries >> 24) < CollationKeys::SEC_COMMON_HIGH) { in read()