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

Function IsDBCSMode

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

Source from the content-addressed store, hash-verified

52inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):strrchr(s,c));}
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected