Searched refs:NEW_LINE (Results 1 – 9 of 9) sorted by relevance
42 private static boolean NEW_LINE = true; field in AbstractResults199 if (NEW_LINE) printTab(); in print()201 NEW_LINE = false; in print()231 NEW_LINE = true; in println()237 if (NEW_LINE) printTab(); in println()239 NEW_LINE = true; in println()
34 extern const UChar NEW_LINE[];
44 const UChar NEW_LINE[] = {0x0d,0x0a,0}; variable48 const UChar NEW_LINE[] = {0x0a,0};
1010 u_fprintf_u(myFile, NEW_LINE); in TestFilePrintCompatibility()
39 const UChar NEW_LINE[] = {0x0d,0x0a,0}; variable43 const UChar NEW_LINE[] = {0x0a,0};
92 #define NEW_LINE(end_seq) \ macro388 NEW_LINE (0); in dwarf_getsrclines()415 NEW_LINE (1); in dwarf_getsrclines()501 NEW_LINE (0); in dwarf_getsrclines()
72 private final static byte NEW_LINE = (byte)'\n'; field in Base64668 outBuff[e+4] = NEW_LINE; in encodeBytes()1556 out.write( NEW_LINE ); in write()