Lines Matching refs:writeByte
103 buf.writeByte('"'); in toChars()
115 buf.writeByte('\\'); in toChars()
121 buf.writeByte(c); in toChars()
133 buf.writeByte('"'); in toChars()
135 buf.writeByte(postfix); in toChars()
143 buf.writeByte('x'); in toChars()
144 buf.writeByte('"'); in toChars()
148 buf.writeByte(' '); in toChars()
151 buf.writeByte('"'); in toChars()
153 buf.writeByte(postfix); in toChars()
154 buf.writeByte(0); in toChars()