Searched refs:CSV_SEPARATOR (Results 1 – 2 of 2) sorted by relevance
140 return text.codePointAt(0) == Constants.CSV_SEPARATOR ? null : new String[] { text }; in parseCsvString()147 if (c == Constants.CSV_SEPARATOR) { in parseCsvString()
219 public static final char CSV_SEPARATOR = ','; field in Constants