Lines Matching refs:nChars
257 sal_Size nChars = 0; in GetNextChar() local
272 nChars = 1; in GetNextChar()
282 nChars = rtl_convertTextToUnicode( in GetNextChar()
302 nChars = rtl_convertTextToUnicode( in GetNextChar()
312 if( 1 == nChars && 0 == nInfo ) in GetNextChar()
316 else if( 0 != nChars || 0 != nInfo ) in GetNextChar()
322 DBG_ASSERT( 0 == nChars, in GetNextChar()
327 nChars = 1; in GetNextChar()
345 nChars = rtl_convertTextToUnicode( in GetNextChar()
354 if( 1 == nChars && 0 == nInfo ) in GetNextChar()
366 DBG_ASSERT( 0 == nChars, in GetNextChar()
373 nChars = 1; in GetNextChar()
378 else if( 1 == nChars && 0 == nInfo ) in GetNextChar()
385 else if( 0 != nChars || 0 != nInfo ) in GetNextChar()
387 DBG_ASSERT( 0 == nChars, in GetNextChar()
394 nChars = 1; in GetNextChar()
400 while( 0 == nChars && !bErr ); in GetNextChar()