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

  /frameworks/base/tools/aapt2/
ResourceUtils.h 70 bool tryParseAttributeReference(const StringPiece16& str, ResourceNameRef* outReference);
ResourceUtils.cpp 143 bool tryParseAttributeReference(const StringPiece16& str, ResourceNameRef* outRef) {
177 return tryParseAttributeReference(str, nullptr);
246 if (tryParseAttributeReference(str, &ref)) {

Completed in 43 milliseconds