Searched refs:indexStr (Results 1 – 2 of 2) sorted by relevance
118 String indexStr = parser.getAttributeValue(null, "index"); in readFont() local119 int index = indexStr == null ? 0 : Integer.parseInt(indexStr); in readFont()
138 XmlCharUniquePtr indexStr(xmlGetProp(fontNode, INDEX_ATTR_NAME)); in copyFont() local139 out->mCollectionIndex = indexStr ? in copyFont()140 strtol(reinterpret_cast<const char*>(indexStr.get()), nullptr, 10) : 0; in copyFont()