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

Enum Encoding

java/com/google/re2j/MatcherInput.java:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14abstract class MatcherInput {
15
16 enum Encoding {
17 UTF_16,
18 UTF_8,
19 }
20
21 /**
22 * Return the MatcherInput for UTF_16 encoding.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…