Searched refs:nextNonBlank (Results 1 – 1 of 1) sorted by relevance
196 int start = nextNonBlank(line, 21); in parseLine()200 start = nextNonBlank(line, end); in parseLine()204 start = nextNonBlank(line, end); in parseLine()209 start = nextNonBlank(line, start + 1); in parseLine()227 private static int nextNonBlank(String line, int start) { in nextNonBlank() method in PersistLogSection