Searched refs:need_quote (Results 1 – 2 of 2) 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 …]
1640 int need_quote = quote || len == 0; variable1647 if( !need_quote && !cv_isalnum(c) && c != '_' && c != ' ' && c != '-' &&1649 need_quote = 1;1671 if( !need_quote && (cv_isdigit(str[0]) ||1673 need_quote = 1;1675 if( need_quote )1678 data = buf + !need_quote;2511 int need_quote = quote || len == 0; in icvXMLWriteString() local2521 need_quote = 1; in icvXMLWriteString()2557 need_quote = 1; in icvXMLWriteString()[all …]