Searched refs:indexStr (Results 1 – 3 of 3) sorted by relevance
263 String indexStr = parser.getAttributeValue(null, ATTR_INDEX); in readFont() local264 int index = indexStr == null ? 0 : Integer.parseInt(indexStr); in readFont()
176 XmlCharUniquePtr indexStr(xmlGetProp(fontNode, INDEX_ATTR_NAME)); in copyFont() local177 out->mCollectionIndex = indexStr ? in copyFont()178 strtol(reinterpret_cast<const char*>(indexStr.get()), nullptr, 10) : 0; in copyFont()
280 std::string indexStr; in getColorIndexArray() local281 if (!base::ReadFileToString(path, &indexStr)) { in getColorIndexArray()290 if (!std::regex_match(indexStr, results, indexPattern)) { in getColorIndexArray()