Searched refs:original_bytes (Results 1 – 4 of 4) sorted by relevance
179 size_t original_bytes = bytes; in hash_fn() local209 hash ^= original_bytes; in hash_fn()
173 size_t original_bytes = bytes;203 hash ^= original_bytes;
69 original_bytes = string.encode('utf-8', 'surrogateescape')70 return original_bytes.decode('utf-8', 'replace')
242 original_bytes = string.encode('ascii', 'surrogateescape')243 string = original_bytes.decode('ascii', 'replace')