Searched refs:DELIMITERS (Results 1 – 2 of 2) sorted by relevance
55 private final static char[] DELIMITERS = new char[] { ';' }; field in NetscapeDraftHeaderParser73 NameValuePair nvp = this.nvpParser.parseNameValuePair(buffer, cursor, DELIMITERS); in parseHeader()76 NameValuePair param = this.nvpParser.parseNameValuePair(buffer, cursor, DELIMITERS); in parseHeader()
44 static const UChar DELIMITERS [] = { DELIM_CR, DELIM_LF, 0x0000 }; variable48 static const UChar DELIMITERS [] = { DELIM_LF, 0x0000 }; variable287 count += u_file_write(DELIMITERS, DELIMITERS_LEN, f); in u_fputs()