Searched refs:ST_NAME (Results 1 – 1 of 1) sorted by relevance
1536 enum { ST_NAME, ST_ATT } state; in readAttributes() enumerator1545 state = ST_NAME; in readAttributes()1557 if (state == ST_ATT && (first == std::string::npos || first == 0)) state = ST_NAME; in readAttributes()1563 case ST_NAME: in readAttributes()