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