Searched defs:WideCharWidth (Results 1 - 1 of 1) 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) {

Completed in 134 milliseconds