Home
last modified time | relevance | path

Searched defs:bufferPos (Results 1 – 19 of 19) sorted by relevance

/third_party/protobuf/objectivec/
DGPBCodedInputStream_PackagePrivate.h43 size_t bufferPos; member
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dnormlzr.h767 int32_t bufferPos; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dnormlzr.h772 int32_t bufferPos; variable
/third_party/node/deps/icu-small/source/common/unicode/
Dnormlzr.h772 int32_t bufferPos; variable
/third_party/icu/icu4c/source/common/unicode/
Dnormlzr.h772 int32_t bufferPos; variable
/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs139 …internal CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, bool leaveOp… in CodedInputStream()
161 …internal CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, int sizeLimi… in CodedInputStream()
DParserInternalState.cs56 internal int bufferPos; field
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt844 var bufferPos = start in toString() variable
862 var bufferPos = start in toString() variable
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunames.cpp215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \ 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
/third_party/node/deps/icu-small/source/common/
Dunames.cpp215 #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
/third_party/skia/third_party/externals/icu/source/common/
Dunames.cpp215 #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
/third_party/icu/icu4c/source/common/
Dunames.cpp215 #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
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1527 final int bufferPos = bufferPos(pos); in readStringRequireUtf8() local
2004 private int bufferPos(long pos) { in bufferPos() method in CodedInputStream.UnsafeDirectNioDecoder
3377 final int bufferPos = (int) (currentByteBufferPos - currentByteBufferStartPos); in readStringRequireUtf8() local
DByteString.java1001 private int bufferPos; field in Output
DBinaryWriter.java2604 private int bufferPos() { in bufferPos() method in BinaryWriter.UnsafeDirectWriter
DCodedOutputStream.java2228 private int bufferPos(long pos) { in bufferPos() method in CodedOutputStream.UnsafeDirectNioEncoder
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java973 int bufferPos = start; in compareCharSequence() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNormalizer.java146 private int bufferPos; field in Normalizer
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer.java147 private int bufferPos; field in Normalizer