Searched refs:WideCharWidth (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Basic/
H A DConvertUTFWrapper.cpp15 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, argument
17 assert(WideCharWidth == 1 || WideCharWidth == 2 || WideCharWidth == 4);
20 if (WideCharWidth == 1) {
29 } else if (WideCharWidth == 2) {
42 } else if (WideCharWidth == 4) {
/external/clang/include/clang/Basic/
H A DConvertUTF.h177 * WideCharWidth. The converted data is written to ResultPtr, which needs to
178 * point to at least WideCharWidth * (Source.Size() + 1) bytes. On success,
184 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source,

Completed in 62 milliseconds