Searched refs:BEGIN_STRING (Results 1 – 2 of 2) sorted by relevance
217 TokenType t = (string_open_ == 0) ? GetNextTokenType() : BEGIN_STRING; in RunParser()275 case BEGIN_STRING: in ParseValue()647 if (type == BEGIN_STRING) { in ParseEntry()851 if (*data == '\"' || *data == '\'') return BEGIN_STRING; in GetNextTokenType()
97 BEGIN_STRING, // " or ' enumerator