Home
last modified time | relevance | path

Searched defs: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()
/third_party/boost/libs/locale/src/std/
Dstd_backend.cpp83 bool use_utf8 = ! use_ansi_encoding_; in prepare_data() local
/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/boost/libs/wave/test/testwave/
Dtestwave_app.cpp449 std::string use_utf8; in test_a_file() local
/third_party/ntfs-3g/libntfs-3g/
Dunistr.c76 static int use_utf8 = 1; /* use UTF-8 encoding for file names */ variable