Searched defs:high_five (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Dcheck_format.c92 unsigned char high_five = ch & 0x1F; local
94 result = (high_five << 6) + low_six;
/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.cpp48 unsigned char high_five = ch & 0x1F; local
50 result = (high_five << 6) + low_six;
132 unsigned char high_five = ch >> 6; local
134 base[0] = high_five | 0xC0; /* 110xxxxx */

Completed in 231 milliseconds