Searched refs:firstDot (Results 1 – 1 of 1) sorted by relevance
651 val firstDot = doc.indexOf(".") in <lambda>() constant652 if (firstDot > 0 && doc.regionMatches(firstDot - 1, "e.g. ", 0, 5, false)) { in <lambda>()653 doc = doc.substring(0, firstDot) + ".g. " + doc.substring(firstDot + 4) in <lambda>()