Home | History | Annotate | Download | only in priv

Lines Matching full:efgh

466       b2 |= (high_surrogate >> 2) & 0xf;  // efgh
624 UInt efgh = (srcval >> 12) & 0xf;
628 UInt byte2 = 0x80 | (xy << 4) | efgh;
802 UInt efgh = byte2 & 0xf;
809 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | (efgh << 2) | ij;
817 (uvwxy << 16) | (efgh << 12) | (ij << 10) | (klmn << 6) | opqrst;