Home
last modified time | relevance | path

Searched refs:_enc_table (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dcrtxtenc.cpp544 } _enc_table[] = { variable
605 for (int i=0; _enc_table[i].name!=NULL; i++) in CREncodingNameToId()
609 return _enc_table[i].id; in CREncodingNameToId()
629 for (int i=0; _enc_table[i].name!=NULL; i++) in CREncodingIdToName()
631 if ( id == _enc_table[i].id ) in CREncodingIdToName()
633 return _enc_table[i].name; in CREncodingIdToName()
644 for (int i=0; _enc_table[i].name!=NULL; i++) in GetCharsetByte2UnicodeTable()
648 return _enc_table[i].table; in GetCharsetByte2UnicodeTable()
656 for (int i=0; _enc_table[i].name!=NULL; i++) in GetCharsetByte2UnicodeTableById()
658 if ( id==_enc_table[i].id ) in GetCharsetByte2UnicodeTableById()
[all …]
H A Dchmfmt.cpp653 const lChar32 * _enc_table; member in CHMSystem
666 , _enc_table(NULL) in CHMSystem()
700 _enc_table = table; in decodeEntry()
728 if ( _enc_table==NULL ) { in decodeEntry()
747 _enc_table = table; in decodeEntry()
776 if ( _enc_table==NULL ) { in read()
777 _enc_table = GetCharsetByte2UnicodeTable( 1252 ); in read()
803 return ByteToUnicode( str, _enc_table ); in decodeString()