Home
last modified time | relevance | path

Searched refs:gdbcs (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dunicode.hpp45 extern SupportDBCS gdbcs;
47 inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);} in charnext()
48 inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));} in strlend()
49 inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):str… in strchrd()
50 inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):s… in strrchrd()
51 inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); els… in copychrd()
52 inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} in IsDBCSMode()
53 inline void InitDBCS() {gdbcs.Init();} in InitDBCS()
H A Dunicode.cpp523 SupportDBCS gdbcs; variable
/dports/archivers/unrar/unrar/
H A Dunicode.hpp47 extern SupportDBCS gdbcs;
49 inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);} in charnext()
50 inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));} in strlend()
51 inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):str… in strchrd()
52 inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):s… in strrchrd()
53 inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); els… in copychrd()
54 inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} in IsDBCSMode()
55 inline void InitDBCS() {gdbcs.Init();} in InitDBCS()
H A Dunicode.cpp579 SupportDBCS gdbcs; variable
/dports/archivers/unrar-iconv/unrar/
H A Dunicode.hpp47 extern SupportDBCS gdbcs;
49 inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);} in charnext()
50 inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));} in strlend()
51 inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):str… in strchrd()
52 inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):s… in strrchrd()
53 inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); els… in copychrd()
54 inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} in IsDBCSMode()
55 inline void InitDBCS() {gdbcs.Init();} in InitDBCS()
H A Dunicode.cpp579 SupportDBCS gdbcs; variable
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dunicode.hpp47 extern SupportDBCS gdbcs;
49 inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);} in charnext()
50 inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));} in strlend()
51 inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):str… in strchrd()
52 inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):s… in strrchrd()
53 inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); els… in copychrd()
54 inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} in IsDBCSMode()
55 inline void InitDBCS() {gdbcs.Init();} in InitDBCS()
H A Dunicode.cpp579 SupportDBCS gdbcs; variable
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/rar/
H A Dunicode.hpp71 extern SupportDBCS gdbcs;
73 inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);} in charnext()
74 inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));} in strlend()
75 inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):str… in strchrd()
76 inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):s… in strrchrd()
77 inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); els… in copychrd()
78 inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} in IsDBCSMode()
79 inline void InitDBCS() {gdbcs.Init();} in InitDBCS()
H A Dunicode.cpp326 SupportDBCS gdbcs; variable
/dports/archivers/libunrar6/unrar/
H A Dunicode.hpp47 extern SupportDBCS gdbcs;
49 inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);} in charnext()
50 inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));} in strlend()
51 inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):str… in strchrd()
52 inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):s… in strrchrd()
53 inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); els… in copychrd()
54 inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} in IsDBCSMode()
55 inline void InitDBCS() {gdbcs.Init();} in InitDBCS()
H A Dunicode.cpp579 SupportDBCS gdbcs; variable
/dports/security/clamav/clamav-0.104.2/libclamunrar/
H A Dunicode.hpp47 extern SupportDBCS gdbcs;
49 inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);} in charnext()
50 inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));} in strlend()
51 inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):str… in strchrd()
52 inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):s… in strrchrd()
53 inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); els… in copychrd()
54 inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} in IsDBCSMode()
55 inline void InitDBCS() {gdbcs.Init();} in InitDBCS()
H A Dunicode.cpp579 SupportDBCS gdbcs; variable
/dports/security/clamav-lts/clamav-0.103.5/libclamunrar/
H A Dunicode.hpp47 extern SupportDBCS gdbcs;
49 inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);} in charnext()
50 inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));} in strlend()
51 inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):str… in strchrd()
52 inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):s… in strrchrd()
53 inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); els… in copychrd()
54 inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} in IsDBCSMode()
55 inline void InitDBCS() {gdbcs.Init();} in InitDBCS()
H A Dunicode.cpp578 SupportDBCS gdbcs; variable
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/unrar/
H A Dunicode.hpp71 extern SupportDBCS gdbcs;
73 inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);} in charnext()
74 inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));} in strlend()
75 inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):str… in strchrd()
76 inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):s… in strrchrd()
77 inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); els… in copychrd()
78 inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} in IsDBCSMode()
79 inline void InitDBCS() {gdbcs.Init();} in InitDBCS()
H A Dunicode.cpp323 SupportDBCS gdbcs; variable
/dports/security/hashcat/hashcat-6.2.5/deps/unrar/
H A Dunicode.hpp47 extern SupportDBCS gdbcs;
49 inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);} in charnext()
50 inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));} in strlend()
51 inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):str… in strchrd()
52 inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):s… in strrchrd()
53 inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); els… in copychrd()
54 inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} in IsDBCSMode()
55 inline void InitDBCS() {gdbcs.Init();} in InitDBCS()
/dports/graphics/comical/comical-0.8/unrar/
H A Dunicode.hpp63 extern SupportDBCS gdbcs;
65 inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);} in charnext()
66 inline uint strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));} in strlend()
67 inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):str… in strchrd()
68 inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):s… in strrchrd()
69 inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); els… in copychrd()
70 inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} in IsDBCSMode()
71 inline void InitDBCS() {gdbcs.Init();} in InitDBCS()
H A Dunicode.cpp375 SupportDBCS gdbcs; variable
/dports/archivers/libunrar/unrar/
H A Dunicode.hpp64 extern SupportDBCS gdbcs;
66 inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);} in charnext()
67 inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));} in strlend()
68 inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):str… in strchrd()
69 inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):s… in strrchrd()
70 inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); els… in copychrd()
71 inline bool IsDBCSMode() {return(gdbcs.DBCSMode);} in IsDBCSMode()
72 inline void InitDBCS() {gdbcs.Init();} in InitDBCS()
H A Dunicode.cpp438 SupportDBCS gdbcs; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/patches/
H A Dchromium_changes2.patch75 -SupportDBCS gdbcs;
107 -extern SupportDBCS gdbcs;
109 -inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);}
110 -inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));}
111 -inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):st…
112 -inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):…
113 -inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); el…
114 -inline bool IsDBCSMode() {return(gdbcs.DBCSMode);}
115 -inline void InitDBCS() {gdbcs.Init();}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/unrar/patches/
H A Dchromium_changes2.patch75 -SupportDBCS gdbcs;
107 -extern SupportDBCS gdbcs;
109 -inline char* charnext(const char *s) {return (char *)(gdbcs.DBCSMode ? gdbcs.charnext(s):s+1);}
110 -inline size_t strlend(const char *s) {return (uint)(gdbcs.DBCSMode ? gdbcs.strlend(s):strlen(s));}
111 -inline char* strchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strchrd(s,c):st…
112 -inline char* strrchrd(const char *s, int c) {return (char *)(gdbcs.DBCSMode ? gdbcs.strrchrd(s,c):…
113 -inline void copychrd(char *dest,const char *src) {if (gdbcs.DBCSMode) gdbcs.copychrd(dest,src); el…
114 -inline bool IsDBCSMode() {return(gdbcs.DBCSMode);}
115 -inline void InitDBCS() {gdbcs.Init();}

12