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

Method UTF8Input

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

Source from the content-addressed store, hash-verified

67 final int end;
68
69 UTF8Input(byte[] b) {
70 this.b = b;
71 start = 0;
72 end = b.length;
73 }
74
75 UTF8Input(byte[] b, int start, int end) {
76 if (end > b.length) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected