123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513 |
- #include "nsCodingStateMachine.h"
- static const PRUint32 BIG5_cls [ 256 / 8 ] = {
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,0,0),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,0,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,1),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,0)
- };
- static const PRUint32 BIG5_st [ 3] = {
- PCK4BITS(eError,eStart,eStart, 3,eError,eError,eError,eError),
- PCK4BITS(eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError),
- PCK4BITS(eError,eStart,eStart,eStart,eStart,eStart,eStart,eStart)
- };
- static const PRUint32 Big5CharLenTable[] = {0, 1, 1, 2, 0};
- SMModel const Big5SMModel = {
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, BIG5_cls },
- 5,
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, BIG5_st },
- Big5CharLenTable,
- "BIG5",
- };
- static const PRUint32 EUCJP_cls [ 256 / 8 ] = {
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,5,5),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,5,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(5,5,5,5,5,5,5,5),
- PCK4BITS(5,5,5,5,5,5,1,3),
- PCK4BITS(5,5,5,5,5,5,5,5),
- PCK4BITS(5,5,5,5,5,5,5,5),
- PCK4BITS(5,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(0,0,0,0,0,0,0,0),
- PCK4BITS(0,0,0,0,0,0,0,0),
- PCK4BITS(0,0,0,0,0,0,0,0),
- PCK4BITS(0,0,0,0,0,0,0,5)
- };
- static const PRUint32 EUCJP_st [ 5] = {
- PCK4BITS( 3, 4, 3, 5,eStart,eError,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe),
- PCK4BITS(eItsMe,eItsMe,eStart,eError,eStart,eError,eError,eError),
- PCK4BITS(eError,eError,eStart,eError,eError,eError, 3,eError),
- PCK4BITS( 3,eError,eError,eError,eStart,eStart,eStart,eStart)
- };
- static const PRUint32 EUCJPCharLenTable[] = {2, 2, 2, 3, 1, 0};
- const SMModel EUCJPSMModel = {
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, EUCJP_cls },
- 6,
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, EUCJP_st },
- EUCJPCharLenTable,
- "EUC-JP",
- };
- static const PRUint32 EUCKR_cls [ 256 / 8 ] = {
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,0,0),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,0,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(0,0,0,0,0,0,0,0),
- PCK4BITS(0,0,0,0,0,0,0,0),
- PCK4BITS(0,0,0,0,0,0,0,0),
- PCK4BITS(0,0,0,0,0,0,0,0),
- PCK4BITS(0,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,3,3,3),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,3,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,0)
- };
- static const PRUint32 EUCKR_st [ 2] = {
- PCK4BITS(eError,eStart, 3,eError,eError,eError,eError,eError),
- PCK4BITS(eItsMe,eItsMe,eItsMe,eItsMe,eError,eError,eStart,eStart)
- };
- static const PRUint32 EUCKRCharLenTable[] = {0, 1, 2, 0};
- const SMModel EUCKRSMModel = {
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, EUCKR_cls },
- 4,
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, EUCKR_st },
- EUCKRCharLenTable,
- "EUC-KR",
- };
- static const PRUint32 EUCTW_cls [ 256 / 8 ] = {
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,0,0),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,0,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(0,0,0,0,0,0,0,0),
- PCK4BITS(0,0,0,0,0,0,6,0),
- PCK4BITS(0,0,0,0,0,0,0,0),
- PCK4BITS(0,0,0,0,0,0,0,0),
- PCK4BITS(0,3,4,4,4,4,4,4),
- PCK4BITS(5,5,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,3,1,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,0)
- };
- static const PRUint32 EUCTW_st [ 6] = {
- PCK4BITS(eError,eError,eStart, 3, 3, 3, 4,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eItsMe,eItsMe),
- PCK4BITS(eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,eStart,eError),
- PCK4BITS(eStart,eStart,eStart,eError,eError,eError,eError,eError),
- PCK4BITS( 5,eError,eError,eError,eStart,eError,eStart,eStart),
- PCK4BITS(eStart,eError,eStart,eStart,eStart,eStart,eStart,eStart)
- };
- static const PRUint32 EUCTWCharLenTable[] = {0, 0, 1, 2, 2, 2, 3};
- const SMModel EUCTWSMModel = {
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, EUCTW_cls },
- 7,
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, EUCTW_st },
- EUCTWCharLenTable,
- "EUC-TW",
- };
- static const PRUint32 GB18030_cls [ 256 / 8 ] = {
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,0,0),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,0,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,1,1,1,1,1,1),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,4),
- PCK4BITS(5,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,0)
- };
- static const PRUint32 GB18030_st [ 6] = {
- PCK4BITS(eError,eStart,eStart,eStart,eStart,eStart, 3,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eItsMe,eItsMe),
- PCK4BITS(eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,eError,eStart),
- PCK4BITS( 4,eError,eStart,eStart,eError,eError,eError,eError),
- PCK4BITS(eError,eError, 5,eError,eError,eError,eItsMe,eError),
- PCK4BITS(eError,eError,eStart,eStart,eStart,eStart,eStart,eStart)
- };
- static const PRUint32 GB18030CharLenTable[] = {0, 1, 1, 1, 1, 1, 2};
- const SMModel GB18030SMModel = {
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, GB18030_cls },
- 7,
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, GB18030_st },
- GB18030CharLenTable,
- "GB18030",
- };
- static const PRUint32 SJIS_cls [ 256 / 8 ] = {
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,0,0),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,0,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,1),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(2,2,2,2,2,2,2,2),
- PCK4BITS(3,3,3,3,3,3,3,3),
- PCK4BITS(3,3,3,3,3,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,0,0,0)
- };
- static const PRUint32 SJIS_st [ 3] = {
- PCK4BITS(eError,eStart,eStart, 3,eError,eError,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe),
- PCK4BITS(eItsMe,eItsMe,eError,eError,eStart,eStart,eStart,eStart)
- };
- static const PRUint32 SJISCharLenTable[] = {0, 1, 1, 2, 0, 0};
- const SMModel SJISSMModel = {
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, SJIS_cls },
- 6,
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, SJIS_st },
- SJISCharLenTable,
- "SHIFT_JIS",
- };
- static const PRUint32 UTF8_cls [ 256 / 8 ] = {
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,0,0),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,0,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(1,1,1,1,1,1,1,1),
- PCK4BITS(2,2,2,2,3,3,3,3),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(4,4,4,4,4,4,4,4),
- PCK4BITS(5,5,5,5,5,5,5,5),
- PCK4BITS(5,5,5,5,5,5,5,5),
- PCK4BITS(5,5,5,5,5,5,5,5),
- PCK4BITS(5,5,5,5,5,5,5,5),
- PCK4BITS(0,0,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(6,6,6,6,6,6,6,6),
- PCK4BITS(7,8,8,8,8,8,8,8),
- PCK4BITS(8,8,8,8,8,9,8,8),
- PCK4BITS(10,11,11,11,11,11,11,11),
- PCK4BITS(12,13,13,13,14,15,0,0)
- };
- static const PRUint32 UTF8_st [ 26] = {
- PCK4BITS(eError,eStart,eError,eError,eError,eError, 12, 10),
- PCK4BITS( 9, 11, 8, 7, 6, 5, 4, 3),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eError,eError),
- PCK4BITS(eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe),
- PCK4BITS(eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe),
- PCK4BITS(eError,eError, 5, 5, 5, 5,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eError,eError),
- PCK4BITS(eError,eError,eError, 5, 5, 5,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eError,eError),
- PCK4BITS(eError,eError, 7, 7, 7, 7,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eError,eError),
- PCK4BITS(eError,eError,eError,eError, 7, 7,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eError,eError),
- PCK4BITS(eError,eError, 9, 9, 9, 9,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError, 9,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eError,eError),
- PCK4BITS(eError,eError, 12, 12, 12, 12,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError, 12,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eError,eError),
- PCK4BITS(eError,eError, 12, 12, 12,eError,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eError,eError),
- PCK4BITS(eError,eError,eStart,eStart,eStart,eStart,eError,eError),
- PCK4BITS(eError,eError,eError,eError,eError,eError,eError,eError)
- };
- static const PRUint32 UTF8CharLenTable[] = {0, 1, 0, 0, 0, 0, 2, 3,
- 3, 3, 4, 4, 5, 5, 6, 6 };
- const SMModel UTF8SMModel = {
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, UTF8_cls },
- 16,
- {eIdxSft4bits, eSftMsk4bits, eBitSft4bits, eUnitMsk4bits, UTF8_st },
- UTF8CharLenTable,
- "UTF-8",
- };
|