Searched refs:utf8Line (Results 1 – 1 of 1) sorted by relevance
55 std::string utf8Line = util::utf16ToUtf8(line); in appendComment() local56 appendCommentLine(utf8Line); in appendComment()65 std::string utf8Line = line.toString(); in appendComment() local66 appendCommentLine(utf8Line); in appendComment()