Searched refs:currentCharSet (Results 1 – 1 of 1) sorted by relevance
293 CharSet currentCharSet = pUseMe->GetCharSet(); in ReadChars() local294 if (RTL_TEXTENCODING_UCS2 != currentCharSet) in ReadChars()296 if( currentCharSet == RTL_TEXTENCODING_DONTKNOW ) in ReadChars()297 currentCharSet = RTL_TEXTENCODING_ASCII_US; in ReadChars()298 hConverter = rtl_createTextToUnicodeConverter( currentCharSet ); in ReadChars()307 rInput.StartReadingUnicodeText( currentCharSet ); in ReadChars()
Completed in 6 milliseconds