Searched refs:utf8 (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/ |
| H A D | codepage.test | 1 ; 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 D | diff-encodings.txt | 5 # 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 D | ConvertUTF.h | 318 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 D | generate_extended_grapheme_cluster_test.py | 42 utf8 = 0 53 result.breaks_utf8.append(utf8) 75 utf8 += c.encode().__len__()
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | ResponseFile.ll | 13 ; 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 D | header.tex | 32 \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 D | DW_TAG_basic_type_DW_ATE_UTF_nonC.ll | 11 ; __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 D | temp_arg_string_printing.cpp | 86 void utf8() { in utf8() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 67 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 D | prescan.cpp | 717 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 D | clang-doc-default-stylesheet.css | 557 …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 D | Path.inc | 1528 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 D | DiagnosticLexKinds.td | 117 "invalid UTF-8 in comment">, InGroup<DiagGroup<"invalid-utf8">>;
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ReleaseNotes.rst | 323 - Added ``-Winvalid-utf8`` which diagnoses invalid UTF-8 code unit sequences in
|