Searched refs:atStr (Results 1 – 7 of 7) sorted by relevance
74 String atStr = line.substring(0, colonAt).trim(); in parse() local76 int alleged = Integer.parseInt(atStr, 16); in parse()79 atStr); in parse()
232 familyName->set(fFamilyNames->atStr(index)); in onGetFamilyName()236 return this->onMatchFamily(fFamilyNames->atStr(index)); in onCreateStyleSet()
78 familyName->set(fFamilyNames->atStr(index)); in onGetFamilyName()
57 const char* atStr(int index) const { in atStr() function
87 const char* s = table->atStr(i); in test_vartable()113 const char* s = table->atStr(i); in test_tablebuilder()
618 familyName->set(fFamilyNames->atStr(index)); in onGetFamilyName()622 return this->onMatchFamily(fFamilyNames->atStr(index)); in onCreateStyleSet()
451 string atStr = string(m_curPtr, 80); in parseError() local452 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()