ISLEman
Public Member Functions | List of all members
QUtf16Encoder Class Reference
Inheritance diagram for QUtf16Encoder:
QTextEncoder

Public Member Functions

QCString fromUnicode (const QString &uc, int &len_in_out)
 
- Public Member Functions inherited from QTextEncoder
virtual ~QTextEncoder ()
 

Member Function Documentation

§ fromUnicode()

QCString QUtf16Encoder::fromUnicode ( const QString uc,
int &  lenInOut 
)
inlinevirtual

Converts lenInOut characters (not bytes) from uc, producing a QCString. lenInOut will also be set to the length of the result (in bytes).

The encoder is free to record state to use when subsequent calls are made to this function (for example, it might change modes with escape sequences if needed during the encoding of one string, then assume that mode applies when a subsequent call begins).

Implements QTextEncoder.


The documentation for this class was generated from the following file: