Searched defs:DELIMITERS (Results 1 – 6 of 6) sorted by relevance
55 private final static char[] DELIMITERS = new char[] { ';' }; field in NetscapeDraftHeaderParser
15 private static final Pattern DELIMITERS = PatternCache.get("//ldml/delimiters/.*"); field in CheckQuotes
46 static const UChar DELIMITERS [] = { DELIM_CR, DELIM_LF, 0x0000 }; variable50 static const UChar DELIMITERS [] = { DELIM_LF, 0x0000 }; variable
127 #define DELIMITERS "<+->{},;&#\\xXuUnNiI\n\t\v\f\r " in encode_unicodes() macro
355 #define DELIMITERS "<+->{},;&#\\xXuUnNiI\n\t\v\f\r " in parse_unicodes() macro
28 public static final String DELIMITERS = "delimiters"; field in LDMLConstants