Home
last modified time | relevance | path

Searched refs:SupportDBCS (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/src/
H A Dunicode.hpp31 class SupportDBCS class
34 SupportDBCS();
36 static SupportDBCS& GetInstance();
48 …line char* charnext(const char *s) {return (char *)(SupportDBCS::GetInstance().DBCSMode ? SupportD… in charnext()
49 inline size_t strlend(const char *s) {return (uint)(SupportDBCS::GetInstance().DBCSMode ? SupportDB… in strlend()
50 …har* strchrd(const char *s, int c) {return (char *)(SupportDBCS::GetInstance().DBCSMode ? SupportD… in strchrd()
51 …ar* strrchrd(const char *s, int c) {return (char *)(SupportDBCS::GetInstance().DBCSMode ? SupportD… in strrchrd()
52 …line void copychrd(char *dest,const char *src) {if (SupportDBCS::GetInstance().DBCSMode) SupportDB… in copychrd()
53 inline bool IsDBCSMode() {return(SupportDBCS::GetInstance().DBCSMode);} in IsDBCSMode()
54 inline void InitDBCS() {SupportDBCS::GetInstance().Init();} in InitDBCS()
H A Dunicode.cpp573 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
579 void SupportDBCS::Init() in Init()
589 SupportDBCS& SupportDBCS::GetInstance() { in GetInstance()
590 static SupportDBCS supportDBCS; in GetInstance()
594 char* SupportDBCS::charnext(const char *s) in charnext()
603 size_t SupportDBCS::strlend(const char *s) in strlend()
618 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
632 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
640 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/unrar/src/
H A Dunicode.hpp31 class SupportDBCS class
34 SupportDBCS();
36 static SupportDBCS& GetInstance();
48 …line char* charnext(const char *s) {return (char *)(SupportDBCS::GetInstance().DBCSMode ? SupportD… in charnext()
49 inline size_t strlend(const char *s) {return (uint)(SupportDBCS::GetInstance().DBCSMode ? SupportDB… in strlend()
50 …har* strchrd(const char *s, int c) {return (char *)(SupportDBCS::GetInstance().DBCSMode ? SupportD… in strchrd()
51 …ar* strrchrd(const char *s, int c) {return (char *)(SupportDBCS::GetInstance().DBCSMode ? SupportD… in strrchrd()
52 …line void copychrd(char *dest,const char *src) {if (SupportDBCS::GetInstance().DBCSMode) SupportDB… in copychrd()
53 inline bool IsDBCSMode() {return(SupportDBCS::GetInstance().DBCSMode);} in IsDBCSMode()
54 inline void InitDBCS() {SupportDBCS::GetInstance().Init();} in InitDBCS()
H A Dunicode.cpp573 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
579 void SupportDBCS::Init() in Init()
589 SupportDBCS& SupportDBCS::GetInstance() { in GetInstance()
590 static SupportDBCS supportDBCS; in GetInstance()
594 char* SupportDBCS::charnext(const char *s) in charnext()
603 size_t SupportDBCS::strlend(const char *s) in strlend()
618 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
632 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
640 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/unrar/patches/
H A Dchromium_changes2.patch75 -SupportDBCS gdbcs;
77 SupportDBCS::SupportDBCS()
79 @@ -586,6 +585,11 @@ void SupportDBCS::Init()
84 +SupportDBCS& SupportDBCS::GetInstance() {
85 + static SupportDBCS supportDBCS;
89 char* SupportDBCS::charnext(const char *s)
95 @@ -33,6 +33,7 @@ class SupportDBCS
97 SupportDBCS();
99 + static SupportDBCS& GetInstance();
103 @@ -44,15 +45,13 @@ class SupportDBCS
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/unrar/patches/
H A Dchromium_changes2.patch75 -SupportDBCS gdbcs;
77 SupportDBCS::SupportDBCS()
79 @@ -586,6 +585,11 @@ void SupportDBCS::Init()
84 +SupportDBCS& SupportDBCS::GetInstance() {
85 + static SupportDBCS supportDBCS;
89 char* SupportDBCS::charnext(const char *s)
95 @@ -33,6 +33,7 @@ class SupportDBCS
97 SupportDBCS();
99 + static SupportDBCS& GetInstance();
103 @@ -44,15 +45,13 @@ class SupportDBCS
[all …]
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/rar/
H A Dunicode.cpp326 SupportDBCS gdbcs;
328 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
334 void SupportDBCS::Init() in Init()
344 char* SupportDBCS::charnext(const char *s) in charnext()
353 size_t SupportDBCS::strlend(const char *s) in strlend()
368 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
382 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
390 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
H A Dunicode.hpp55 class SupportDBCS class
58 SupportDBCS();
71 extern SupportDBCS gdbcs;
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/unrar/
H A Dunicode.cpp323 SupportDBCS gdbcs;
325 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
331 void SupportDBCS::Init() in Init()
341 char* SupportDBCS::charnext(const char *s) in charnext()
350 size_t SupportDBCS::strlend(const char *s) in strlend()
365 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
379 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
387 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
/dports/graphics/comical/comical-0.8/unrar/
H A Dunicode.cpp375 SupportDBCS gdbcs;
377 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
383 void SupportDBCS::Init() in Init()
393 char* SupportDBCS::charnext(const char *s) in charnext()
399 uint SupportDBCS::strlend(const char *s) in strlend()
414 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
428 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
436 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
/dports/archivers/libunrar/unrar/
H A Dunicode.cpp438 SupportDBCS gdbcs;
440 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
446 void SupportDBCS::Init() in Init()
456 char* SupportDBCS::charnext(const char *s) in charnext()
462 size_t SupportDBCS::strlend(const char *s) in strlend()
477 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
491 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
499 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/unrarsrc-5.2.5/unrar/
H A Dunicode.cpp523 SupportDBCS gdbcs;
525 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
531 void SupportDBCS::Init() in Init()
541 char* SupportDBCS::charnext(const char *s) in charnext()
550 size_t SupportDBCS::strlend(const char *s) in strlend()
565 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
579 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
587 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
H A Dunicode.hpp29 class SupportDBCS class
32 SupportDBCS();
45 extern SupportDBCS gdbcs;
/dports/archivers/unrar-iconv/unrar/
H A Dunicode.cpp579 SupportDBCS gdbcs;
581 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
587 void SupportDBCS::Init() in Init()
597 char* SupportDBCS::charnext(const char *s) in charnext()
606 size_t SupportDBCS::strlend(const char *s) in strlend()
621 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
635 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
643 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
H A Dunicode.hpp31 class SupportDBCS class
34 SupportDBCS();
47 extern SupportDBCS gdbcs;
/dports/archivers/pecl-rar/rar-4.2.0/unrar/
H A Dunicode.cpp579 SupportDBCS gdbcs;
581 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
587 void SupportDBCS::Init() in Init()
597 char* SupportDBCS::charnext(const char *s) in charnext()
606 size_t SupportDBCS::strlend(const char *s) in strlend()
621 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
635 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
643 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
H A Dunicode.hpp31 class SupportDBCS class
34 SupportDBCS();
47 extern SupportDBCS gdbcs;
/dports/archivers/unrar/unrar/
H A Dunicode.cpp579 SupportDBCS gdbcs;
581 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
587 void SupportDBCS::Init() in Init()
597 char* SupportDBCS::charnext(const char *s) in charnext()
606 size_t SupportDBCS::strlend(const char *s) in strlend()
621 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
635 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
643 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
H A Dunicode.hpp31 class SupportDBCS class
34 SupportDBCS();
47 extern SupportDBCS gdbcs;
/dports/archivers/libunrar6/unrar/
H A Dunicode.cpp579 SupportDBCS gdbcs;
581 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
587 void SupportDBCS::Init() in Init()
597 char* SupportDBCS::charnext(const char *s) in charnext()
606 size_t SupportDBCS::strlend(const char *s) in strlend()
621 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
635 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
643 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
H A Dunicode.hpp31 class SupportDBCS class
34 SupportDBCS();
47 extern SupportDBCS gdbcs;
/dports/security/clamav-lts/clamav-0.103.5/libclamunrar/
H A Dunicode.cpp578 SupportDBCS gdbcs;
580 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
586 void SupportDBCS::Init() in Init()
596 char* SupportDBCS::charnext(const char *s) in charnext()
605 size_t SupportDBCS::strlend(const char *s) in strlend()
620 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
634 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
642 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
/dports/security/clamav/clamav-0.104.2/libclamunrar/
H A Dunicode.cpp579 SupportDBCS gdbcs;
581 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
587 void SupportDBCS::Init() in Init()
597 char* SupportDBCS::charnext(const char *s) in charnext()
606 size_t SupportDBCS::strlend(const char *s) in strlend()
621 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
635 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
643 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()
H A Dunicode.hpp31 class SupportDBCS class
34 SupportDBCS();
47 extern SupportDBCS gdbcs;
/dports/security/hashcat/hashcat-6.2.5/deps/unrar/
H A Dunicode.cpp579 SupportDBCS gdbcs;
581 SupportDBCS::SupportDBCS() in SupportDBCS() function in SupportDBCS
587 void SupportDBCS::Init() in Init()
597 char* SupportDBCS::charnext(const char *s) in charnext()
606 size_t SupportDBCS::strlend(const char *s) in strlend()
621 char* SupportDBCS::strchrd(const char *s, int c) in strchrd()
635 void SupportDBCS::copychrd(char *dest,const char *src) in copychrd()
643 char* SupportDBCS::strrchrd(const char *s, int c) in strrchrd()

12