Searched refs:currentCharSet (Results 1 – 1 of 1) sorted by relevance
295 CharSet currentCharSet = pUseMe->GetCharSet(); in ReadChars() local296 if (RTL_TEXTENCODING_UCS2 != currentCharSet) in ReadChars()298 if( currentCharSet == RTL_TEXTENCODING_DONTKNOW ) in ReadChars()299 currentCharSet = RTL_TEXTENCODING_ASCII_US; in ReadChars()300 hConverter = rtl_createTextToUnicodeConverter( currentCharSet ); in ReadChars()309 rInput.StartReadingUnicodeText( currentCharSet ); in ReadChars()
Completed in 13 milliseconds