MCPcopy Create free account
hub / github.com/google/re2j / length

Method length

java/com/google/re2j/MatcherInput.java:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 @Override
73 public int length() {
74 return bytes.length;
75 }
76 }
77
78 static class Utf16MatcherInput extends MatcherInput {

Callers 15

testReplaceAllFuncMethod · 0.45
unquoteMethod · 0.45
readLineMethod · 0.45
testRE2Method · 0.45
isSingleBytesMethod · 0.45
parseResultMethod · 0.45
testFowlerMethod · 0.45
resetMethod · 0.45
quoteReplacementMethod · 0.45
escapeRuneMethod · 0.45
stringToRunesMethod · 0.45

Calls

no outgoing calls

Tested by 7

testReplaceAllFuncMethod · 0.36
unquoteMethod · 0.36
readLineMethod · 0.36
testRE2Method · 0.36
isSingleBytesMethod · 0.36
parseResultMethod · 0.36
testFowlerMethod · 0.36