Searched refs:sourceLC (Results 1 – 1 of 1) sorted by relevance
3989 std::string sourceLC = _source; in convertInto() local3990 std::transform( sourceLC.begin(), sourceLC.end(), sourceLC.begin(), ::tolower ); in convertInto()3991 …if( sourceLC == "y" || sourceLC == "1" || sourceLC == "true" || sourceLC == "yes" || sourceLC == "… in convertInto()3993 …else if( sourceLC == "n" || sourceLC == "0" || sourceLC == "false" || sourceLC == "no" || sourceLC… in convertInto()