Home
last modified time | relevance | path

Searched refs:tryParseAttributeReference (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceParser.h63 static bool tryParseAttributeReference(const StringPiece16& str,
DResourceParser.cpp87 bool ResourceParser::tryParseAttributeReference(const StringPiece16& str, in tryParseAttributeReference() function in aapt::ResourceParser
187 if (tryParseAttributeReference(str, &ref)) { in tryParseReference()