| /llvm-project/libcxx/utils/data/unicode/ |
| H A D | README.txt | 7 https://www.unicode.org/Public/UCD/latest/ucd/DerivedCoreProperties.txt \ 8 https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakProperty.txt \ 9 https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakTest.txt \ 10 https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt \ 11 https://www.unicode.org/Public/UCD/latest/ucd/extracted/DerivedGeneralCategory.txt \ 12 https://www.unicode.org/Public/UCD/latest/ucd/EastAsianWidth.txt 18 Source: https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakProperty.txt 22 Source: https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt 26 Source: https://www.unicode.org/Public/UCD/latest/ucd/auxiliary/GraphemeBreakTest.txt 30 Source: https://www.unicode.org/Public/UCD/latest/ucd/DerivedCoreProperties.txt [all …]
|
| /llvm-project/llvm/test/tools/opt-viewer/ |
| H A D | unicode-function-name.test | 1 RUN: %opt-viewer -s %p/Inputs/unicode-function-name -o %t %p/Inputs/unicode-function-name/s.opt.yam… 2 RUN: diff %p/Outputs/unicode-function-name/index.html %t/index.html 3 RUN: diff %p/Outputs/unicode-function-name/s.swift.html %t/s.swift.html 7 RUN: %opt-viewer -s %p/Inputs/unicode-function-name -o %t.unused %p/Inputs/unicode-function-name/s.…
|
| /llvm-project/third-party/unittest/googletest/src/ |
| H A D | gtest-filepath.cc | 253 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local 254 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 255 delete[] unicode; in FileOrDirectoryExists() 277 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local 278 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists() 279 delete[] unicode; in DirectoryExists() 354 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local 355 int result = CreateDirectory(unicode, nullptr) ? 0 : -1; in CreateFolder() 356 delete[] unicode; in CreateFolder()
|
| /llvm-project/llvm/lib/Support/ |
| H A D | Locale.cpp | 10 return llvm::sys::unicode::columnWidthUTF8(Text); in columnWidth() 14 return llvm::sys::unicode::isPrintable(UCS); in isPrint()
|
| H A D | FormattedStream.cpp | 31 int Width = sys::unicode::columnWidthUTF8(CP); in UpdatePosition() 32 if (Width != sys::unicode::ErrorNonPrintableCharacter) in UpdatePosition()
|
| H A D | UnicodeNameToCodepointGenerated.cpp | 70 namespace unicode { namespace
|
| H A D | Unicode.cpp | 20 namespace unicode { namespace
|
| H A D | DJB.cpp | 57 return sys::unicode::foldCharSimple(C); in foldCharDwarf()
|
| /llvm-project/clang/test/Analysis/diagnostics/ |
| H A D | sarif-multi-diagnostic-test.c | 33 int unicode(void) { in unicode() function 43 unicode(); in main()
|
| /llvm-project/lldb/examples/summaries/cocoa/ |
| H A D | CFString.py | 188 if self.explicit and self.unicode: 231 "unicode", str(int(self.unicode)) 256 and not self.unicode 261 elif self.unicode: 371 self.unicode = self.is_unicode()
|
| /llvm-project/libcxx/docs/Helpers/ |
| H A D | Styles.rst | 36 .. |sect| unicode:: U+00A7 37 .. |hellip| unicode:: U+2026
|
| /llvm-project/openmp/runtime/doc/doxygen/ |
| H A D | header.tex | 21 unicode 28 unicode
|
| /llvm-project/lld/test/ELF/ |
| H A D | format-binary.test | 47 # RUN: ld.lld d/£.o --format=binary d/£.o -o unicode 48 # RUN: llvm-nm -p unicode | FileCheck --check-prefix=UNICODE %s
|
| /llvm-project/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | rm-unicode-0.txt | 1 # Check removing unicode
|
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | Unicode.h | 25 namespace unicode {
|
| /llvm-project/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | misleading-bidirectional.rst | 6 Warn about unterminated bidirectional unicode sequence, detecting potential attack
|
| /llvm-project/llvm/test/YAMLParser/ |
| H A D | spec-02-17.test | 3 unicode: "Sosa did fine.\u263A"
|
| /llvm-project/llvm/test/tools/llvm-ar/ |
| H A D | mri-nonascii.test | 7 ## decode it to unicode. The filename in the redirection below will then
|
| /llvm-project/clang/lib/Format/ |
| H A D | Encoding.h | 46 int ContentWidth = llvm::sys::unicode::columnWidthUTF8(Text); in columnWidth()
|
| /llvm-project/llvm/docs/AMDGPU/ |
| H A D | AMDGPUAsmGFX1013.rst | 47 .. |---| unicode:: U+02014 .. em dash
|
| H A D | AMDGPUAsmGFX904.rst | 47 .. |---| unicode:: U+02014 .. em dash
|
| H A D | AMDGPUAsmGFX900.rst | 47 .. |---| unicode:: U+02014 .. em dash
|
| /llvm-project/llvm/test/tools/llvm-objdump/ELF/ARM/ |
| H A D | debug-vars-dwarf4.s | 38 ## between unicode and ascii output (with unicode being the default). 39 # RUN: llvm-objdump %t.o -d --debug-vars=unicode | \
|
| /llvm-project/clang/test/TableGen/ |
| H A D | DiagnosticDocs.inc | 51 .. |nbsp| unicode:: 0xA0
|
| /llvm-project/clang/tools/scan-build-py/tests/unit/ |
| H A D | test_clang.py | 51 string_type = unicode if sys.version_info < (3,) else str
|