Searched refs:key16 (Results 1 – 1 of 1) sorted by relevance
87 const String16 key16(parser_.getElementName(&len)); in name() local88 return String8(key16).c_str(); in name()139 const auto key16 = parser_.getAttributeName(index, &key_len); in GetAttributeValue() local140 return key16 && name16.size() == key_len && name16 == key16; in GetAttributeValue()