Searched refs:need_quote (Results 1 – 1 of 1) sorted by relevance
1586 int need_quote = quote || len == 0; variable1593 if( !need_quote && !isalnum(c) && c != '_' && c != ' ' && c != '-' &&1595 need_quote = 1;1617 if( !need_quote && (isdigit(str[0]) ||1619 need_quote = 1;1621 if( need_quote )1624 data = buf + !need_quote;2526 int need_quote = quote || len == 0; in icvXMLWriteString() local2572 need_quote = 1; in icvXMLWriteString()2576 if( !need_quote && (isdigit(str[0]) || in icvXMLWriteString()[all …]