Home
last modified time | relevance | path

Searched refs:current_charset (Results 1 – 25 of 44) sorted by relevance

12

/dports/misc/lifelines/lifelines-3.1.1/src/stdlib/
H A Dmychar_funcs.c10 static my_charset_info * current_charset = ISO_Latin1; variable
19 return current_charset[c].isup || current_charset[c].islow; in mych_isalpha()
28 return current_charset[c].iscntrl; in mych_iscntrl()
37 return current_charset[c].islow; in mych_islower()
46 return !current_charset[c].iscntrl; in mych_isprint()
55 return current_charset[c].isup; in mych_isupper()
63 current_charset = charset_table; in mych_set_table()
72 return current_charset[c].tolow; in mych_tolower()
84 return current_charset[c].toup; in mych_toupper()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/templates/server/collations/
H A Dcharsets.twig9 {% for current_charset in mysql_charsets %}
12 {{ current_charset }}
13 {% if mysql_charsets_desc[current_charset] is not empty %}
14 (<em>{{ mysql_charsets_desc[current_charset] }}</em>)
18 {% for current_collation in mysql_collations[current_charset] %}
19 … <tr class="{{ mysql_dft_collations[current_charset] == current_collation ? ' marked' }}">
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DCharsets.php252 foreach (self::$_charsets as $current_charset) {
254 = empty(self::$_charsets_descriptions[$current_charset])
255 ? $current_charset
256 : self::$_charsets_descriptions[$current_charset];
258 $return_str .= '<option value="' . $current_charset
261 . $current_charset . '</option>' . "\n";
306 foreach (self::$_charsets as $current_charset) {
308 = empty(self::$_charsets_descriptions[$current_charset])
309 ? $current_charset
310 : self::$_charsets_descriptions[$current_charset];
[all …]
/dports/audio/streamripper/streamripper-1.64.6/lib/
H A Dutf8.c230 static char *current_charset = 0; /* means "US-ASCII" */ variable
243 free(current_charset); in convert_set_charset()
244 current_charset = 0; in convert_set_charset()
246 current_charset = strdup(charset); in convert_set_charset()
301 if (!current_charset) in utf8_encode()
303 charset = current_charset ? current_charset : "US-ASCII"; in utf8_encode()
319 if (!current_charset) in utf8_decode()
321 charset = current_charset ? current_charset : "US-ASCII"; in utf8_decode()
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/share/
H A Dutf8.c233 static char *current_charset = 0; /* means "US-ASCII" */ variable
246 free(current_charset); in convert_set_charset()
247 current_charset = 0; in convert_set_charset()
249 current_charset = strdup(charset); in convert_set_charset()
302 if (!current_charset) in utf8_encode()
304 charset = current_charset ? current_charset : "US-ASCII"; in utf8_encode()
318 if (!current_charset) in utf8_decode()
320 charset = current_charset ? current_charset : "US-ASCII"; in utf8_decode()
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dcharset.c154 gchar *current_charset; in charset_init_combo() local
160 current_charset = prefs_get_string("charset"); in charset_init_combo()
161 if ((current_charset == NULL) || (strlen (current_charset) == 0)) in charset_init_combo()
167 description = charset_to_description (current_charset); in charset_init_combo()
212 g_free(current_charset); in charset_init_combo()
220 gchar *current_charset; in charset_init_combo_box() local
228 current_charset = prefs_get_string("charset"); in charset_init_combo_box()
230 if ((current_charset == NULL) || (strlen (current_charset) == 0)) in charset_init_combo_box()
236 description = charset_to_description (current_charset); in charset_init_combo_box()
319 g_free (current_charset); in charset_init_combo_box()
/dports/textproc/p5-MARC-Charset/MARC-Charset-1.35/lib/MARC/Charset/
H A DCompiler.pm78 $self->{current_charset} = $charset;
104 $code->charset($self->{current_charset});
120 if ($self->{current_charset} eq '51' ||
121 $self->{current_charset} eq '34' ||
122 $self->{current_charset} eq '45')
/dports/misc/mc/mc-4.8.27/src/
H A Dselcodepage.c76 select_charset (int center_y, int center_x, int current_charset, gboolean seldisplay) in select_charset() argument
107 ? ((current_charset < 0) ? codepages->len : (size_t) current_charset) in select_charset()
108 : ((size_t) current_charset + 1); in select_charset()
H A Dselcodepage.h33 int select_charset (int center_y, int center_x, int current_charset, gboolean seldisplay);
/dports/misc/mc-nox11/mc-4.8.27/src/
H A Dselcodepage.c76 select_charset (int center_y, int center_x, int current_charset, gboolean seldisplay) in select_charset() argument
107 ? ((current_charset < 0) ? codepages->len : (size_t) current_charset) in select_charset()
108 : ((size_t) current_charset + 1); in select_charset()
/dports/databases/p5-DBD-MariaDB/DBD-MariaDB-1.21/t/
H A Dlib.pl35 …my ($current_charset, $current_collation) = $dbh->selectrow_array('SELECT @@character_set_database…
38 if ($current_charset ne $expected_charset) {
39 $err = "Database charset is not $expected_charset, but $current_charset";
/dports/www/elinks/elinks-0.11.7/src/intl/gettext/
H A Dlibintl.h56 extern int current_charset;
67 if (current_charset != new_charset) { in intl_set_charset()
70 current_charset = new_charset; in intl_set_charset()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/share/utf8/
H A Dutf8.c140 static const char *current_charset(void) in current_charset() function
201 return convert_string(current_charset(), "UTF-8", from, to, '#'); in utf8_encode()
206 return convert_string("UTF-8", current_charset(), from, to, '?'); in utf8_decode()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/flac-1.3.2/src/share/utf8/
H A Dutf8.c140 static const char *current_charset(void) in current_charset() function
201 return convert_string(current_charset(), "UTF-8", from, to, '#'); in utf8_encode()
206 return convert_string("UTF-8", current_charset(), from, to, '?'); in utf8_decode()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/flac-1.3.2/src/share/utf8/
H A Dutf8.c140 static const char *current_charset(void) in current_charset() function
201 return convert_string(current_charset(), "UTF-8", from, to, '#'); in utf8_encode()
206 return convert_string("UTF-8", current_charset(), from, to, '?'); in utf8_decode()
/dports/audio/flac/flac-1.3.4/src/share/utf8/
H A Dutf8.c133 static const char *current_charset(void) in current_charset() function
194 return convert_string(current_charset(), "UTF-8", from, to, '#'); in utf8_encode()
199 return convert_string("UTF-8", current_charset(), from, to, '?'); in utf8_decode()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/share/utf8/
H A Dutf8.c140 static const char *current_charset(void) in current_charset() function
201 return convert_string(current_charset(), "UTF-8", from, to, '#'); in utf8_encode()
206 return convert_string("UTF-8", current_charset(), from, to, '?'); in utf8_decode()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/deps/flac-1.3.2/src/share/utf8/
H A Dutf8.c140 static const char *current_charset(void) in current_charset() function
201 return convert_string(current_charset(), "UTF-8", from, to, '#'); in utf8_encode()
206 return convert_string("UTF-8", current_charset(), from, to, '?'); in utf8_decode()
/dports/textproc/catdoc/catdoc-0.95/src/
H A Drtfread.c165 short int *current_charset; variable
199 current_charset=source_charset; in parse_rtf()
307 rtfSetCharset(&current_charset,com.numarg); in parse_rtf()
439 if (code < 0 || (cc=to_unicode(current_charset, code)) < 0 ) return 0xFEFF; in rtf_to_unicode()
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/src/share/utf8/
H A Dutf8.c250 static const char *current_charset(void) in current_charset() function
311 return convert_string(current_charset(), "UTF-8", from, to, '#'); in utf8_encode()
316 return convert_string("UTF-8", current_charset(), from, to, '?'); in utf8_decode()
/dports/emulators/mame/mame-mame0226/3rdparty/libflac/src/share/utf8/
H A Dutf8.c250 static const char *current_charset(void) in current_charset() function
311 return convert_string(current_charset(), "UTF-8", from, to, '#'); in utf8_encode()
316 return convert_string("UTF-8", current_charset(), from, to, '?'); in utf8_decode()
/dports/www/rt50/rt-5.0.2/etc/upgrade/
H A Dupgrade-mysql-schema.pl330 my $current_charset = $collation && $collation ne 'NULL'? (split /_/, $collation)[0]: 'binary';
331 return if $required_charset eq $current_charset;
336 elsif ( $current_charset eq 'binary' ) {
/dports/www/rt44/rt-4.4.5/etc/upgrade/
H A Dupgrade-mysql-schema.pl330 my $current_charset = $collation && $collation ne 'NULL'? (split /_/, $collation)[0]: 'binary';
331 return if $required_charset eq $current_charset;
336 elsif ( $current_charset eq 'binary' ) {
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dwsrep_sst.cc1432 CHARSET_INFO *current_charset= thd->variables.character_set_client; in sst_flush_tables() local
1434 if (!is_supported_parser_charset(current_charset)) in sst_flush_tables()
1437 …"Current client character set is non-supported parser character set: %s", current_charset->csname); in sst_flush_tables()
1461 thd->variables.character_set_client = current_charset; in sst_flush_tables()
1498 CHARSET_INFO *current_charset; in sst_disallow_writes() local
1500 current_charset = thd->variables.character_set_client; in sst_disallow_writes()
1502 if (!is_supported_parser_charset(current_charset)) in sst_disallow_writes()
1505 …"Current client character set is non-supported parser character set: %s", current_charset->csname); in sst_disallow_writes()
1518 thd->variables.character_set_client = current_charset; in sst_disallow_writes()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dwsrep_sst.cc1432 CHARSET_INFO *current_charset= thd->variables.character_set_client; in sst_flush_tables() local
1434 if (!is_supported_parser_charset(current_charset)) in sst_flush_tables()
1437 …"Current client character set is non-supported parser character set: %s", current_charset->csname); in sst_flush_tables()
1461 thd->variables.character_set_client = current_charset; in sst_flush_tables()
1498 CHARSET_INFO *current_charset; in sst_disallow_writes() local
1500 current_charset = thd->variables.character_set_client; in sst_disallow_writes()
1502 if (!is_supported_parser_charset(current_charset)) in sst_disallow_writes()
1505 …"Current client character set is non-supported parser character set: %s", current_charset->csname); in sst_disallow_writes()
1518 thd->variables.character_set_client = current_charset; in sst_disallow_writes()

12