Searched refs:IsQuoteChar (Results 1 – 3 of 3) sorted by relevance
367 int IsQuoteChar(const char* s) { in IsQuoteChar() function395 if(IsQuoteChar(ptr)) in is_quote()400 while (*ptr && !IsQuoteChar(ptr) && in is_quote()405 if ((ptr < endptr) && IsQuoteChar(ptr)) in is_quote()452 if (IsQuoteChar(ptr) || (*ptr == CR) || !*ptr) in is_quote2()534 if(IsQuoteChar(&buf[i])) in quotecolor()581 while (!IsQuoteChar(lp)) lp++; in GetQuotestr()582 while (IsQuoteChar(lp)) lp++; in GetQuotestr()
463 int IsQuoteChar(const char* s);
799 if(not IsQuoteChar(ptr)) { in TemplateToText() local802 if(IsQuoteChar(ptr)) in TemplateToText()