MCPcopy Create free account
hub / github.com/antlr/codebuff / separatorStart

Method separatorStart

output/java_guava/1.4.16/Splitter.java:145–148  ·  view source on GitHub ↗
(int start)

Source from the content-addressed store, hash-verified

143 Splitter splitter, final CharSequence toSplit) {
144 return new SplittingIterator(splitter, toSplit) {
145 @Override
146 int separatorStart(int start) {
147 return separatorMatcher.indexIn(toSplit, start);
148 }
149
150 @Override
151 int separatorEnd(int separatorPosition) {

Callers

nothing calls this directly

Calls 4

indexInMethod · 0.45
lengthMethod · 0.45
findMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected