Home
last modified time | relevance | path

Searched defs:utf8Length (Results 1 – 14 of 14) sorted by relevance

/external/guava/guava/src/com/google/common/base/
DUtf8.java51 int utf8Length = utf16Length; in encodedLength() local
80 int utf8Length = 0; in encodedLengthGeneral() local
/external/libchrome/mojo/public/js/lib/
Dunicode.js44 function utf8Length(str) { function
/external/smali/util/src/main/java/org/jf/util/
DClassFileNameHandler.java150 private static int utf8Length(String str) { in utf8Length() method in ClassFileNameHandler
151 int utf8Length = 0; in utf8Length() local
161 private static int utf8Length(int codePoint) { in utf8Length() method in ClassFileNameHandler
262 int utf8Length = utf8Length(elementName); in getNormalizedName() local
/external/guava/guava-tests/test/com/google/common/base/
DUtf8Test.java69 int utf8Length = 0; in testEncodedLength_validStrings2() local
79 assertEquals(repro.toString(), utf8Length, Utf8.encodedLength(sb)); in testEncodedLength_validStrings2() local
/external/flatbuffers/java/com/google/flatbuffers/
DUtf8Safe.java76 int utf8Length = utf16Length; in computeEncodedLength() local
105 int utf8Length = 0; in encodedLengthGeneral() local
/external/icu/icu4c/source/common/
Dunisetspan.h127 int32_t utf8Length; variable
/external/icu/icu4c/source/test/intltest/
Dconvtest.h48 int32_t utf8Length; member
Drbbitst.cpp397 int32_t utf8Length; in CharStringAppend() local
/external/icu/icu4c/source/test/perf/utrie2perf/
Dutrie2perf.cpp90 int32_t utf8Length; member in UTrie2PerfTest
/external/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java256 int utf8Length = utf16Length; in encodedLength() local
285 int utf8Length = 0; in encodedLengthGeneral() local
/external/icu/icu4c/source/test/perf/unisetperf/
Dunisetperf.cpp125 int32_t utf8Length; member in UnicodeSetPerformanceTest
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java349 int utf8Length = utf16Length; in encodedLength() local
378 int utf8Length = 0; in encodedLengthGeneral() local
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c2523 int32_t utf8Length; in testFromTruncatedUTF8() local
2589 int32_t utf8Length, expectLength; in testFromBadUTF8() local