Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 25 of 72) sorted by relevance

123

/llvm-project/libcxx/utils/data/unicode/
H A DREADME.txt7 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 Dunicode-function-name.test1 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 Dgtest-filepath.cc253 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 DLocale.cpp10 return llvm::sys::unicode::columnWidthUTF8(Text); in columnWidth()
14 return llvm::sys::unicode::isPrintable(UCS); in isPrint()
H A DFormattedStream.cpp31 int Width = sys::unicode::columnWidthUTF8(CP); in UpdatePosition()
32 if (Width != sys::unicode::ErrorNonPrintableCharacter) in UpdatePosition()
H A DUnicodeNameToCodepointGenerated.cpp70 namespace unicode { namespace
H A DUnicode.cpp20 namespace unicode { namespace
H A DDJB.cpp57 return sys::unicode::foldCharSimple(C); in foldCharDwarf()
/llvm-project/clang/test/Analysis/diagnostics/
H A Dsarif-multi-diagnostic-test.c33 int unicode(void) { in unicode() function
43 unicode(); in main()
/llvm-project/lldb/examples/summaries/cocoa/
H A DCFString.py188 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 DStyles.rst36 .. |sect| unicode:: U+00A7
37 .. |hellip| unicode:: U+2026
/llvm-project/openmp/runtime/doc/doxygen/
H A Dheader.tex21 unicode
28 unicode
/llvm-project/lld/test/ELF/
H A Dformat-binary.test47 # 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 Drm-unicode-0.txt1 # Check removing unicode
/llvm-project/llvm/include/llvm/Support/
H A DUnicode.h25 namespace unicode {
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dmisleading-bidirectional.rst6 Warn about unterminated bidirectional unicode sequence, detecting potential attack
/llvm-project/llvm/test/YAMLParser/
H A Dspec-02-17.test3 unicode: "Sosa did fine.\u263A"
/llvm-project/llvm/test/tools/llvm-ar/
H A Dmri-nonascii.test7 ## decode it to unicode. The filename in the redirection below will then
/llvm-project/clang/lib/Format/
H A DEncoding.h46 int ContentWidth = llvm::sys::unicode::columnWidthUTF8(Text); in columnWidth()
/llvm-project/llvm/docs/AMDGPU/
H A DAMDGPUAsmGFX1013.rst47 .. |---| unicode:: U+02014 .. em dash
H A DAMDGPUAsmGFX904.rst47 .. |---| unicode:: U+02014 .. em dash
H A DAMDGPUAsmGFX900.rst47 .. |---| unicode:: U+02014 .. em dash
/llvm-project/llvm/test/tools/llvm-objdump/ELF/ARM/
H A Ddebug-vars-dwarf4.s38 ## 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 DDiagnosticDocs.inc51 .. |nbsp| unicode:: 0xA0
/llvm-project/clang/tools/scan-build-py/tests/unit/
H A Dtest_clang.py51 string_type = unicode if sys.version_info < (3,) else str

123