Home
last modified time | relevance | path

Searched refs:need_quote (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp1586 int need_quote = quote || len == 0; variable
1593 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() local
2572 need_quote = 1; in icvXMLWriteString()
2576 if( !need_quote && (isdigit(str[0]) || in icvXMLWriteString()
[all …]
/external/opencv3/modules/core/src/
Dpersistence.cpp1640 int need_quote = quote || len == 0; variable
1647 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() local
2521 need_quote = 1; in icvXMLWriteString()
2557 need_quote = 1; in icvXMLWriteString()
[all …]