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

Method UTF16Input

java/com/google/re2j/MachineInput.java:179–183  ·  view source on GitHub ↗
(CharSequence str, int start, int end)

Source from the content-addressed store, hash-verified

177 final int end;
178
179 public UTF16Input(CharSequence str, int start, int end) {
180 this.str = str;
181 this.start = start;
182 this.end = end;
183 }
184
185 @Override
186 int step(int pos) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected