Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfileobject.c457 get_encoding(PyStdPrinter_Object *self, void *closure) in get_encoding() function
464 {"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