Home
last modified time | relevance | path

Searched refs:utf8_char_width (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/net/gnu-dico/dico-2.10/lib/
H A Dutf8.c1510 utf8_char_width(const char *ch) in utf8_char_width() function
1530 while (*s && (n = utf8_char_width(s)) != 0) { in utf8_strlen()
1547 n = utf8_char_width(itr->curptr); in utf8_iter0()
1742 ts.len = len ? len : utf8_char_width(r); in utf8_mbtowc()
1752 utf8_mbtowc(&wa, a, utf8_char_width(a)); in utf8_symcmp()
1753 utf8_mbtowc(&wb, b, utf8_char_width(b)); in utf8_symcmp()
1766 utf8_mbtowc(&wa, a, utf8_char_width(a)); in urf8_symcasecmp()
1767 utf8_mbtowc(&wb, b, utf8_char_width(b)); in urf8_symcasecmp()
1791 alen = utf8_char_width(a); in utf8_compare()
1805 blen = utf8_char_width(b); in utf8_compare()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/cesu8-1.1.0/src/
H A Dlib.rs94 use unicode::utf8_char_width;
271 let w = utf8_char_width(first); in decode_from_iter()
397 let w = utf8_char_width(b); in to_cesu8_internal()
425 if utf8_char_width(b) > 3 { return false; } in is_valid_cesu8()
H A Dunicode.rs35 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/cesu8-1.1.0/src/
H A Dlib.rs94 use unicode::utf8_char_width;
271 let w = utf8_char_width(first); in decode_from_iter()
397 let w = utf8_char_width(b); in to_cesu8_internal()
425 if utf8_char_width(b) > 3 { return false; } in is_valid_cesu8()
H A Dunicode.rs35 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
/dports/devel/texlab/texlab-3.3.0/cargo-crates/cesu8-1.1.0/src/
H A Dlib.rs94 use unicode::utf8_char_width;
271 let w = utf8_char_width(first); in decode_from_iter()
397 let w = utf8_char_width(b); in to_cesu8_internal()
425 if utf8_char_width(b) > 3 { return false; } in is_valid_cesu8()
H A Dunicode.rs35 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cesu8-1.1.0/src/
H A Dlib.rs94 use unicode::utf8_char_width;
271 let w = utf8_char_width(first); in decode_from_iter()
397 let w = utf8_char_width(b); in to_cesu8_internal()
425 if utf8_char_width(b) > 3 { return false; } in is_valid_cesu8()
H A Dunicode.rs35 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cesu8-1.1.0/src/
H A Dlib.rs94 use unicode::utf8_char_width;
271 let w = utf8_char_width(first); in decode_from_iter()
397 let w = utf8_char_width(b); in to_cesu8_internal()
425 if utf8_char_width(b) > 3 { return false; } in is_valid_cesu8()
H A Dunicode.rs35 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/cesu8-1.1.0/src/
H A Dlib.rs94 use unicode::utf8_char_width;
271 let w = utf8_char_width(first); in decode_from_iter()
397 let w = utf8_char_width(b); in to_cesu8_internal()
425 if utf8_char_width(b) > 3 { return false; } in is_valid_cesu8()
H A Dunicode.rs35 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
/dports/www/firefox/firefox-99.0/third_party/rust/unix_path/src/
H A Dlossy.rs28 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
89 let w = utf8_char_width(byte); in next()
/dports/lang/rust/rustc-1.58.1-src/vendor/minifier/src/json/read/
H A Dbyte_to_char.rs50 let width = utf8_char_width(first_byte); in next()
79 fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
/dports/chinese/cconv/cconv-0.6.3/
H A Dcconv.c362 if((i_proc = utf8_char_width(const_bin_c_str(ps_inbuf))) > *inleft) in cconv_utf8()
412 nwidth = utf8_char_width(const_bin_c_str(inbytes+wwidth)); in find_keyword()
420 *length = utf8_char_width(const_bin_c_str(inbytes)); in find_keyword()
448 nwidth = utf8_char_width(const_bin_c_str(inbytes+width)); in binary_find()
458 nwidth = utf8_char_width(const_bin_c_str(inbytes+width)); in binary_find()
H A Dunicode.h16 extern int utf8_char_width (const unsigned char* w);
/dports/www/firefox/firefox-99.0/third_party/rust/unix_str/src/
H A Dlossy.rs28 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
90 let w = utf8_char_width(byte); in next()
/dports/lang/rust/rustc-1.58.1-src/library/core/src/str/
H A Dlossy.rs6 use super::validations::utf8_char_width;
74 let w = utf8_char_width(byte); in next()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/mir/
H A Dissue-66930.rs7 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/bumpalo/src/collections/str/
H A Dmod.rs40 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/bumpalo-2.4.3/src/collections/str/
H A Dmod.rs40 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
/dports/graphics/rx/rx-0.4.0/cargo-crates/bumpalo-2.6.0/src/collections/str/
H A Dmod.rs40 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/windows/
H A Dstdio.rs12 use core::str::utf8_char_width;
99 let char_width = utf8_char_width(incomplete_utf8.bytes[0]); in write()
132 let first_byte_char_width = utf8_char_width(data[0]); in write()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/bumpalo-3.8.0/src/collections/str/
H A Dmod.rs41 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function

1234567