Searched refs:pMBString (Results 1 – 1 of 1) sorted by relevance
180 char *pMBString; in Preedit_InsertText() local186 pMBString = (char*)alloca( nBytes + 1 ); in Preedit_InsertText()191 pMBString = pInsertText->string.multi_byte; in Preedit_InsertText()192 nMBLength = strlen(pMBString); // xxx in Preedit_InsertText()213 pMBString, nMBLength, in Preedit_InsertText()225 pInsertTextString = (sal_Unicode*)pMBString; in Preedit_InsertText()600 sal_Char* pMBString = NULL; in StatusDrawCallback() local608 pMBString = (sal_Char*)alloca( nBytes+1 ); in StatusDrawCallback()609 nLength = wcstombs( pMBString, pWString, nBytes+1 ); in StatusDrawCallback()616 pMBString = call_data->data.text->string.multi_byte; in StatusDrawCallback()[all …]
Completed in 5 milliseconds