Searched refs:nextcolon (Results 1 – 1 of 1) sorted by relevance
438 int nextcolon = 0; in getList() local440 nextcolon = o.indexOf(":\n", colon + 1); in getList()441 if (nextcolon == -1) in getList()442 nextcolon = o.length(); in getList()463 if ((i != -1) && (i < nextcolon)) { in getList()478 if ((i != -1) && (i < nextcolon)) { in getList()