Home
last modified time | relevance | path

Searched refs:fieldLength (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs627 int fieldLength = codec.CalculateSizeWithTag(value);
628 return CodedOutputStream.ComputeLengthSize(fieldLength) + fieldLength;
/third_party/icu/icu4c/source/i18n/
Ddtitvinf.cpp610 int8_t fieldLength = UPRV_LENGTHOF(skeletonFieldWidth); in getBestSkeleton() local
625 for ( i = 0; i < fieldLength; ++i ) { in getBestSkeleton()
632 for ( i = 0; i < fieldLength; ++i ) { in getBestSkeleton()
/third_party/node/deps/icu-small/source/i18n/
Ddtitvinf.cpp610 int8_t fieldLength = UPRV_LENGTHOF(skeletonFieldWidth); in getBestSkeleton() local
625 for ( i = 0; i < fieldLength; ++i ) { in getBestSkeleton()
632 for ( i = 0; i < fieldLength; ++i ) { in getBestSkeleton()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtitvinf.cpp628 int8_t fieldLength = UPRV_LENGTHOF(skeletonFieldWidth); in getBestSkeleton() local
643 for ( i = 0; i < fieldLength; ++i ) { in getBestSkeleton()
650 for ( i = 0; i < fieldLength; ++i ) { in getBestSkeleton()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java885 static int computeLengthDelimitedFieldSize(int fieldLength) { in computeLengthDelimitedFieldSize() argument
886 return computeUInt32SizeNoTag(fieldLength) + fieldLength; in computeLengthDelimitedFieldSize()
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
Dlunr.js2585 fieldLength = this.fieldLengths[fieldRef],
2608 …score = idf * ((this._k1 + 1) * tf) / (this._k1 * (1 - this._b + this._b * (fieldLength / this.ave…