Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testReplaceAllFunc
Method · 0.45
unquote
Method · 0.45
readLine
Method · 0.45
testRE2
Method · 0.45
isSingleBytes
Method · 0.45
parseResult
Method · 0.45
testFowler
Method · 0.45
reset
Method · 0.45
quoteReplacement
Method · 0.45
appendReplacementInternal
Method · 0.45
escapeRune
Method · 0.45
stringToRunes
Method · 0.45
Calls
no outgoing calls
Tested by
7
testReplaceAllFunc
Method · 0.36
unquote
Method · 0.36
readLine
Method · 0.36
testRE2
Method · 0.36
isSingleBytes
Method · 0.36
parseResult
Method · 0.36
testFowler
Method · 0.36