Home
last modified time | relevance | path

Searched refs:get_encoding (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Objects/
Dfileobject.c466 get_encoding(PyStdPrinter_Object *self, void *closure) in get_encoding() function
473 {"encoding", (getter)get_encoding, NULL, "Encoding of the file"},
/external/antlr/runtime/Cpp/include/
Dantlr3input.hpp154 ANTLR_UINT32 get_encoding() const;
Dantlr3input.inl188 ANTLR_INLINE ANTLR_UINT32 InputStream<ImplTraits>::get_encoding() const function in InputStream
/external/f2fs-tools/fsck/
Ddir.c124 namehash = f2fs_dentry_hash(get_encoding(sbi), IS_CASEFOLDED(&dir->i), in find_in_level()
228 f2fs_hash_t dentry_hash = f2fs_dentry_hash(get_encoding(sbi), in f2fs_add_link()
Df2fs.h645 static inline int get_encoding(struct f2fs_sb_info *sbi) in get_encoding() function
Dfsck.c1447 if (f2fs_check_hash_code(get_encoding(sbi), casefolded, dentry, name, len, enc_name)) in __chk_dots_dentries()
1586 if (f2fs_check_hash_code(get_encoding(sbi), casefolded, dentry + i, name, name_len, enc_name)) in __chk_dentries()