Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/
DGPBCodedInputStream_PackagePrivate.h22 size_t bufferPos; member
/third_party/icu/icu4c/source/common/unicode/
Dnormlzr.h772 int32_t bufferPos; variable
/third_party/skia/m133/third_party/externals/icu/source/common/unicode/
Dnormlzr.h772 int32_t bufferPos; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dnormlzr.h772 int32_t bufferPos; variable
/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs113 …internal CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, bool leaveOp… in CodedInputStream()
135 …internal CodedInputStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, int sizeLimi… in CodedInputStream()
DParserInternalState.cs21 internal int bufferPos; field
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlatbuffers.kt73 public var bufferPos: Int = 0 variable in com.google.flatbuffers.kotlin.Table
338 protected var bufferPos: Int = 0 variable in com.google.flatbuffers.kotlin.Struct
DFlexBuffers.kt854 var bufferPos = start in toString() variable
872 var bufferPos = start in toString() variable
/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/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/skia/m133/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/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java1493 final int bufferPos = bufferPos(pos); in readStringRequireUtf8() local
1966 private int bufferPos(long pos) { in bufferPos() method in CodedInputStream.UnsafeDirectNioDecoder
3368 final int bufferPos = (int) (currentByteBufferPos - currentByteBufferStartPos); in readStringRequireUtf8() local
DByteString.java1067 private int bufferPos; field in Output
DBinaryWriter.java2589 private int bufferPos() { in bufferPos() method in BinaryWriter.UnsafeDirectWriter
DCodedOutputStream.java2215 private int bufferPos(long pos) { in bufferPos() method in CodedOutputStream.UnsafeDirectNioEncoder
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DFlexBuffers.java983 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