Home
last modified time | relevance | path

Searched refs:foldCharSimple (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicode.h62 int foldCharSimple(int C);
/src/contrib/llvm-project/llvm/lib/Support/
H A DDJB.cpp57 return sys::unicode::foldCharSimple(C); in foldCharDwarf()
H A DUnicodeCaseFold.cpp16 int llvm::sys::unicode::foldCharSimple(int C) { in foldCharSimple() function in llvm::sys::unicode