Home
last modified time | relevance | path

Searched refs:newutf8 (Results 1 – 5 of 5) sorted by relevance

/dports/games/stratagus/stratagus-3.2.0/src/video/
H A Dfont.cpp202 int newutf8 = 0x00; in utf8_to_ascii() local
204 newutf8 = extended_ascii[(utf8 & 0xFF) - 0x90]; in utf8_to_ascii()
206 if (newutf8 == 0x00) { in utf8_to_ascii()
208 newutf8 = '?'; in utf8_to_ascii()
210 return newutf8; in utf8_to_ascii()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/
H A Dasfheader.c334 unsigned char* newutf8; in asf_utf16LEdecode() local
368 newutf8 = utf8encode(ucs, *utf8); in asf_utf16LEdecode()
369 *utf8bytes -= (newutf8 - *utf8); in asf_utf16LEdecode()
370 *utf8 += (newutf8 - *utf8); in asf_utf16LEdecode()
/dports/x11/libX11/libX11-1.7.2/modules/im/ximcp/
H A DimLcPrs.c648 char *newutf8 = Xrealloc (b->utf8, newsize); in parseline() local
649 if (newutf8 == NULL) in parseline()
651 b->utf8 = newutf8; in parseline()
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_layout.pm4401 { my ($cell,$path_string,$newutf8,$tv)= @_;
4408 …w= GMB::Picture::RenameFile($path, $file, $newutf8, $tv->get_toplevel) if $newutf8=~m/\S/ && $file…
H A Dgmusicbrowser.pl5430 { my ($dir,$old,$newutf8,$window)=@_;
5431 my $new= CleanupFileName(filename_from_unicode($newutf8));
5452 { my ($ID,$newutf8,$window)=@_;
5454 my $new=RenameFile($dir,$old,$newutf8,$window);
9490 { my ($dir,$old,$newutf8,$window)=@_;
9491 my $new= ::RenameFile($dir,$old,$newutf8,$window);