Home
last modified time | relevance | path

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

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/xkbswitch/
H A De_mod_parse.c158 txt = evas_textblock_text_markup_to_utf8(NULL, p); in parse_rules()
199 txt = evas_textblock_text_markup_to_utf8(NULL, p); in parse_rules()
247 txt = evas_textblock_text_markup_to_utf8(NULL, p); in parse_rules()
282 txt = evas_textblock_text_markup_to_utf8(NULL, p); in parse_rules()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_util.c45 return evas_textblock_text_markup_to_utf8(NULL, mkup); in _elm_util_mkup_to_text()
/dports/devel/efl/efl-1.25.1/src/tests/evas/
H A Devas_test_textblock.c3218 tmp = evas_textblock_text_markup_to_utf8(tb, "<br/>aa<\n/>bb<\t/>"); in EFL_START_TEST()
3225 tmp = evas_textblock_text_markup_to_utf8(tb, "a<item></item>"); in EFL_START_TEST()
3232 tmp = evas_textblock_text_markup_to_utf8(tb, "a&nbsp;"); in EFL_START_TEST()
3239 tmp = evas_textblock_text_markup_to_utf8(tb, "a<b>b</b><more></>a"); in EFL_START_TEST()
3246 tmp = evas_textblock_text_markup_to_utf8(tb, "a&amp;a"); in EFL_START_TEST()
3253 tmp = evas_textblock_text_markup_to_utf8(tb, "a<newline/>a"); in EFL_START_TEST()
3261 tmp = evas_textblock_text_markup_to_utf8(NULL, "<br/>aa<\n/>bb<\t/>"); in EFL_START_TEST()
3268 tmp = evas_textblock_text_markup_to_utf8(NULL, "a<item></item>"); in EFL_START_TEST()
3275 tmp = evas_textblock_text_markup_to_utf8(NULL, "a&nbsp;"); in EFL_START_TEST()
3289 tmp = evas_textblock_text_markup_to_utf8(tb, "a&amp;a"); in EFL_START_TEST()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_textblock_legacy.h684 EAPI char *evas_textblock_text_markup_to_utf8(const Evas_Object …
H A Devas_main.c128 char *utf8 = evas_textblock_text_markup_to_utf8(NULL, slice.mem); in _markup_to_utf8()
H A Devas_object_textblock.c9122 evas_textblock_text_markup_to_utf8(const Evas_Object *eo_obj, const char *text) in evas_textblock_text_markup_to_utf8() function
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_dnd.c1249 char *text = evas_textblock_text_markup_to_utf8(NULL, mkup); in _label_mouse_down_cb()
/dports/devel/efl/efl-1.25.1/old/
H A DChangeLog.evas533 * Textblock: Added evas_textblock_text_markup_to_utf8.
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A Dedje_entry.c4735 plain_text = evas_textblock_text_markup_to_utf8(NULL, str); in _edje_entry_imf_retrieve_surrounding_cb()
/dports/devel/efl/efl-1.25.1/
H A DNEWS4679 …* evas: textblock - Added Null checking in evas_textblock_text_markup_to_utf8 before calling eina_…