Searched defs:localized (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp34 StyleString localized; local
37 localized.spans.reserve(string->value->spans.size());
39 localized.spans.push_back(Span{ *span.name, span.firstChar, span.lastChar });
47 // Once the new string is localized, these are the pointers to the spans to adjust.
71 iter->updateStart = &localized.spans[i].firstChar;
74 Range{ span.firstChar, &localized.spans[i].firstChar, nullptr });
80 iter->updateEnd = &localized.spans[i].lastChar;
83 Range{ span.lastChar, nullptr, &localized.spans[i].lastChar });
87 localized.str += localizer.start();
98 *ranges[i].updateStart = localized
132 std::unique_ptr<Plural> localized = util::make_unique<Plural>(); variable
152 std::unique_ptr<String> localized = util::make_unique<String>(mPool->makeRef(result)); variable
[all...]

Completed in 63 milliseconds