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

Method fromUTF8

java/com/google/re2j/MachineInput.java:20–22  ·  view source on GitHub ↗
(byte[] b)

Source from the content-addressed store, hash-verified

18 static final int EOF = (-1 << 3);
19
20 static MachineInput fromUTF8(byte[] b) {
21 return new UTF8Input(b);
22 }
23
24 static MachineInput fromUTF8(byte[] b, int start, int end) {
25 return new UTF8Input(b, start, end);

Callers 10

matchMethod · 0.95
matchUTF8Method · 0.95
findUTF8Method · 0.95
findUTF8IndexMethod · 0.95
findUTF8SubmatchMethod · 0.95
findUTF8SubmatchIndexMethod · 0.95
findAllUTF8Method · 0.95
findAllUTF8IndexMethod · 0.95
findAllUTF8SubmatchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected