Home
last modified time | relevance | path

Searched defs:UnpairedSurrogateException (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/java/com/google/flatbuffers/
DUtf8.java186 static class UnpairedSurrogateException extends IllegalArgumentException { class in Utf8
187 UnpairedSurrogateException(int index, int length) { in UnpairedSurrogateException() method in Utf8.UnpairedSurrogateException
DUtf8Safe.java446 static class UnpairedSurrogateException extends IllegalArgumentException { class in Utf8Safe
447 UnpairedSurrogateException(int index, int length) { in UnpairedSurrogateException() method in Utf8Safe.UnpairedSurrogateException
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java239 static class UnpairedSurrogateException extends IllegalArgumentException { class in Utf8
240 private UnpairedSurrogateException(int index, int length) { in UnpairedSurrogateException() method in Utf8.UnpairedSurrogateException