Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp98 static bool stripQuotes(StringRef &Str, bool &IsLongString) { in stripQuotes() argument
103 IsLongString = Str.startswith_lower("L"); in stripQuotes()
104 if (IsLongString) in stripQuotes()
147 bool &IsLongString, SmallVectorImpl<UTF16> &Result, in processString() argument
149 bool IsString = stripQuotes(Str, IsLongString); in processString()
180 auto AddRes = [&Result, NullHandler, IsLongString](UTF16 Char) -> Error { in processString()
181 if (!IsLongString) { in processString()
194 auto AddEscapedChar = [AddRes, IsLongString, CodePage](UTF16 Char) -> Error { in processString()
195 if (!IsLongString) { in processString()
240 size_t RemainingChars = IsLongString ? 4 : 2; in processString()
[all …]