Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dunistr.c76 static int use_utf8 = 1; /* use UTF-8 encoding for file names */ variable
930 if (use_utf8) in ntfs_ucstombs()
1044 if (use_utf8)
1645 use_utf8 = 0;
1648 use_utf8 = 1;
1651 use_utf8 = 0;
1654 use_utf8 = 1;
/third_party/python/Python/
Dfileutils.c600 int use_utf8 = (Py_UTF8Mode == 1); in _Py_DecodeLocaleEx() local
602 use_utf8 |= !Py_LegacyWindowsFSEncodingFlag; in _Py_DecodeLocaleEx()
604 if (use_utf8) { in _Py_DecodeLocaleEx()
792 int use_utf8 = (Py_UTF8Mode == 1); in encode_locale_ex() local
794 use_utf8 |= !Py_LegacyWindowsFSEncodingFlag; in encode_locale_ex()
796 if (use_utf8) { in encode_locale_ex()