Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java239 static int encodedLength(CharSequence sequence) { in encodedLength() method in Utf8