Home
last modified time | relevance | path

Searched refs:utf8 (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-rc/
H A Dcodepage.test1 ; RUN: llvm-rc -no-preprocess /C 65001 /FO %t.utf8.res -- %p/Inputs/utf8.rc
2 ; RUN: llvm-readobj %t.utf8.res | FileCheck %s --check-prefix=UTF8
3 ; RUN: llvm-windres --no-preprocess -c 65001 %p/Inputs/utf8.rc %t.utf8.res
4 ; RUN: llvm-readobj %t.utf8.res | FileCheck %s --check-prefix=UTF8
5 ; RUN: llvm-windres --no-preprocess --codepage 65001 %p/Inputs/utf8.rc %t.utf8.res
6 ; RUN: llvm-readobj %t.utf8.res | FileCheck %s --check-prefix=UTF8
7 ; RUN: llvm-windres --no-preprocess --codepage 0xfde9 %p/Inputs/utf8.rc %t.utf8.res
8 ; RUN: llvm-readobj %t.utf8.res | FileCheck %s --check-prefix=UTF8
27 ; RUN: not llvm-rc -no-preprocess /C 65001 /FO %t.utf8-escape-narrow.res -- %p/Inputs/utf8-escape-n…
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Ddiff-encodings.txt5 # RUN: diff -u diff-in.utf8 diff-in.bin && false || true
6 # RUN: diff -u diff-in.bin diff-in.utf8 && false || true
11 # RUN: cat diff-in.bin | diff -u diff-in.utf8 - && false || true
12 # RUN: cat diff-in.bin | diff -u - diff-in.utf8 && false || true
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DConvertUTF.h318 std::error_code UTF8ToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16);
320 std::error_code CurCPToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16);
322 SmallVectorImpl<char> &utf8);
325 SmallVectorImpl<char> &utf8);
/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_extended_grapheme_cluster_test.py42 utf8 = 0
53 result.breaks_utf8.append(utf8)
75 utf8 += c.encode().__len__()
/llvm-project-15.0.7/llvm/test/Other/
H A DResponseFile.ll13 ; RUN: llvm-as @%S/Inputs/utf8-response > /dev/null
14 ; RUN: llvm-as @%S/Inputs/utf8-bom-response > /dev/null
/llvm-project-15.0.7/openmp/runtime/doc/doxygen/
H A Dheader.tex32 \usepackage[utf8]{inputenc}
40 \lstset{language=C++,inputencoding=utf8,basicstyle=\footnotesize,breaklines=true,breakatwhitespace=…
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/DWARF/x86/
H A DDW_TAG_basic_type_DW_ATE_UTF_nonC.ll11 ; __gshared string utf8 = "Hello";
51 !1 = distinct !DIGlobalVariable(name: "utf8", linkageName: "_D8utftypes4utf8Aya", scope: !2, file: …
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_string_printing.cpp86 void utf8() { in utf8() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp67 auto utf8 = str.AsUTF8(); in As() local
68 if (!utf8) in As()
69 return utf8.takeError(); in As()
70 return std::string(utf8.get()); in As()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.cpp717 EncodedCharacter utf8{ in Hollerith() local
719 for (int j{0}; j < utf8.bytes; ++j) { in Hollerith()
720 EmitChar(tokens, utf8.buffer[j]); in Hollerith()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/
H A Dclang-doc-default-stylesheet.css557 …background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' …
565 …background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' …
763 …background: no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='…
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc1528 std::error_code UTF8ToUTF16(llvm::StringRef utf8,
1530 return CodePageToUTF16(CP_UTF8, utf8, utf16);
1571 llvm::SmallVectorImpl<char> &utf8) {
1572 return UTF16ToCodePage(CP_UTF8, utf16, utf16_len, utf8);
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td117 "invalid UTF-8 in comment">, InGroup<DiagGroup<"invalid-utf8">>;
/llvm-project-15.0.7/clang/docs/
H A DReleaseNotes.rst323 - Added ``-Winvalid-utf8`` which diagnoses invalid UTF-8 code unit sequences in