Home
last modified time | relevance | path

Searched defs:encodedLength (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/java/com/google/flatbuffers/
DUtf8Old.java52 public int encodedLength(CharSequence in) { in encodedLength() method in Utf8Old
DUtf8Safe.java277 public int encodedLength(CharSequence in) { in encodedLength() method in Utf8Safe
DUtf8.java39 public abstract int encodedLength(CharSequence sequence); in encodedLength() method in Utf8
/third_party/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DUtf8.kt89 public fun encodedLength(sequence: CharSequence): Int = computeEncodedLength(sequence) in encodedLength() method
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java239 static int encodedLength(CharSequence sequence) { in encodedLength() method in Utf8