Searched refs:indexStr (Results 1 – 3 of 3) sorted by relevance
368 String indexStr = parser.getAttributeValue(null, ATTR_INDEX); in readFont() local369 int index = indexStr == null ? 0 : Integer.parseInt(indexStr); in readFont()
171 XmlCharUniquePtr indexStr(xmlGetProp(fontNode, INDEX_ATTR_NAME)); in copyFont() local172 out->mCollectionIndex = indexStr ? in copyFont()173 strtol(reinterpret_cast<const char*>(indexStr.get()), nullptr, 10) : 0; in copyFont()
324 std::string indexStr; in getColorIndexArray() local325 if (!base::ReadFileToString(path, &indexStr)) { in getColorIndexArray()334 if (!std::regex_match(indexStr, results, indexPattern)) { in getColorIndexArray()