Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/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-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc207 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists() local
208 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists()
209 delete [] unicode; in FileOrDirectoryExists()
231 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists() local
232 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
233 delete [] unicode; in DirectoryExists()
321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder() local
322 int result = CreateDirectory(unicode, nullptr) ? 0 : -1; in CreateFolder()
323 delete [] unicode; in CreateFolder()
/llvm-project-15.0.7/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-15.0.7/clang/test/Analysis/diagnostics/
H A Dsarif-multi-diagnostic-test.c33 int unicode(void) { in unicode() function
43 unicode(); in main()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DCFString.py178 if self.explicit and self.unicode:
216 "unicode", str(int(self.unicode)))
237 self.unicode == False and self.special == False and \
240 elif self.unicode:
349 self.unicode = self.is_unicode()
/llvm-project-15.0.7/lldb/third_party/Python/module/six/
H A Dsix.py52 text_type = unicode
666 return unicode(s.replace(r'\\', r'\\\\'), "unicode_escape")
753 isinstance(data, unicode) and
763 if isinstance(sep, unicode):
769 if isinstance(end, unicode):
777 if isinstance(arg, unicode):
781 newline = unicode("\n")
782 space = unicode(" ")
/llvm-project-15.0.7/libcxx/docs/Helpers/
H A DStyles.rst50 .. |sect| unicode:: U+00A7
51 .. |hellip| unicode:: U+2026
/llvm-project-15.0.7/openmp/runtime/doc/doxygen/
H A Dheader.tex21 unicode
28 unicode
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Drm-unicode-0.txt1 # Check removing unicode
/llvm-project-15.0.7/lld/test/ELF/
H A Dformat-binary.test45 # RUN: ld.lld d/£.o --format=binary d/£.o -o unicode
46 # RUN: llvm-nm -p unicode | FileCheck --check-prefix=UNICODE %s
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DUnicode.h25 namespace unicode {
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dmisleading-bidirectional.rst6 Warn about unterminated bidirectional unicode sequence, detecting potential attack
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-02-17.test3 unicode: "Sosa did fine.\u263A"
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dmri-nonascii.test7 ## decode it to unicode. The filename in the redirection below will then
/llvm-project-15.0.7/clang/lib/Format/
H A DEncoding.h47 int ContentWidth = llvm::sys::unicode::columnWidthUTF8(Text); in columnWidth()
/llvm-project-15.0.7/llvm/docs/AMDGPU/
H A DAMDGPUAsmGFX1013.rst47 .. |---| unicode:: U+02014 .. em dash
H A DAMDGPUAsmGFX904.rst47 .. |---| unicode:: U+02014 .. em dash
/llvm-project-15.0.7/clang/test/TableGen/
H A DDiagnosticDocs.inc51 .. |nbsp| unicode:: 0xA0
/llvm-project-15.0.7/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-15.0.7/clang/tools/scan-build-py/tests/unit/
H A Dtest_clang.py51 string_type = unicode if sys.version_info < (3,) else str
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticDocs.td58 .. |nbsp| unicode:: 0xA0

123