MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / InitDBCS

Function InitDBCS

Libraries/unrar/unicode.hpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); else *dest=*src;}
54inline bool IsDBCSMode() {return(gdbcs.DBCSMode);}
55inline void InitDBCS() {gdbcs.Init();}
56
57#else
58#define charnext(s) ((s)+1)

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected