Home
last modified time | relevance | path

Searched defs:UTF8 (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/DataFormatters/
DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enumerator
25 enum class GetPrintableElementType { ASCII, UTF8 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/DataFormatters/
DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enumerator
25 enum class GetPrintableElementType { ASCII, UTF8 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/DataFormatters/
DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enumerator
25 enum class GetPrintableElementType { ASCII, UTF8 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/DataFormatters/
DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enumerator
25 enum class GetPrintableElementType { ASCII, UTF8 }; enumerator
/aosp_15_r20/external/skia/tools/sk_app/unix/
H A DWindow_unix.cpp344 Atom UTF8 = XInternAtom(fDisplay, "UTF8_STRING", 0), in handleEvent() local
487 Atom UTF8 = XInternAtom(fDisplay, "UTF8_STRING", 0), in getClipboardText() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dapi.rs49 const UTF8: &str = $str; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dapi.rs49 const UTF8: &str = $str; constant
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWindowsResource.cpp190 std::string UTF8; in makeDuplicateResourceError() local
199 std::string UTF8; in makeDuplicateResourceError() local
216 std::string UTF8; in printStringOrID() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DWindowsResource.cpp188 std::string UTF8; in makeDuplicateResourceError() local
197 std::string UTF8; in makeDuplicateResourceError() local
214 std::string UTF8; in printStringOrID() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dapi.rs49 const UTF8: &str = $str; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dapi.rs49 const UTF8: &str = $str; constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dapi.rs49 const UTF8: &str = $str; constant
/aosp_15_r20/external/apache-http/src/org/apache/commons/codec/net/
H A DStringEncodings.java56 String UTF8 = "UTF-8"; field
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dexhaustive_test.cc31 TEST(EgrepLiterals, UTF8) { in TEST() argument
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
H A DZipEncodingHelper.java35 static final String UTF8 = "UTF8"; field in ZipEncodingHelper
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dexhaustive_test.cc31 TEST(EgrepLiterals, UTF8) { in TEST() argument
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dexhaustive_test.cc31 TEST(EgrepLiterals, UTF8) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
H A DRustDemangle.cpp1125 char UTF8[4] = {C}; in decodePunycode() local
1194 char UTF8[4] = {}; in decodePunycode() local
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
H A DJsonEncoding.java19 UTF8("UTF-8", false, 8), // N/A for big-endian, really enumConstant
/aosp_15_r20/external/unicode/
H A DConvertUTF.h92 typedef unsigned char UTF8; /* typically 8 bits */ typedef
/aosp_15_r20/external/google-breakpad/src/common/
H A Dconvert_UTF.h113 typedef unsigned char UTF8; /* typically 8 bits */ typedef
/aosp_15_r20/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeRfc822AddrIdentification.java32 private static final Charset UTF8 = Charset.forName("UTF-8"); field in IkeRfc822AddrIdentification
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
H A DUnicodeReader.java45 private static final Charset UTF8 = StandardCharsets.UTF_8; field in UnicodeReader
/aosp_15_r20/external/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp36 StringRef UTF8(Translated, TranslatedPtr - Translated); in translateCodePointToUTF8() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstring_util.h24 enum class UnicodeEncoding { UTF8, UTF16BE, UTF32BE }; enumerator

12345678910>>...15