Home | History | Annotate | Download | only in lib

Lines Matching refs:x3F

324             buf[outlength + 3] = (char) (0x80 | (wc & 0x3F));
328 buf[outlength + 2] = (char) (0x80 | (wc & 0x3F));
332 buf[outlength + 1] = (char) (0x80 | (wc & 0x3F));