| 76 | } |
| 77 | PRUint32 GetCurrentCharLen(void) {return mCurrentCharLen;} |
| 78 | void Reset(void) {mCurrentState = eStart;} |
| 79 | const char * GetCodingStateMachine() {return mModel->name;} |
| 80 | |
| 81 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected