9#include "unicode/uloc.h"
10#include "unicode/ustring.h"
14typedef int32_t (*
Ptr_u_strToCase)(UChar *dest, int32_t destCapacity,
const UChar *
src, int32_t srcLength,
const char *locale, UErrorCode *pErrorCode);
25 UErrorCode status = U_ZERO_ERROR;
31 if (U_FAILURE(status) && status != U_BUFFER_OVERFLOW_ERROR)
40 status = U_ZERO_ERROR;
45 if (U_FAILURE(status))
\macro QT_RESTRICTED_CAST_FROM_ASCII
const QChar * constData() const
Returns a pointer to the data stored in the QString.
qsizetype size() const
Returns the number of characters in this string.
Combined button and popup list for selecting options.
constexpr Initialization Uninitialized
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)
static bool qt_u_strToCase(const QString &str, QString *out, const char *localeID, Ptr_u_strToCase caseFunc)
GLenum GLuint GLintptr GLsizeiptr size
[1]
QTextStream out(stdout)
[7]