Qt 4.8
|
#include "QtCore/qstring.h"
#include "QtCore/qvarlengtharray.h"
#include "QtCore/qmetatype.h"
#include "qlocale.h"
Go to the source code of this file.
Classes | |
struct | QLocalePrivate |
Functions | |
QString | qt_readEscapedFormatString (const QString &format, int *idx) |
int | qt_repeatCount (const QString &s, int i) |
bool | qt_splitLocaleName (const QString &name, QString &lang, QString &script, QString &cntry) |
Definition at line 387 of file qlocale.cpp.
Referenced by QLocalePrivate::dateTimeToString(), QLocalePrivate::digitToCLocale(), macToQtFormat(), timeFormatContainsAP(), and QSystemLocalePrivate::winToQtFormat().
int qt_repeatCount | ( | const QString & | s, |
int | i | ||
) |
Definition at line 421 of file qlocale.cpp.
Referenced by QLocalePrivate::dateTimeToString(), QLocalePrivate::digitToCLocale(), macToQtFormat(), and QSystemLocalePrivate::winToQtFormat().
Definition at line 302 of file qlocale.cpp.
Referenced by QLocalePrivate::digitToCLocale(), QLocalePrivate::getLangAndCountry(), getMacLocaleName(), and getWinLocaleName().