Searched refs:UnpairedSurrogateException (Results 1 – 4 of 4) sorted by relevance
/external/flatbuffers/java/com/google/flatbuffers/ |
D | Utf8Safe.java | 117 throw new Utf8Safe.UnpairedSurrogateException(i, utf16Length); in encodedLengthGeneral() 344 throw new UnpairedSurrogateException(inIx, inLength); in encodeUtf8Buffer() 401 throw new UnpairedSurrogateException((i - 1), utf16Length); in encodeUtf8Array() 414 throw new UnpairedSurrogateException(i, utf16Length); in encodeUtf8Array() 446 static class UnpairedSurrogateException extends IllegalArgumentException { class in Utf8Safe 447 UnpairedSurrogateException(int index, int length) { in UnpairedSurrogateException() method in Utf8Safe.UnpairedSurrogateException
|
D | Utf8.java | 186 static class UnpairedSurrogateException extends IllegalArgumentException { class in Utf8 187 UnpairedSurrogateException(int index, int length) { in UnpairedSurrogateException() method in Utf8.UnpairedSurrogateException
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Utf8.java | 239 static class UnpairedSurrogateException extends IllegalArgumentException { class in Utf8 240 private UnpairedSurrogateException(int index, int length) { in UnpairedSurrogateException() method in Utf8.UnpairedSurrogateException 297 throw new UnpairedSurrogateException(i, utf16Length); in encodedLengthGeneral() 734 throw new UnpairedSurrogateException(inIx, inLength); in encodeUtf8Default() 890 throw new UnpairedSurrogateException((i - 1), utf16Length); in encodeUtf8() 903 throw new UnpairedSurrogateException(i, utf16Length); in encodeUtf8() 1242 throw new UnpairedSurrogateException((inIx - 1), inLimit); in encodeUtf8() 1253 throw new UnpairedSurrogateException(inIx, inLimit); in encodeUtf8() 1305 throw new UnpairedSurrogateException((inIx - 1), inLimit); in encodeUtf8Direct() 1316 throw new UnpairedSurrogateException(inIx, inLimit); in encodeUtf8Direct()
|
D | CodedOutputStream.java | 35 import com.google.protobuf.Utf8.UnpairedSurrogateException; 823 } catch (UnpairedSurrogateException e) { in computeStringSizeNoTag() 966 final void inefficientWriteStringNoTag(String value, UnpairedSurrogateException cause) in inefficientWriteStringNoTag() 1426 } catch (UnpairedSurrogateException e) { in writeStringNoTag() 1748 } catch (UnpairedSurrogateException e) { in writeStringNoTag() 2189 } catch (UnpairedSurrogateException e) { in writeStringNoTag() 2492 } catch (UnpairedSurrogateException e) { in writeStringNoTag() 2501 } catch (UnpairedSurrogateException e) { in writeStringNoTag()
|