Searched refs:bQuoted (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp1976 bool bQuoted = !str.empty() && str[0] == '"'; local
1978 for ( size_t n = bQuoted ? 1 : 0; n < str.Len(); n++ ) {
2003 if ( str[n] != wxT('"') || !bQuoted )

Completed in 30 milliseconds