Home
last modified time | relevance | path

Searched refs:prima_utf8_length (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dmenu.c55 text = alloc_utf8_to_wchar( i-> text, prima_utf8_length( i-> text, -1), &l1); in map_text_accel()
65 accel = alloc_utf8_to_wchar( i-> accel, prima_utf8_length( i-> accel, -1), &l2); in map_text_accel()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_misc.c820 twr. utf8_textLen = utf8 ? prima_utf8_length( message, -1) : twr. textLen; in apc_show_message()
1382 if ( length_chars < 0) length_chars = prima_utf8_length( utf8, -1) + 1; in prima_alloc_utf8_to_wchar()
H A Dxft.c1261 if ( len < 0) len = prima_utf8_length(( char*) text, -1); in xft_text2ucs4()
H A Dapc_menu.c952 ul = prima_utf8_length( m-> accel, -1); in DECL_DRAW()
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DDrawable_text.c601 if ( utf8) dlen = prima_utf8_length(c_text, dlen); in Drawable_text_out()
822 *size = prima_utf8_length(src, dlen); in sv2uint32()
1872 t-> utf8_textLen = prima_utf8_length( t-> text, tlen); in text_init_wrap_rec()
H A Dprimguts.c1897 prima_utf8_length( const char * utf8, int maxlen) in prima_utf8_length() function
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h1512 prima_utf8_length( const char * utf8, int length);