Home
last modified time | relevance | path

Searched defs:locale_str (Results 1 – 25 of 140) sorted by relevance

123456

/dports/x11/menulibre/menulibre-menulibre-2.2.3/menulibre/
H A DMenulibreXdg.py74 def get_property(self, category, prop_name, locale_str=default_locale): argument
83 def get_named_property(self, group, key, locale_str=None): argument
132 def _get_locale_string(self, group, key, locale_str): argument
147 def _set_locale_string(self, group, key, locale_str, value): argument
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dlocale.c468 struct locale_str { struct
469 struct locale_str *next; /* link list of subfield names at this level */ argument
470 struct locale_str *lower; /* link list of subfield names below this level */ argument
474 static void accumulate(const char **, int, struct locale_str **); argument
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtkgate.h186 struct locale_str { struct
187 const char *l_code; /* Locale code (e.g., en, ja, de, etc.) */
188 const char *l_name; /* Name of the locale (e.g., English, Japanese, German) */
189 const char *l_messages; /* Path of messages file */
191 const char *l_encFont; /* Font family to use (e.g., iso8859-1) */
192 const char *l_encDisplay; /* Encoding for display */
193 const char *l_encMessages; /* Encoding of messages file */
194 const char *l_encVerilog; /* Encoding of verilog save files */
195 const char *l_encPostscript; /* Encoding for postscript files */
/dports/www/mod_php81/php-8.1.1/ext/intl/dateformat/
H A Ddatepatterngenerator_methods.cpp35 char *locale_str; in dtpg_ctor() local
H A Ddateformat_format_object.cpp69 const char *locale_str = NULL; in PHP_FUNCTION() local
/dports/lang/php81/php-8.1.1/ext/intl/dateformat/
H A Ddatepatterngenerator_methods.cpp35 char *locale_str; in dtpg_ctor() local
H A Ddateformat_format_object.cpp69 const char *locale_str = NULL; in PHP_FUNCTION() local
/dports/devel/php81-intl/php-8.1.1/ext/intl/dateformat/
H A Ddatepatterngenerator_methods.cpp35 char *locale_str; in dtpg_ctor() local
H A Ddateformat_format_object.cpp69 const char *locale_str = NULL; in PHP_FUNCTION() local
/dports/graphics/blender/blender-2.91.0/intern/locale/
H A Dboost_locale_wrapper.cpp27 static std::string locale_str; variable
/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/view/
H A Deditorview.cpp151 string locale_str; in DoPasteFromClipboard() local
/dports/lang/php73/php-7.3.33/ext/intl/dateformat/
H A Ddateformat_format_object.cpp71 const char *locale_str = NULL; in PHP_FUNCTION() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/country_codes/
H A Dcountry_codes.cc182 std::string locale_str(locale); in GetCurrentCountryID() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/country_codes/
H A Dcountry_codes.cc186 std::string locale_str(locale); in GetCurrentCountryID() local
/dports/lang/php74/php-7.4.27/ext/intl/dateformat/
H A Ddateformat_format_object.cpp71 const char *locale_str = NULL; in PHP_FUNCTION() local
H A Ddateformat_create.cpp51 const char *locale_str; in datefmt_ctor() local
/dports/lang/php80/php-8.0.15/ext/intl/dateformat/
H A Ddateformat_format_object.cpp69 const char *locale_str = NULL; in PHP_FUNCTION() local
/dports/devel/php74-intl/php-7.4.27/ext/intl/dateformat/
H A Ddateformat_format_object.cpp71 const char *locale_str = NULL; in PHP_FUNCTION() local
H A Ddateformat_create.cpp51 const char *locale_str; in datefmt_ctor() local
/dports/devel/php73-intl/php-7.3.33/ext/intl/dateformat/
H A Ddateformat_format_object.cpp71 const char *locale_str = NULL; in PHP_FUNCTION() local
/dports/www/mod_php73/php-7.3.33/ext/intl/dateformat/
H A Ddateformat_format_object.cpp71 const char *locale_str = NULL; in PHP_FUNCTION() local
/dports/devel/php80-intl/php-8.0.15/ext/intl/dateformat/
H A Ddateformat_format_object.cpp69 const char *locale_str = NULL; in PHP_FUNCTION() local
/dports/www/mod_php74/php-7.4.27/ext/intl/dateformat/
H A Ddateformat_format_object.cpp71 const char *locale_str = NULL; in PHP_FUNCTION() local
/dports/www/mod_php80/php-8.0.15/ext/intl/dateformat/
H A Ddateformat_format_object.cpp69 const char *locale_str = NULL; in PHP_FUNCTION() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Djs-segmenter.cc69 Handle<String> locale_str = in New() local

123456