Searched refs:lc_name (Results 1 – 3 of 3) sorted by relevance
50 std::string lc_name = buf; in get_system_locale() local52 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()
62 std::string lc_name = iso_639_lang; in proc() local64 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()
135 std::string lc_name = win_lang; in to_windows_name() local137 lc_name += "_"; in to_windows_name()138 lc_name += win_country; in to_windows_name()141 res.first = lc_name; in to_windows_name()