Home | History | Annotate | Download | only in priv

Lines Matching full:byte0

2173 //uu    UChar byte0 = 0;
2178 //uu byte0 = 0xC5;
2183 //uu byte0 = 0xC4;
2188 //uu return (((UInt)byte2) << 16) | (((UInt)byte1) << 8) | ((UInt)byte0);