Home
last modified time | relevance | path

Searched refs:removeGroupSeparators (Results 1 – 5 of 5) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/tools/
H A Dqlocale_tools_p.h112 bool removeGroupSeparators(QLocalePrivate::CharBuff *num);
H A Dqlocale_tools.cpp188 bool removeGroupSeparators(QLocalePrivate::CharBuff *num) in removeGroupSeparators() function
H A Dqlocale.cpp2866 && !removeGroupSeparators(result)) in numberToCLocale()
/dports/devel/qmake/qt-x11-free-3.3.8/src/tools/
H A Dqlocale_p.h113 bool removeGroupSeparators(QString &num_str) const;
H A Dqlocale.cpp3507 bool QLocalePrivate::removeGroupSeparators(QString &num_str) const in removeGroupSeparators() function in QLocalePrivate
3642 && !removeGroupSeparators(l_num)) in numberToCLocale()