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