Searched refs:get_encoding (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Objects/ |
D | fileobject.c | 466 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/ |
D | antlr3input.hpp | 154 ANTLR_UINT32 get_encoding() const;
|
D | antlr3input.inl | 188 ANTLR_INLINE ANTLR_UINT32 InputStream<ImplTraits>::get_encoding() const function in InputStream
|
/external/f2fs-tools/fsck/ |
D | dir.c | 124 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()
|
D | f2fs.h | 645 static inline int get_encoding(struct f2fs_sb_info *sbi) in get_encoding() function
|
D | fsck.c | 1447 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()
|