/dports/net/gnu-dico/dico-2.10/lib/ |
H A D | utf8.c | 1510 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 D | lib.rs | 94 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 D | unicode.rs | 35 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 D | lib.rs | 94 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 D | unicode.rs | 35 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 D | lib.rs | 94 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 D | unicode.rs | 35 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 D | lib.rs | 94 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 D | unicode.rs | 35 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 D | lib.rs | 94 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 D | unicode.rs | 35 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 D | lib.rs | 94 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 D | unicode.rs | 35 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 D | lossy.rs | 28 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 D | byte_to_char.rs | 50 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 D | cconv.c | 362 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 D | unicode.h | 16 extern int utf8_char_width (const unsigned char* w);
|
/dports/www/firefox/firefox-99.0/third_party/rust/unix_str/src/ |
H A D | lossy.rs | 28 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 D | lossy.rs | 6 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 D | issue-66930.rs | 7 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 D | mod.rs | 40 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 D | mod.rs | 40 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 D | mod.rs | 40 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 D | stdio.rs | 12 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 D | mod.rs | 41 pub fn utf8_char_width(b: u8) -> usize { in utf8_char_width() function
|