Home
last modified time | relevance | path

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

12345678910>>...26

/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DUtf8.kt31 var utf8Length = utf16Length in computeEncodedLength() variable
59 var utf8Length = 0 in encodedLengthGeneral() variable
/aosp_15_r20/external/google-smali/third_party/util/src/main/java/com/android/tools/smali/util/
H A DClassFileNameHandler.java154 private static int utf8Length(String str) { in utf8Length() method in ClassFileNameHandler
155 int utf8Length = 0; in utf8Length() local
165 private static int utf8Length(int codePoint) { in utf8Length() method in ClassFileNameHandler
266 int utf8Length = utf8Length(elementName); in getNormalizedName() local
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DUtf8.java52 int utf8Length = utf16Length; in encodedLength() local
81 int utf8Length = 0; in encodedLengthGeneral() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DUtf8.java52 int utf8Length = utf16Length; in encodedLength() local
81 int utf8Length = 0; in encodedLengthGeneral() local
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A DUtf8Safe.java46 int utf8Length = utf16Length; in computeEncodedLength() local
75 int utf8Length = 0; in encodedLengthGeneral() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/base/
H A DUtf8Test.java96 int utf8Length = 0; in testEncodedLength_validStrings2() local
106 assertEquals(repro.toString(), utf8Length, Utf8.encodedLength(sb)); in testEncodedLength_validStrings2() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/base/
H A DUtf8Test.java96 int utf8Length = 0; in testEncodedLength_validStrings2() local
106 assertEquals(repro.toString(), utf8Length, Utf8.encodedLength(sb)); in testEncodedLength_validStrings2() local
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/android/tools/smali/smali-util/3.0.3/
HDsmali-util-3.0.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/libchrome/mojo/public/js/lib/
H A Dunicode.js44 function utf8Length(str) { function
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/
H A DStringMutatorFactory.java146 Optional<WithUtf8Length> utf8Length = in tryCreate() local
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dunisetspan.h127 int32_t utf8Length; variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/
H A Dunisetspan.h127 int32_t utf8Length; variable
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dunisetspan.h127 int32_t utf8Length; variable
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dunisetspan.h127 int32_t utf8Length; variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/
H A Dunisetspan.h127 int32_t utf8Length; variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/
H A Dunisetspan.h127 int32_t utf8Length; variable
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/
H A Dunisetspan.h127 int32_t utf8Length; variable
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dconvtest.h48 int32_t utf8Length; member
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dconvtest.h48 int32_t utf8Length; member
/aosp_15_r20/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DCodedOutputByteBufferNano.java341 int utf8Length = utf16Length; in encodedLength() local
370 int utf8Length = 0; in encodedLengthGeneral() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp90 int32_t utf8Length; member in UTrie2PerfTest
/aosp_15_r20/external/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp90 int32_t utf8Length; member in UTrie2PerfTest
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUtf8.java243 int utf8Length = utf16Length; in encodedLength() local
272 int utf8Length = 0; in encodedLengthGeneral() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUtf8.java243 int utf8Length = utf16Length; in encodedLength() local
272 int utf8Length = 0; in encodedLengthGeneral() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/utfperf/
H A Dutfperf.cpp42 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable

12345678910>>...26