MCPcopy Create free account
hub / github.com/BYVoid/uchardet / nsCodingStateMachine

Method nsCodingStateMachine

src/nsCodingStateMachine.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60class nsCodingStateMachine {
61public:
62 nsCodingStateMachine(const SMModel* sm) : mModel(sm) { mCurrentState = eStart; }
63 nsSMState NextState(char c){
64 //for each byte we get its class , if it is first byte, we also get byte length
65 PRUint32 byteCls = GETCLASS(c);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected