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

Method separatorStart

output/java_guava/1.4.13/Splitter.java:149–152  ·  view source on GitHub ↗
(int start)

Source from the content-addressed store, hash-verified

147 Splitter splitter, final CharSequence toSplit) {
148 return new SplittingIterator(splitter, toSplit) {
149 @Override
150 int separatorStart(int start) {
151 return separatorMatcher.indexIn(toSplit, start);
152 }
153
154 @Override
155 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