Searched refs:use_utf8 (Results 1 – 5 of 5) sorted by relevance
29 std::string get_system_locale(bool use_utf8) in get_system_locale() argument39 (void)use_utf8; // not relevant for non-windows in get_system_locale()55 if(!use_utf8) { in get_system_locale()
76 static int use_utf8 = 1; /* use UTF-8 encoding for file names */ variable930 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;
83 bool use_utf8 = ! use_ansi_encoding_; in prepare_data() local84 lid = util::get_system_locale(use_utf8); in prepare_data()
551 int use_utf8 = (Py_UTF8Mode == 1); in _Py_DecodeLocaleEx() local553 use_utf8 |= !Py_LegacyWindowsFSEncodingFlag; in _Py_DecodeLocaleEx()555 if (use_utf8) { in _Py_DecodeLocaleEx()743 int use_utf8 = (Py_UTF8Mode == 1); in encode_locale_ex() local745 use_utf8 |= !Py_LegacyWindowsFSEncodingFlag; in encode_locale_ex()747 if (use_utf8) { in encode_locale_ex()
449 std::string use_utf8; in test_a_file() local450 extract_special_information(filename, instr, 'U', use_utf8); in test_a_file()451 fs_path_imbue_utf8 to_utf8(use_utf8.substr(0,3) == "yes"); in test_a_file()