Home
last modified time | relevance | path

Searched refs:getLeadingSpaces (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/
H A DPositions.java41 offset+= getLeadingSpaces(line); in of()
52 private static int getLeadingSpaces(String line) { in getLeadingSpaces() method in Positions