Searched refs:unicode_to_bin (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | resbin.c | 1253 static rc_uint_type unicode_to_bin (windres_bfd *, rc_uint_type, const unichar *); 1349 unicode_to_bin (windres_bfd *wrbfd, rc_uint_type off, const unichar *str) in unicode_to_bin() function 1500 off = unicode_to_bin (wrbfd, off, dialog->caption); in res_to_bin_dialog() 1523 off = unicode_to_bin (wrbfd, off, dialog->font); in res_to_bin_dialog() 1745 off = unicode_to_bin (wrbfd, off, mi->text); in res_to_bin_menuitems() 1786 off = unicode_to_bin (wrbfd, off, mi->text); in res_to_bin_menuexitems() 2043 off = unicode_to_bin (wrbfd, off, vst->language); in res_to_bin_versioninfo() 2055 off = unicode_to_bin (wrbfd, off, vs->key); in res_to_bin_versioninfo() 2060 off = unicode_to_bin (wrbfd, off, vs->value); in res_to_bin_versioninfo() 2097 off = unicode_to_bin (wrbfd, off, vi->u.var.key); in res_to_bin_versioninfo()
|