Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtIcuPrivate Namespace Reference

Enumerations

enum class  CaseConversion : bool { Upper , Lower , Upper , Lower }
enum class  CaseConversion : bool { Upper , Lower , Upper , Lower }

Functions

static bool qt_u_strToCase (const QString &str, QString *out, const char *localeID, CaseConversion conv)

Enumeration Type Documentation

◆ CaseConversion [1/2]

enum class QtIcuPrivate::CaseConversion : bool
strong
Enumerator
Upper 
Lower 
Upper 
Lower 

Definition at line 20 of file qlocale_icu.cpp.

◆ CaseConversion [2/2]

enum class QtIcuPrivate::CaseConversion : bool
strong
Enumerator
Upper 
Lower 
Upper 
Lower 

Definition at line 20 of file qlocale_icu.cpp.

Function Documentation

◆ qt_u_strToCase()

bool QtIcuPrivate::qt_u_strToCase ( const QString & str,
QString * out,
const char * localeID,
CaseConversion conv )
static

Definition at line 22 of file qlocale_icu.cpp.

References Lower, and Upper.