Home
last modified time | relevance | path

Searched defs:UTF8 (Results 51 – 75 of 2039) sorted by relevance

12345678910>>...82

/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/src_libhashdb/rapidjson/
H A Dencodings.h96 struct UTF8 { struct
97 typedef CharType Ch;
99 enum { supportUnicode = 1 };
102 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()
124 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()
153 static bool Validate(InputStream& is, OutputStream& os) { in Validate()
178 static unsigned char GetRange(unsigned char c) { in GetRange()
197 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()
210 static Ch Take(InputByteStream& is) { in Take()
216 static void PutBOM(OutputByteStream& os) { in PutBOM()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/contrib/rapidjson/include/rapidjson/
H A Dencodings.h96 struct UTF8 { struct
97 typedef CharType Ch;
99 enum { supportUnicode = 1 };
102 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()
124 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()
153 static bool Validate(InputStream& is, OutputStream& os) { in Validate()
178 static unsigned char GetRange(unsigned char c) { in GetRange()
197 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()
210 static Ch Take(InputByteStream& is) { in Take()
216 static void PutBOM(OutputByteStream& os) { in PutBOM()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/third_party/rapidjson/include/rapidjson/
H A Dencodings.h101 struct UTF8 { struct
102 typedef CharType Ch;
104 enum { supportUnicode = 1 };
107 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()
129 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()
158 static bool Validate(InputStream& is, OutputStream& os) { in Validate()
183 static unsigned char GetRange(unsigned char c) { in GetRange()
202 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()
215 static Ch Take(InputByteStream& is) { in Take()
221 static void PutBOM(OutputByteStream& os) { in PutBOM()
[all …]
/dports/math/gap/gap-4.11.0/pkg/profiling-2.2.1/src/rapidjson/
H A Dencodings.h96 struct UTF8 { struct
97 typedef CharType Ch;
99 enum { supportUnicode = 1 };
102 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()
124 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()
153 static bool Validate(InputStream& is, OutputStream& os) { in Validate()
178 static unsigned char GetRange(unsigned char c) { in GetRange()
197 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()
210 static Ch Take(InputByteStream& is) { in Take()
216 static void PutBOM(OutputByteStream& os) { in PutBOM()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/misc/jsonwrapp/rapidjson10/
H A Dencodings.h96 struct UTF8 { struct
97 typedef CharType Ch;
99 enum { supportUnicode = 1 };
102 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()
124 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()
153 static bool Validate(InputStream& is, OutputStream& os) { in Validate()
178 static unsigned char GetRange(unsigned char c) { in GetRange()
197 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()
210 static Ch Take(InputByteStream& is) { in Take()
216 static void PutBOM(OutputByteStream& os) { in PutBOM()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/misc/jsonwrapp/rapidjson10/
H A Dencodings.h96 struct UTF8 { struct
97 typedef CharType Ch;
99 enum { supportUnicode = 1 };
102 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()
124 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()
153 static bool Validate(InputStream& is, OutputStream& os) { in Validate()
178 static unsigned char GetRange(unsigned char c) { in GetRange()
197 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()
210 static Ch Take(InputByteStream& is) { in Take()
216 static void PutBOM(OutputByteStream& os) { in PutBOM()
[all …]
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DGURL.h119 class UTF8; variable
388 class UTF8; variable
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/thirdparty/simpleini/
H A DConvertUTF.h49 typedef uint8_t UTF8; typedef
53 typedef unsigned __int8 UTF8; typedef
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dutf8.h77 UTF8( const char* txt ) : in UTF8() function
87 UTF8( const std::string& o ) : in UTF8() function
93 UTF8() in UTF8() function
/dports/textproc/msort/msort-8.53/
H A Dunicode.h5 typedef unsigned char UTF8; typedef
7 typedef u_int8_t UTF8; /* at least 8 bits */ typedef
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/text-conversions-0.3.1/src/Data/Text/
H A DConversions.hs79 newtype UTF8 a = UTF8 { unUTF8 :: a } function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/text-conversions-0.3.1/src/Data/Text/
H A DConversions.hs79 newtype UTF8 a = UTF8 { unUTF8 :: a } type
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Data/Format/
H A DIniFile.cpp33 while (pos < line.size()) { in UTF8()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Data/Encoding/
H A DUtf8.h32 UTF8(const char *c) : c_(c), index_(0) {} in UTF8() function
33 UTF8(const char *c, int index) : c_(c), index_(index) {} in UTF8() function
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Data/Encoding/
H A DUtf8.h32 UTF8(const char *c) : c_(c), index_(0) {} in UTF8() function
33 UTF8(const char *c, int index) : c_(c), index_(index) {} in UTF8() function
/dports/net-im/fractal/fractal-4.4.0/vendor/tendril/src/
H A Dutf8_decode.rs14 pub fn decode_utf8_lossy<F>(mut self, mut push_utf8: F) -> Option<IncompleteUtf8> in decode_utf8_lossy()
67 where A: Atomicity, F: FnMut(Tendril<fmt::UTF8, A>) { in try_complete()
/dports/lang/rust/rustc-1.58.1-src/vendor/tendril/src/
H A Dutf8_decode.rs14 pub fn decode_utf8_lossy<F>(mut self, mut push_utf8: F) -> Option<IncompleteUtf8> in decode_utf8_lossy()
67 where A: Atomicity, F: FnMut(Tendril<fmt::UTF8, A>) { in try_complete()
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dg-decstr.adb153 UTF8 : declare identifier
315 UTF8 : declare identifier
412 UTF8 : declare identifier
536 UTF8 : declare identifier
732 UTF8 : declare identifier
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dg-decstr.adb153 UTF8 : declare identifier
315 UTF8 : declare identifier
412 UTF8 : declare identifier
536 UTF8 : declare identifier
732 UTF8 : declare identifier
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tendril-0.4.2/src/
H A Dutf8_decode.rs17 pub fn decode_utf8_lossy<F>(mut self, mut push_utf8: F) -> Option<IncompleteUtf8> in decode_utf8_lossy()
83 F: FnMut(Tendril<fmt::UTF8, A>), in try_complete()
/dports/editors/helix/helix-0.5.0/cargo-crates/tendril-0.4.2/src/
H A Dutf8_decode.rs17 pub fn decode_utf8_lossy<F>(mut self, mut push_utf8: F) -> Option<IncompleteUtf8> in decode_utf8_lossy()
83 F: FnMut(Tendril<fmt::UTF8, A>), in try_complete()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/tendril/src/
H A Dutf8_decode.rs17 pub fn decode_utf8_lossy<F>(mut self, mut push_utf8: F) -> Option<IncompleteUtf8> in decode_utf8_lossy()
83 F: FnMut(Tendril<fmt::UTF8, A>), in try_complete()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tendril-0.4.2/src/
H A Dutf8_decode.rs17 pub fn decode_utf8_lossy<F>(mut self, mut push_utf8: F) -> Option<IncompleteUtf8> in decode_utf8_lossy()
83 F: FnMut(Tendril<fmt::UTF8, A>), in try_complete()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/tendril-0.4.2/src/
H A Dutf8_decode.rs17 pub fn decode_utf8_lossy<F>(mut self, mut push_utf8: F) -> Option<IncompleteUtf8> in decode_utf8_lossy()
83 F: FnMut(Tendril<fmt::UTF8, A>), in try_complete()
/dports/www/zola/zola-0.15.2/cargo-crates/tendril-0.4.2/src/
H A Dutf8_decode.rs17 pub fn decode_utf8_lossy<F>(mut self, mut push_utf8: F) -> Option<IncompleteUtf8> in decode_utf8_lossy()
83 F: FnMut(Tendril<fmt::UTF8, A>), in try_complete()

12345678910>>...82