Home
last modified time | relevance | path

Searched refs:other_ascii (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_codecs.py927 other_ascii = ''.join(sorted(set(bytes(range(0x80)).decode()) -
929 self.assertEqual(other_ascii.encode(self.encoding),
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1639 let other_ascii: &[::c_char] = &other.ascii; localVariable
1641 self.ifs_name == other.ifs_name && self_ascii == other_ascii