Home
last modified time | relevance | path

Searched defs:read_codepoint (Results 1 – 9 of 9) sorted by relevance

/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/src/
H A Dmochiutf8.erl49 read_codepoint(Bin = <<2#0:1, C:7, Rest/binary>>) -> function
53 read_codepoint(Bin = <<2#110:3, B1:5, function
62 read_codepoint(Bin = <<2#1110:4, B2:4, function
73 read_codepoint(Bin = <<2#11110:5, B3:3, function
/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochiutf8.erl67 read_codepoint(Bin = <<2#0:1, C:7, Rest/binary>>) -> function
71 read_codepoint(Bin = <<2#110:3, B1:5, function
80 read_codepoint(Bin = <<2#1110:4, B2:4, function
91 read_codepoint(Bin = <<2#11110:5, B3:3, function
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Dmochiutf8.erl67 read_codepoint(Bin = <<2#0:1, C:7, Rest/binary>>) -> function
71 read_codepoint(Bin = <<2#110:3, B1:5, function
80 read_codepoint(Bin = <<2#1110:4, B2:4, function
91 read_codepoint(Bin = <<2#11110:5, B3:3, function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochiutf8.erl67 read_codepoint(Bin = <<2#0:1, C:7, Rest/binary>>) -> function
71 read_codepoint(Bin = <<2#110:3, B1:5, function
80 read_codepoint(Bin = <<2#1110:4, B2:4, function
91 read_codepoint(Bin = <<2#11110:5, B3:3, function
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dutf8.hh48 Codepoint read_codepoint(Iterator& it, const Sentinel& end) in read_codepoint() function
/dports/textproc/py-mwparserfromhell/mwparserfromhell-0.6.3/src/mwparserfromhell/parser/ctokenizer/
H A Dtok_support.c431 read_codepoint(TokenizerInput *text, Py_ssize_t index) in read_codepoint() function
/dports/dns/dog/dog-0.1.0/cargo-crates/json-0.12.4/src/
H A Dparser.rs453 fn read_codepoint(&mut self) -> Result<()> { in read_codepoint() method
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/json-0.12.4/src/
H A Dparser.rs453 fn read_codepoint(&mut self) -> Result<()> { in read_codepoint() method
/dports/lang/rust/rustc-1.58.1-src/vendor/json/src/
H A Dparser.rs453 fn read_codepoint(&mut self) -> Result<()> { in read_codepoint() method