Home
last modified time | relevance | path

Searched refs:prima_is_utf8_sv (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DUtils.c73 dirlist = apc_getdir( dirname, prima_is_utf8_sv(ST(0))); in XS()
113 return apc_fs_chdir( SvPV_nolen(path), prima_is_utf8_sv(path)); in Utils_chdir()
175 is_utf8 = prima_is_utf8_sv(varname); in Utils_getenv()
201 SvPV_nolen(oldname), prima_is_utf8_sv(oldname), in Utils_link()
202 SvPV_nolen(newname), prima_is_utf8_sv(newname) in Utils_link()
213 if ( prima_is_utf8_sv(text) ) in Utils_local2sv()
257 dh-> is_utf8 = prima_is_utf8_sv(path); in Utils_open_dir()
306 SvPV_nolen(oldpath), prima_is_utf8_sv(oldpath), in Utils_rename()
307 SvPV_nolen(newpath), prima_is_utf8_sv(newpath) in Utils_rename()
339 SvPV_nolen(varname), prima_is_utf8_sv(varname), in Utils_setenv()
[all …]
H A DAbstractMenu.c284 fl_ = prima_is_utf8_sv(*holder); \ in AbstractMenu_new_menu()
380 r-> flags. utf8_text = prima_is_utf8_sv( subItem); in AbstractMenu_new_menu()
415 r-> flags. utf8_perlSub = prima_is_utf8_sv( subItem); in AbstractMenu_new_menu()
814 m-> flags. utf8_accel = prima_is_utf8_sv( accel); in AbstractMenu_accel()
862 m-> flags. utf8_perlSub = prima_is_utf8_sv( action); in AbstractMenu_action()
1128 m-> flags. utf8_accel = prima_is_utf8_sv( text); in AbstractMenu_text()
1183 m-> flags. utf8_variable = prima_is_utf8_sv( newName); in AbstractMenu_set_variable()
H A DClipboard.c402 if ( prima_is_utf8_sv( data)) { in text_server()
H A DDrawable_text.c599 Bool utf8 = prima_is_utf8_sv( text); in Drawable_text_out()
669 if ( prima_is_utf8_sv( text)) { in Drawable_get_text_width()
753 if ( prima_is_utf8_sv( text)) { in Drawable_get_text_box()
820 if (prima_is_utf8_sv(text)) { in sv2uint32()
1870 t-> utf8_text = prima_is_utf8_sv( text); in text_init_wrap_rec()
H A DImage.c673 is_utf8 = prima_is_utf8_sv(ST(1)); in XS()
738 ret = apc_img_load( self, SvPV_nolen(filename), prima_is_utf8_sv(filename), NULL, profile, error); in Image_load()
778 is_utf8 = prima_is_utf8_sv( ST(1) ); in XS()
812 return apc_img_save( self, SvPV_nolen(filename), prima_is_utf8_sv(filename), NULL, profile, error); in Image_save()
H A Dprimguts.c696 apc_show_message((char*) SvPV_nolen( ST(0)), prima_is_utf8_sv(ST(0))); in XS()
1911 prima_is_utf8_sv( SV * sv) in prima_is_utf8_sv() function
H A DWindow.c822 apc_window_set_caption( self, SvPV_nolen( var-> text ), prima_is_utf8_sv( var-> text )); in Window_set_text()
H A DComponent.c223 opt_assign( optUTF8_name, prima_is_utf8_sv(name)); in Component_name()
H A DWidget.c2568 opt_assign( optUTF8_helpContext, prima_is_utf8_sv(helpContext)); in Widget_helpContext()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h1515 prima_is_utf8_sv( SV * sv);