Home | History | Annotate | Download | only in Sema

Lines Matching refs:CharByteWidth

2980 static void ConvertUTF8ToWideString(unsigned CharByteWidth, StringRef Source,
2982 Target.resize(CharByteWidth * (Source.size() + 1));
2985 bool success = ConvertUTF8toWide(CharByteWidth, Source, ResultPtr, ErrorPtr);