(31322ff9e3bbdea30334e0a2060a5ae2ae04f680)
#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.
◆ qt_u_strToCase()
◆ Ptr_u_strToCase
QT_BEGIN_NAMESPACE typedef int32_t(* Ptr_u_strToCase)(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) |
( |
UChar * | dest, |
|
|
int32_t | destCapacity, |
|
|
const UChar * | src, |
|
|
int32_t | srcLength, |
|
|
const char * | locale, |
|
|
UErrorCode * | pErrorCode ) |