Searched defs:need_quote (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxpersistence.cpp1586 int need_quote = quote || len == 0; local
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; local
2572 need_quote = 1;
2576 if( !need_quote
[all...]

Completed in 66 milliseconds