Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ matches
Method
matches
output/java_guava/1.4.19/BaseEncoding.java:556–559 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
554
}
555
556
@Override
557
public
boolean matches(char c) {
558
return
CharMatcher.ascii().matches(c) && decodabet[c] != -1;
559
}
560
561
@Override
562
public
String toString() {
Callers
5
Alphabet
Method · 0.45
decode
Method · 0.45
StandardBaseEncoding
Method · 0.45
read
Method · 0.45
read
Method · 0.45
Calls
1
ascii
Method · 0.95
Tested by
no test coverage detected