Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DAnnotationProcessor.cpp55 std::string utf8Line = util::utf16ToUtf8(line); in appendComment() local
56 appendCommentLine(utf8Line); in appendComment()
65 std::string utf8Line = line.toString(); in appendComment() local
66 appendCommentLine(utf8Line); in appendComment()