![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qglobal.h"
#include "qdebug.h"
#include "qlocale_p.h"
#include "qmutex.h"
#include "unicode/uloc.h"
#include "unicode/ustring.h"
Go to the source code of this file.
Namespaces | |
namespace | QtIcuPrivate |
Enumerations | |
enum class | QtIcuPrivate::CaseConversion : bool { QtIcuPrivate::Upper , QtIcuPrivate::Lower , QtIcuPrivate::Upper , QtIcuPrivate::Lower } |
enum class | QtIcuPrivate::CaseConversion : bool { QtIcuPrivate::Upper , QtIcuPrivate::Lower , QtIcuPrivate::Upper , QtIcuPrivate::Lower } |
Functions | |
static bool | QtIcuPrivate::qt_u_strToCase (const QString &str, QString *out, const char *localeID, CaseConversion conv) |
Variables | |
QT_BEGIN_NAMESPACE |
|
Definition at line 15 of file qlocale_icu.cpp.