Home
last modified time | relevance | path

Searched defs:use_utf8 (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dfileutils.c600 int use_utf8 = (Py_UTF8Mode == 1); in _Py_DecodeLocaleEx() local
792 int use_utf8 = (Py_UTF8Mode == 1); in encode_locale_ex() local
/third_party/ntfs-3g/libntfs-3g/
Dunistr.c76 static int use_utf8 = 1; /* use UTF-8 encoding for file names */ variable