Home
last modified time | relevance | path

Searched refs:lc_name (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/locale/src/util/
Ddefault_locale.cpp50 std::string lc_name = buf; in get_system_locale() local
52 lc_name += "_"; in get_system_locale()
53 lc_name += buf; in get_system_locale()
58 lc_name+=".UTF-8"; in get_system_locale()
60 lc_name +=".windows-"; in get_system_locale()
61 lc_name +=buf; in get_system_locale()
65 lc_name += "UTF-8"; in get_system_locale()
69 lc_name += ".UTF-8"; in get_system_locale()
71 return lc_name; in get_system_locale()
/third_party/boost/libs/locale/src/win32/
Dlcid.cpp62 std::string lc_name = iso_639_lang; in proc() local
64 lc_name += "_"; in proc()
65 lc_name += iso_3166_country; in proc()
67 table_type::iterator p = tbl.find(lc_name); in proc()
73 tbl[lc_name]=lcid; in proc()
/third_party/boost/libs/locale/src/std/
Dstd_backend.cpp135 std::string lc_name = win_lang; in to_windows_name() local
137 lc_name += "_"; in to_windows_name()
138 lc_name += win_country; in to_windows_name()
141 res.first = lc_name; in to_windows_name()