Home
last modified time | relevance | path

Searched defs:byteLimit (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DSmsMessageBase.java392 int currentPosition, int byteLimit, CharSequence msgBody) { in findNextUnicodePosition()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java478 public int pushLimit(int byteLimit) throws InvalidProtocolBufferNanoException { in pushLimit()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedInputStream.cs928 internal int PushLimit(int byteLimit) in PushLimit()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java978 public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { in pushLimit()