Home
last modified time | relevance | path

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

/third_party/boost/libs/locale/src/util/
Ddefault_locale.cpp29 std::string get_system_locale(bool use_utf8) in get_system_locale() argument
39 (void)use_utf8; // not relevant for non-windows in get_system_locale()
55 if(!use_utf8) { in get_system_locale()
/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/boost/libs/locale/src/std/
Dstd_backend.cpp83 bool use_utf8 = ! use_ansi_encoding_; in prepare_data() local
84 lid = util::get_system_locale(use_utf8); in prepare_data()
/third_party/python/Python/
Dfileutils.c551 int use_utf8 = (Py_UTF8Mode == 1); in _Py_DecodeLocaleEx() local
553 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() local
745 use_utf8 |= !Py_LegacyWindowsFSEncodingFlag; in encode_locale_ex()
747 if (use_utf8) { in encode_locale_ex()
/third_party/boost/libs/wave/test/testwave/
Dtestwave_app.cpp449 std::string use_utf8; in test_a_file() local
450 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()