Home
last modified time | relevance | path

Searched refs:to_ucs (Results 1 – 25 of 94) sorted by relevance

1234

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/iconv/lib/
H A Ducsconv.c94 if (uc->to_ucs.data == NULL) in ucs_based_conversion_open()
98 uc->to_ucs.data = (void *)&fake_data; in ucs_based_conversion_open()
114 if (uc->to_ucs.data != NULL && uc->to_ucs.handlers->close != NULL) in ucs_based_conversion_open()
115 uc->to_ucs.handlers->close (uc->to_ucs.data); in ucs_based_conversion_open()
134 if (uc->to_ucs.handlers->close != NULL) in ucs_based_conversion_close()
135 res |= uc->to_ucs.handlers->close (uc->to_ucs.data); in ucs_based_conversion_close()
170 ch = uc->to_ucs.handlers->convert_to_ucs (uc->to_ucs.data, in ucs_based_conversion_convert()
242 return uc->to_ucs.handlers->get_mb_cur_max (uc->to_ucs.data); in ucs_based_conversion_get_mb_cur_max()
259 uc->to_ucs.handlers->get_state (uc->to_ucs.data, state); in ucs_based_conversion_get_state()
285 return uc->to_ucs.handlers->set_state (uc->to_ucs.data, state); in ucs_based_conversion_set_state()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/iconv/lib/
H A Ducsconv.c96 if (uc->to_ucs.data == NULL)
100 uc->to_ucs.data = (_VOID_PTR)&fake_data;
116 if (uc->to_ucs.data != NULL && uc->to_ucs.handlers->close != NULL)
117 uc->to_ucs.handlers->close (rptr, uc->to_ucs.data);
137 if (uc->to_ucs.handlers->close != NULL)
138 res |= uc->to_ucs.handlers->close (rptr, uc->to_ucs.data);
175 ch = uc->to_ucs.handlers->convert_to_ucs (uc->to_ucs.data,
248 return uc->to_ucs.handlers->get_mb_cur_max (uc->to_ucs.data);
266 uc->to_ucs.handlers->get_state (uc->to_ucs.data, state);
293 return uc->to_ucs.handlers->set_state (uc->to_ucs.data, state);
[all …]
/dports/japanese/w3m-img/w3m-2b59b9e/libwc/map/
H A Dmk_gb_ucs_map.pl19 @to_ucs = ();
29 $to_ucs[$i] = $u;
36 delete $from_ucs{$to_ucs[0x2124]};
37 delete $from_ucs{$to_ucs[0x212A]};
40 $to_ucs[0x2124] = 0x00B7;
41 $to_ucs[0x212A] = 0x2014;
59 $u = $to_ucs[$_];
H A Dmk_gbk_ucs_map.pl19 %to_ucs = ();
40 $to_ucs{$i} = $u;
66 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
72 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
77 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
82 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
87 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
H A Dmk_uhc_ucs_map.pl19 %to_ucs = ();
35 $to_ucs{$i} = $u;
55 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
61 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
66 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
H A Dmk_jis_ucs_map.pl38 $to_ucs[$from_ucs{$_}] = $_;
60 $to_ucs[$i] || ($to_ucs[$i] = $u);
87 $to_ucs[$i] && next;
88 $to_ucs[$i] = $u;
110 $u = $to_ucs[$_];
H A Dmk_johab_ucs_map.pl19 %to_ucs = ();
34 $to_ucs{$i} = $u;
46 @ucs = sort { $a <=> $b } keys %to_ucs;
57 printf OUT " { 0x%.4X, 0x%.4X },\n", $_, $to_ucs{$_};
H A Dmk_hkscs_ucs_p2_map.pl12 %to_ucs = ();
29 $to_ucs{$c} = $u;
42 @ucs = sort { $a <=> $b } keys %to_ucs;
55 $x = $to_ucs{$_};
/dports/japanese/w3m/w3m-2b59b9e/libwc/map/
H A Dmk_gb_ucs_map.pl19 @to_ucs = ();
29 $to_ucs[$i] = $u;
36 delete $from_ucs{$to_ucs[0x2124]};
37 delete $from_ucs{$to_ucs[0x212A]};
40 $to_ucs[0x2124] = 0x00B7;
41 $to_ucs[0x212A] = 0x2014;
59 $u = $to_ucs[$_];
H A Dmk_gbk_ucs_map.pl19 %to_ucs = ();
40 $to_ucs{$i} = $u;
66 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
72 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
77 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
82 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
87 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
H A Dmk_uhc_ucs_map.pl19 %to_ucs = ();
35 $to_ucs{$i} = $u;
55 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
61 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
66 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
H A Dmk_jis_ucs_map.pl38 $to_ucs[$from_ucs{$_}] = $_;
60 $to_ucs[$i] || ($to_ucs[$i] = $u);
87 $to_ucs[$i] && next;
88 $to_ucs[$i] = $u;
110 $u = $to_ucs[$_];
H A Dmk_johab_ucs_map.pl19 %to_ucs = ();
34 $to_ucs{$i} = $u;
46 @ucs = sort { $a <=> $b } keys %to_ucs;
57 printf OUT " { 0x%.4X, 0x%.4X },\n", $_, $to_ucs{$_};
H A Dmk_hkscs_ucs_p2_map.pl12 %to_ucs = ();
29 $to_ucs{$c} = $u;
42 @ucs = sort { $a <=> $b } keys %to_ucs;
55 $x = $to_ucs{$_};
/dports/www/w3m-img/w3m-2b59b9e/libwc/map/
H A Dmk_gb_ucs_map.pl19 @to_ucs = ();
29 $to_ucs[$i] = $u;
36 delete $from_ucs{$to_ucs[0x2124]};
37 delete $from_ucs{$to_ucs[0x212A]};
40 $to_ucs[0x2124] = 0x00B7;
41 $to_ucs[0x212A] = 0x2014;
59 $u = $to_ucs[$_];
H A Dmk_gbk_ucs_map.pl19 %to_ucs = ();
40 $to_ucs{$i} = $u;
66 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
72 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
77 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
82 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
87 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
H A Dmk_uhc_ucs_map.pl19 %to_ucs = ();
35 $to_ucs{$i} = $u;
55 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
61 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
66 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
H A Dmk_jis_ucs_map.pl38 $to_ucs[$from_ucs{$_}] = $_;
60 $to_ucs[$i] || ($to_ucs[$i] = $u);
87 $to_ucs[$i] && next;
88 $to_ucs[$i] = $u;
110 $u = $to_ucs[$_];
H A Dmk_johab_ucs_map.pl19 %to_ucs = ();
34 $to_ucs{$i} = $u;
46 @ucs = sort { $a <=> $b } keys %to_ucs;
57 printf OUT " { 0x%.4X, 0x%.4X },\n", $_, $to_ucs{$_};
/dports/www/w3m/w3m-2b59b9e/libwc/map/
H A Dmk_gb_ucs_map.pl19 @to_ucs = ();
29 $to_ucs[$i] = $u;
36 delete $from_ucs{$to_ucs[0x2124]};
37 delete $from_ucs{$to_ucs[0x212A]};
40 $to_ucs[0x2124] = 0x00B7;
41 $to_ucs[0x212A] = 0x2014;
59 $u = $to_ucs[$_];
H A Dmk_gbk_ucs_map.pl19 %to_ucs = ();
40 $to_ucs{$i} = $u;
66 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
72 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
77 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
82 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
87 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
H A Dmk_uhc_ucs_map.pl19 %to_ucs = ();
35 $to_ucs{$i} = $u;
55 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
61 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
66 printf OUT " 0x%.4X,\t/* 0x%.4X */\n", $to_ucs{$_}, $_;
H A Dmk_jis_ucs_map.pl38 $to_ucs[$from_ucs{$_}] = $_;
60 $to_ucs[$i] || ($to_ucs[$i] = $u);
87 $to_ucs[$i] && next;
88 $to_ucs[$i] = $u;
110 $u = $to_ucs[$_];
H A Dmk_johab_ucs_map.pl19 %to_ucs = ();
34 $to_ucs{$i} = $u;
46 @ucs = sort { $a <=> $b } keys %to_ucs;
57 printf OUT " { 0x%.4X, 0x%.4X },\n", $_, $to_ucs{$_};
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/util/
H A Ducs_mappings.pm11 %to_ucs ;
16 %to_ucs = 0 ;
37 %to_ucs = () ;
97 $to_ucs{$code} = ${ucs} ;
417 if( keys %to_ucs > 256)
420 output_separated( shift , "ucs4" , shift , \%to_ucs) ;
425 output( shift , "ucs4" , shift , \%to_ucs) ;

1234