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

/external/llvm/lib/Support/
H A DConvertUTFWrapper.cpp20 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, argument
22 assert(WideCharWidth == 1 || WideCharWidth == 2 || WideCharWidth == 4);
25 if (WideCharWidth == 1) {
34 } else if (WideCharWidth == 2) {
47 } else if (WideCharWidth == 4) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DConvertUTFWrapper.cpp20 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, argument
22 assert(WideCharWidth == 1 || WideCharWidth == 2 || WideCharWidth == 4);
25 if (WideCharWidth == 1) {
34 } else if (WideCharWidth == 2) {
47 } else if (WideCharWidth == 4) {
/external/llvm/include/llvm/Support/
H A DConvertUTF.h193 * WideCharWidth. The converted data is written to ResultPtr, which needs to
194 * point to at least WideCharWidth * (Source.Size() + 1) bytes. On success,
200 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DConvertUTF.h189 * WideCharWidth. The converted data is written to ResultPtr, which needs to
190 * point to at least WideCharWidth * (Source.Size() + 1) bytes. On success,
196 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source,

Completed in 308 milliseconds