Searched refs:high_four (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dutf8.cpp60 unsigned char high_four = ch & 0x0f; local
63 result = (((high_four << 6) + mid_six) << 6) + low_six;
139 char high_four = ch >> 12; local
142 base[0] = high_four | 0xE0; /* 1110xxxx */
/openjdk7/jdk/src/share/native/common/
H A Dcheck_format.c103 unsigned char high_four = ch & 0x0f; local
106 result = (((high_four << 6) + mid_six) << 6) + low_six;

Completed in 35 milliseconds