Searched refs:hiByte (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dputil.cpp225 uint8_t hiByte; local
227 hiByte = *(uint8_t *)&d;
229 hiByte = *(((uint8_t *)&d) + sizeof(double) - 1);
231 return (hiByte & 0x80) != 0;
/macosx-10.9.5/hfs-226.1.1/hfs_japanese/hfs_japanese.kmodproj/
H A DJapaneseConverter.c1586 UInt8 hiByte = (jis >> 8); local
1589 loByte += ((hiByte & 1) ? 0x1f : 0x7d);
1590 hiByte = ((hiByte - 0x21) >> 1) + 0x81;
1592 if (hiByte > 0x9f) hiByte += 0x40;
1593 *sjis = hiByte;
1598 UInt8 hiByte = *sjis; local
1601 hiByte -= (hiByte <
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinFont.c2584 HIBYTETABLE hiByte;
2549 HIBYTETABLE hiByte; member in union:SUBTABLE
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinFont.c2271 HIBYTETABLE hiByte;
2246 HIBYTETABLE hiByte; member in union:SUBTABLE

Completed in 181 milliseconds