Searched refs:UnpairedSurrogateException (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | Utf8.java | 236 static class UnpairedSurrogateException extends IllegalArgumentException { class in Utf8 237 UnpairedSurrogateException(int index, int length) { in UnpairedSurrogateException() method in Utf8.UnpairedSurrogateException 294 throw new UnpairedSurrogateException(i, utf16Length); in encodedLengthGeneral() 731 throw new UnpairedSurrogateException(inIx, inLength); in encodeUtf8Default() 887 throw new UnpairedSurrogateException((i - 1), utf16Length); in encodeUtf8() 900 throw new UnpairedSurrogateException(i, utf16Length); in encodeUtf8() 1227 throw new UnpairedSurrogateException((inIx - 1), inLimit); in encodeUtf8() 1238 throw new UnpairedSurrogateException(inIx, inLimit); in encodeUtf8() 1290 throw new UnpairedSurrogateException((inIx - 1), inLimit); in encodeUtf8Direct() 1301 throw new UnpairedSurrogateException(inIx, inLimit); in encodeUtf8Direct()
|
D | CodedOutputStream.java | 35 import com.google.protobuf.Utf8.UnpairedSurrogateException; 857 } catch (UnpairedSurrogateException e) { in computeStringSizeNoTag() 1004 final void inefficientWriteStringNoTag(String value, UnpairedSurrogateException cause) in inefficientWriteStringNoTag() 1458 } catch (UnpairedSurrogateException e) { in writeStringNoTag() 1780 } catch (UnpairedSurrogateException e) { in writeStringNoTag() 2221 } catch (UnpairedSurrogateException e) { in writeStringNoTag() 2524 } catch (UnpairedSurrogateException e) { in writeStringNoTag() 2533 } catch (UnpairedSurrogateException e) { in writeStringNoTag()
|