Searched refs:xmlValue (Results 1 – 2 of 2) sorted by relevance
187 internal fun parseReference(xmlValue: String, rFilePackage: String): ResReference? { in parseReference()188 val matchEntire = RESOURCE_REGEX.matchEntire(xmlValue) ?: return null in parseReference()
35 xmlChar *xmlValue = xmlGetProp(cur, (const xmlChar*)attribute); in getXmlAttribute() local36 if (xmlValue == NULL) { in getXmlAttribute()39 string value((const char*)xmlValue); in getXmlAttribute()40 xmlFree(xmlValue); in getXmlAttribute()