Searched refs:LOG_SEPARATOR (Results 1 – 3 of 3) sorted by relevance
30 private static final String LOG_SEPARATOR = "+++"; field in ReportLog201 StringTokenizer detailedTok = new StringTokenizer(tok.nextToken(), LOG_SEPARATOR); in fromEncodedString()222 builder.append(LOG_SEPARATOR); in toEncodedString()225 if (builder.length() >= LOG_SEPARATOR.length()) { in toEncodedString()226 builder.delete(builder.length() - LOG_SEPARATOR.length(), builder.length()); in toEncodedString()
35 private static final String LOG_SEPARATOR = "+++"; field in ReportLog156 builder.append(LOG_SEPARATOR); in generateReport()159 if (builder.length() >= LOG_SEPARATOR.length()) { in generateReport()160 builder.delete(builder.length() - LOG_SEPARATOR.length(), builder.length()); in generateReport()
50 private static final String LOG_SEPARATOR = "\\+\\+\\+"; field in Test275 String[] arrays = details.split(LOG_SEPARATOR); in parseDetails()