Searched refs:ASCII_MASK_LONG (Results 1 – 1 of 1) sorted by relevance
93 private static final long ASCII_MASK_LONG = 0x8080808080808080L; field in Utf8365 for (; i < lim && (buffer.getLong(i) & ASCII_MASK_LONG) == 0; i += 8) {} in estimateConsecutiveAscii()1346 for (; remaining >= 8 && (UnsafeUtil.getLong(bytes, offset) & ASCII_MASK_LONG) == 0; in unsafeEstimateConsecutiveAscii()1376 for (; remaining >= 8 && (UnsafeUtil.getLong(address) & ASCII_MASK_LONG) == 0; in unsafeEstimateConsecutiveAscii()