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

/frameworks/base/tools/aapt2/
H A DResourceUtils.h239 // Specifically, the StringBuilder will handle escaped characters like \t, \n, \\, \', etc.
247 // StringBuilder replaces a series of whitespace with a single space character. This happens at the
261 class StringBuilder { class in namespace:aapt::ResourceUtils
266 // Creates a StringBuilder. If preserve_spaces is true, whitespace removal is not performed, and
268 explicit StringBuilder(bool preserve_spaces = false);
271 StringBuilder& AppendText(const std::string& text);
304 DISALLOW_COPY_AND_ASSIGN(StringBuilder);
H A DResourceUtils.cpp796 StringBuilder::StringBuilder(bool preserve_spaces) function in class:aapt::ResourceUtils::StringBuilder
800 StringBuilder& StringBuilder::AppendText(const std::string& text) {
885 StringBuilder::SpanHandle StringBuilder::StartSpan(const std::string& name) {
899 void StringBuilder::EndSpan(SpanHandle handle) {
909 StringBuilder::UntranslatableHandle StringBuilder::StartUntranslatable() {
920 void StringBuilder
[all...]
/frameworks/support/jetifier/jetifier/source-transformer/
H A DrewriteMake.py5 class StringBuilder(object): class in inherits:object
95 rewriterTextBuilder = StringBuilder()
H A DrewritePackageNames.py26 class StringBuilder(object): class in inherits:object
86 finderTextBuilder = StringBuilder("find")
95 rewriterTextBuilder = StringBuilder()
/frameworks/base/tools/aapt2/util/
H A DUtil.h155 class StringBuilder { class in namespace:aapt
157 StringBuilder() = default;
159 StringBuilder& Append(const android::StringPiece& str);
180 inline const std::string& StringBuilder::ToString() const {
184 inline const std::string& StringBuilder::Error() const {
188 inline bool StringBuilder::IsEmpty() const {
192 inline size_t StringBuilder::Utf16Len() const {
196 inline StringBuilder::operator bool() const {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5558 milliseconds