Home | History | Annotate | Download | only in orig

Lines Matching refs:WRITE_UTF8

27997 #define WRITE_UTF8(zOut, c) {                          \
28236 WRITE_UTF8(z, c);
28242 WRITE_UTF8(z, c);
28356 WRITE_UTF8(zOut, c);
28427 WRITE_UTF8(z, i);
166311 ** The following two macros - READ_UTF8 and WRITE_UTF8 - have been copied
166340 #define WRITE_UTF8(zOut, c) { \
166637 WRITE_UTF8(zOut, iOut);
204762 ** The following two macros - READ_UTF8 and WRITE_UTF8 - have been copied
204792 #define WRITE_UTF8(zOut, c) { \
205049 if( iCode ) WRITE_UTF8(zOut, iCode);