Home
last modified time | relevance | path

Searched refs:text_list (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBTMXImporter.java107 NodeList text_list = prop_elem.getChildNodes(); in importDoc() local
108 if (text_list.getLength() < 1) in importDoc()
110 Text text_elem = (Text)text_list.item(0); in importDoc()
135 NodeList text_list = seg_elem.getChildNodes(); in importDoc() local
136 if (text_list.getLength() < 1) in importDoc()
138 Text text_elem = (Text)text_list.item(0); in importDoc()
160 text_list = prop_elem.getChildNodes(); in importDoc()
161 if (text_list.getLength() < 1) continue; in importDoc()
162 text_elem = (Text)text_list.item(0); in importDoc()
169 text_list = prop_elem.getChildNodes(); in importDoc()
[all …]
DRBxliffImporter.java264 NodeList text_list = target_elem.getChildNodes(); in parseTranslationUnit() local
265 if (text_list.getLength() < 1) in parseTranslationUnit()
267 Text text_elem = (Text)text_list.item(0); in parseTranslationUnit()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c90 gst_cea708dec_text_list_add (GSList ** text_list,
140 gst_cea708dec_render_text (Cea708Dec * decoder, GSList ** text_list,
497 gst_cea708dec_text_list_add (GSList ** text_list, in gst_cea708dec_text_list_add() argument
507 *text_list = g_slist_append (*text_list, str); in gst_cea708dec_text_list_add()
1251 gst_cea708dec_text_list_add (&decoder->text_list, index + 1, "%s", in gst_cea708dec_show_pango_window()
1259 gst_cea708dec_text_list_add (&decoder->text_list, strlen ("\n") + 1, in gst_cea708dec_show_pango_window()
1268 gst_cea708dec_render_text (decoder, &decoder->text_list, len, window_id); in gst_cea708dec_show_pango_window()
1607 gst_cea708dec_render_text (Cea708Dec * decoder, GSList ** text_list, in gst_cea708dec_render_text() argument
1620 g_slist_foreach (*text_list, get_cea708dec_bufcat, out_str); in gst_cea708dec_render_text()
1622 g_slist_free (*text_list); in gst_cea708dec_render_text()
[all …]
Dgstcea708decoder.h450 GSList *text_list; member
/third_party/alsa-lib/src/topology/
Dparser.c481 INIT_LIST_HEAD(&tplg->text_list); in snd_tplg_create()
513 tplg_elem_free_list(&tplg->text_list); in snd_tplg_free()
Delem.c167 .loff = offsetof(snd_tplg_t, text_list),
Dtplg_local.h89 struct list_head text_list; member
Dctl.c227 ref->elem = tplg_elem_lookup(&tplg->text_list, in tplg_build_enum_control()