Home | History | Annotate | Download | only in aapt2

Lines Matching defs:styleName

1186         std::u16string styleName = resourceName.entry.toString();
1187 size_t pos = styleName.find_last_of(u'.');
1192 style->parent.name.entry = styleName.substr(0, pos);