HomeSort by relevance Sort by last modified time
    Searched refs:parsePlural (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.h 80 std::unique_ptr<Plural> parsePlural(const ResourceNameRef& name,
BinaryResourceParser.cpp 456 return parsePlural(name, config, map);
539 std::unique_ptr<Plural> BinaryResourceParser::parsePlural(const ResourceNameRef& name,
  /frameworks/base/tools/aapt2/
ResourceParser.h 100 bool parsePlural(xml::XmlPullParser* parser, ParsedResource* outResource);
ResourceParser.cpp 334 { u"plurals", std::mem_fn(&ResourceParser::parsePlural) },
    [all...]

Completed in 59 milliseconds