Home
last modified time | relevance | path

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

12

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DStringCodec.java18 private static final Charset UTF8 = Charset.forName("UTF8"); field in StringCodec
DStandardMessageCodec.java94 private static final Charset UTF8 = Charset.forName("UTF8"); field in StandardMessageCodec
/third_party/re2/re2/testing/
Dexhaustive_test.cc31 TEST(EgrepLiterals, UTF8) { in TEST() argument
Dexhaustive3_test.cc35 static std::string UTF8(Rune r) { in UTF8() function
Dstring_generator_test.cc98 TEST(StringGenerator, UTF8) { in TEST() argument
Dre2_test.cc429 TEST(QuoteMeta, UTF8) { in TEST() argument
1073 TEST(RE2, UTF8) { in TEST() argument
/third_party/node/test/parallel/
Dtest-http2-createwritereq.js27 'UTF8': 'utf8' // Should fall through to Buffer.from property
/third_party/skia/tools/sk_app/unix/
DWindow_unix.cpp328 Atom UTF8 = XInternAtom(fDisplay, "UTF8_STRING", 0), in handleEvent() local
463 Atom UTF8 = XInternAtom(fDisplay, "UTF8_STRING", 0), in getClipboardText() local
/third_party/grpc/third_party/upb/upb/
Ddecode_fast.h85 #define UTF8(card, tagbytes) \ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DConvertUTF.h111 typedef unsigned char UTF8; /* typically 8 bits */ typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DConvertUTF.h111 typedef unsigned char UTF8; /* typically 8 bits */ typedef
/third_party/node/deps/icu-small/source/common/
Dunisetspan.h43 UTF8 = 4, enumerator
/third_party/skia/third_party/externals/icu/source/common/
Dunisetspan.h43 UTF8 = 4, enumerator
/third_party/icu/icu4c/source/common/
Dunisetspan.h43 UTF8 = 4, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunisetspan.h43 UTF8 = 4, enumerator
/third_party/cef/tests/ceftests/
Dstring_unittest.cc15 TEST(StringTest, UTF8) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp190 std::string UTF8; in makeDuplicateResourceError() local
199 std::string UTF8; in makeDuplicateResourceError() local
216 std::string UTF8; in printStringOrID() local
/third_party/re2/util/
Dpcre.h206 UTF8 = 0x0800, // == PCRE_UTF8 enumerator
/third_party/python/Lib/email/
Dheader.py32 UTF8 = Charset('utf-8') variable
/third_party/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp493 enum {UTF16LE, UTF16BE, UTF8} fEncoding; enumerator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DXCldrStub.java380 public static final Charset UTF8 = Charset.forName("utf-8"); field in XCldrStub.FileUtilities
/third_party/node/src/
Dnode.h680 UTF8, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_split_test.cc686 TEST(Split, UTF8) { in TEST() argument
/third_party/abseil-cpp/absl/strings/
Dstr_split_test.cc664 TEST(Split, UTF8) { in TEST() argument
/third_party/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1228 enum {UTF16LE, UTF16BE, UTF8} fEncoding; enumerator

12