Home
last modified time | relevance | path

Searched refs:get_all_locales (Results 1 – 20 of 20) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/editor/io_plugins/
H A Deditor_translation_import_plugin.cpp88 Vector<String> langs = TranslationServer::get_all_locales(); in _choose_file()
181 String il = TranslationServer::get_all_locales()[items[i]->get_range(1)]; in popup_import()
196 Vector<String> locs = TranslationServer::get_all_locales(); in popup_import()
232 String locale = TranslationServer::get_all_locales()[items[i]->get_range(1)]; in _import()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/io_plugins/
H A Deditor_translation_import_plugin.cpp88 Vector<String> langs = TranslationServer::get_all_locales(); in _choose_file()
181 String il = TranslationServer::get_all_locales()[items[i]->get_range(1)]; in popup_import()
196 Vector<String> locs = TranslationServer::get_all_locales(); in popup_import()
232 String locale = TranslationServer::get_all_locales()[items[i]->get_range(1)]; in _import()
/dports/textproc/scim/scim-1.4.9/src/
H A Dscim_backend.cpp108 String get_all_locales () const in get_all_locales() function in scim::BackEndBase::BackEndBaseImpl
326 BackEndBase::get_all_locales () const in get_all_locales() function in scim::BackEndBase
328 return m_impl->get_all_locales (); in get_all_locales()
H A Dscim_backend.h82 String get_all_locales () const;
H A Dscim_frontend.h226 String get_all_locales () const;
H A Dscim_frontend.cpp333 FrontEndBase::get_all_locales () const in get_all_locales() function in scim::FrontEndBase
335 return m_impl->m_backend->get_all_locales (); in get_all_locales()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dtranslation.h99 static Vector<String> get_all_locales();
H A Dtranslation.cpp753 Vector<String> TranslationServer::get_all_locales() { in get_all_locales() function in TranslationServer
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dtranslation.h99 static Vector<String> get_all_locales();
H A Dtranslation.cpp753 Vector<String> TranslationServer::get_all_locales() { in get_all_locales() function in TranslationServer
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dtranslation.h104 static Vector<String> get_all_locales();
H A Dtranslation.cpp1010 Vector<String> TranslationServer::get_all_locales() { in get_all_locales() function in TranslationServer
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dtranslation.h104 static Vector<String> get_all_locales();
H A Dtranslation.cpp1010 Vector<String> TranslationServer::get_all_locales() { in get_all_locales() function in TranslationServer
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dproject_settings.cpp938 Vector<String> langs = TranslationServer::get_all_locales(); in _translation_res_option_changed()
1065 Vector<String> langs = TranslationServer::get_all_locales(); in _update_translations()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dproject_settings.cpp938 Vector<String> langs = TranslationServer::get_all_locales(); in _translation_res_option_changed()
1065 Vector<String> langs = TranslationServer::get_all_locales(); in _update_translations()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgnome-desktop-3.0.vapi16 public static string[] get_all_locales ();
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dproject_settings_editor.cpp1314 Vector<String> langs = TranslationServer::get_all_locales(); in _translation_res_option_changed()
1509 Vector<String> langs = TranslationServer::get_all_locales(); in _update_translations()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dproject_settings_editor.cpp1314 Vector<String> langs = TranslationServer::get_all_locales(); in _translation_res_option_changed()
1509 Vector<String> langs = TranslationServer::get_all_locales(); in _update_translations()
/dports/textproc/scim/scim-1.4.9/modules/FrontEnd/
H A Dscim_x11_frontend.cpp504 scim_split_string_list (all_locales, get_all_locales (), ','); in get_supported_locales()