Searched refs:UnpairedSurrogateException (Results 1 – 2 of 2) sorted by relevance
/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()
|