/external/protobuf/csharp/src/Google.Protobuf/ |
D | CodedInputStream.cs | 76 private int bufferPos = 0; field in Google.Protobuf.CodedInputStream 169 …internal CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, bool leaveOp… in CodedInputStream() 188 …internal CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, int sizeLimi… in CodedInputStream()
|
/external/protobuf/objectivec/ |
D | GPBCodedInputStream_PackagePrivate.h | 43 size_t bufferPos; member
|
/external/icu/icu4c/source/common/unicode/ |
D | normlzr.h | 772 int32_t bufferPos; variable
|
/external/icu/libicu/cts_headers/unicode/ |
D | normlzr.h | 772 int32_t bufferPos; variable
|
/external/icu/icu4c/source/common/ |
D | unames.cpp | 215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) UPRV_BLOCK_MACRO_BEGIN { \ argument 242 uint16_t token, tokenCount=*tokens++, bufferPos=0; in expandName() local 779 uint16_t i, factor, bufferPos=0; in writeFactorSuffix() local 854 uint16_t bufferPos=0; in getAlgName() local
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | CodedInputByteBufferNano.java | 401 private int bufferPos; field in CodedInputByteBufferNano
|
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
D | CodedInputStreamMicro.java | 440 private int bufferPos; field in CodedInputStreamMicro
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStream.java | 1525 final int bufferPos = bufferPos(pos); in readStringRequireUtf8() local 2002 private int bufferPos(long pos) { in bufferPos() method in CodedInputStream.UnsafeDirectNioDecoder 3375 final int bufferPos = (int) (currentByteBufferPos - currentByteBufferStartPos); in readStringRequireUtf8() local
|
D | ByteString.java | 992 private int bufferPos; field in Output
|
D | BinaryWriter.java | 2604 private int bufferPos() { in bufferPos() method in BinaryWriter.UnsafeDirectWriter
|
D | CodedOutputStream.java | 2228 private int bufferPos(long pos) { in bufferPos() method in CodedOutputStream.UnsafeDirectNioEncoder
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Normalizer.java | 147 private int bufferPos; field in Normalizer
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Normalizer.java | 146 private int bufferPos; field in Normalizer
|