Searched refs:_IsUnquotedDelimitingChar (Results 1 – 1 of 1) sorted by relevance
395 while (*fCurrentChar != 0 && !_IsUnquotedDelimitingChar(*fCurrentChar)) in _UnquotedString()405 bool _IsUnquotedDelimitingChar(char c) in _IsUnquotedDelimitingChar() function in Tokenizer