Searched defs:Utf8Array (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.cpp71 QByteArray Utf8Array = rPat.toUtf8(); local
72 const char *pszPat = !rPat.isEmpty() ? Utf8Array.constData() : NULL;
84 QByteArray Utf8Array = rPat.toUtf8(); local
85 const char *pszPat = !rPat.isEmpty() ? Utf8Array.constData() : NULL;
H A DVBoxDbgConsole.cpp521 QByteArray Utf8Array = rCommand.toUtf8(); local
522 const char *psz = Utf8Array.constData();

Completed in 40 milliseconds