OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf16ToUtf8
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/tools/aapt2/compile/
Pseudolocalizer_test.cpp
31
std::string result = util::
utf16ToUtf8
(
43
std::string result = util::
utf16ToUtf8
(pseudo.start() +
224
ASSERT_EQ(StringPiece("?é??ö, world!"), util::
utf16ToUtf8
(result));
/frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp
174
pbItem->set_comment(util::
utf16ToUtf8
(item.getComment()));
223
pbPackage->set_package_name(util::
utf16ToUtf8
(package->name));
230
pbType->set_name(util::
utf16ToUtf8
(toString(type->type)));
237
pbEntry->set_name(util::
utf16ToUtf8
(entry->name));
244
pbStatus->set_comment(util::
utf16ToUtf8
(entry->symbolStatus.comment));
257
pbValue->set_comment(util::
utf16ToUtf8
(configValue->value->getComment()));
278
pbFile->set_resource_name(util::
utf16ToUtf8
(file.name.toString()));
284
pbSymbol->set_resource_name(util::
utf16ToUtf8
(exported.name.toString()));
/frameworks/base/tools/aapt2/java/
ManifestClassGenerator.cpp
76
util::
utf16ToUtf8
(result.value()), util::
utf16ToUtf8
(attr->value));
AnnotationProcessor.cpp
55
std::string utf8Line = util::
utf16ToUtf8
(line);
JavaClassGenerator.cpp
64
std::string output = util::
utf16ToUtf8
(symbol);
512
util::
utf16ToUtf8
(toString(type->type)), ClassQualifier::Static,
548
if (!ClassDefinition::writeJavaFile(&rClass, util::
utf16ToUtf8
(outPackageName),
JavaClassGenerator_test.cpp
288
EXPECT_NE(std::string::npos, actual.find(util::
utf16ToUtf8
(attr.getComment())));
289
EXPECT_NE(std::string::npos, actual.find(util::
utf16ToUtf8
(styleable.getComment())));
/frameworks/base/tools/aapt2/link/
TableMerger.cpp
70
io::IFile* f = collection->findFile(util::
utf16ToUtf8
(*oldFile->path));
115
io::IFile* f = collection->findFile(util::
utf16ToUtf8
(*oldFile->path));
Link.cpp
455
fileOp.dstPath = util::
utf16ToUtf8
(*fileRef->path);
732
file::appendPath(&outPath, file::packageToPath(util::
utf16ToUtf8
(outPackage)));
786
const std::string packageUtf8 = util::
utf16ToUtf8
(mContext->getCompilationPackage());
[
all
...]
/frameworks/base/tools/aapt2/util/
Util.h
209
std::string
utf16ToUtf8
(const StringPiece16& utf8);
Util.cpp
437
std::string
utf16ToUtf8
(const StringPiece16& utf16) {
/frameworks/base/tools/aapt2/
StringPool.cpp
323
std::string encoded = util::
utf16ToUtf8
(entry->value);
ResourceParser.cpp
277
parsedResource.product = util::
utf16ToUtf8
(maybeProduct.value());
[
all
...]
Completed in 258 milliseconds