Searched refs:StyledString (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.h26 std::unique_ptr<StyledString> pseudolocalizeStyledString(StyledString* string,
H A DPseudolocaleGenerator.cpp27 std::unique_ptr<StyledString> pseudolocalizeStyledString(StyledString* string,
110 std::unique_ptr<StyledString> localizedString = util::make_unique<StyledString>(
179 void visit(StyledString* string) override {
H A DPseudolocaleGenerator_test.cpp34 std::unique_ptr<StyledString> newString = pseudolocalizeStyledString(
35 util::make_unique<StyledString>(pool.makeRef(originalStyle)).get(),
56 util::make_unique<StyledString>(pool.makeRef(originalStyle)).get(),
/frameworks/base/tools/aapt2/
H A DResourceValues.h209 struct StyledString : public BaseItem<StyledString> { struct in namespace:aapt
212 StyledString(const StringPool::StyleRef& ref);
220 StyledString* clone(StringPool* newPool) const override;
H A DResourceValues.cpp147 StyledString::StyledString(const StringPool::StyleRef& ref) : value(ref), mTranslateable(true) { function in class:aapt::StyledString
150 void StyledString::setTranslateable(bool val) {
154 bool StyledString::isTranslateable() const {
158 bool StyledString::flatten(android::Res_value* outValue) const {
168 StyledString* StyledString::clone(StringPool* newPool) const {
169 StyledString* str = new StyledString(newPool->makeRef(value));
175 void StyledString
[all...]
H A DValueVisitor.h36 virtual void visit(StyledString* value) { visitItem(value); }
H A DResourceParser.cpp490 // This can only be a StyledString.
491 return util::make_unique<StyledString>(
570 } else if (StyledString* stringValue = valueCast<StyledString>(outResource->value.get())) {
/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer.cpp57 void visit(StyledString* str) override {
H A DTableProtoDeserializer.cpp195 return util::make_unique<StyledString>(
/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp406 return util::make_unique<StyledString>(mTable->stringPool.makeRef(

Completed in 408 milliseconds