Home
last modified time | relevance | path

Searched refs:get_utf8 (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/core/calc/
H A Dformat.cpp38 printf("out = %s\n", out.get_utf8()); in test_simple()
42 printf("out = %s\n", out.get_utf8()); in test_simple()
46 printf("out = %s\n", out.get_utf8()); in test_simple()
50 printf("out = %s\n", out.get_utf8()); in test_simple()
54 printf("out = %s\n", out.get_utf8()); in test_simple()
58 printf("out = %s\n", out.get_utf8()); in test_simple()
62 printf("out = %s\n", out.get_utf8()); in test_simple()
66 printf("out = %s\n", out.get_utf8()); in test_simple()
75 printf("out = %s\n", out.get_utf8()); in test_format()
79 printf("out = %s\n", out.get_utf8()); in test_format()
[all …]
H A Dexpression.cpp92 … "%s: result ('%s') != expected ('%s')", expr, res.v_str->get_utf8(), tmp.get_utf8()); in test_string()
111 … "%s: result ('%s') != expected ('%s')", expr, res.v_str->get_utf8(), tmp.get_utf8()); in test_substitution()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/core/files/xml/
H A Dpullparser.cpp88 printf(" REFERENCE_RESOLVE: %s -> %s\n", p.name()->get_utf8(), tmp.get_utf8()); in check_references()
201 printf(" version='%s'", p.version()->get_utf8()); in read_xml_fully()
203 printf(" encoding='%s'", p.encoding()->get_utf8()); in read_xml_fully()
214 … printf(" ATTRIBUTE: name='%s', value='%s'\n", p.name()->get_utf8(), p.value()->get_utf8()); in read_xml_fully()
218 printf(" CDATA: value='%s'\n", p.value()->get_utf8()); in read_xml_fully()
222 printf(" CHARACTERS: value='%s'\n", p.value()->get_utf8()); in read_xml_fully()
226 printf(" COMMENT: value='%s'\n", p.value()->get_utf8()); in read_xml_fully()
230 printf(" END_ELEMENT: name='%s'\n", p.name()->get_utf8()); in read_xml_fully()
237 …rintf(" REFERENCE_RESOLVE: name='%s', resolving to '%s'\n", p.name()->get_utf8(), tmp.get_utf8()); in read_xml_fully()
247 printf(" START_ELEMENT: name='%s'\n", p.name()->get_utf8()); in read_xml_fully()
[all …]
/dports/japanese/tomoe/tomoe-0.6.0/test/python/
H A Dtest_dict.py31 …zip(sorted(map(lambda x: x.get_char(), self.dict.search(query)), key=lambda char: char.get_utf8()),
45 self.assertEqual(char_code, tomoe_char.get_utf8())
50 self.assertEqual(char_code, tomoe_char.get_utf8())
60 self.assertEqual(char_code, tomoe_char.get_utf8())
82 self.assertEqual(char_code, candidates[0].get_char().get_utf8())
92 self.assertEqual(char_code, candidates[0].get_char().get_utf8())
102 self.assertEqual(char_code, candidates[0].get_char().get_utf8())
112 self.assertEqual(char_code, candidates[0].get_char().get_utf8())
122 self.assertEqual(char_code, candidates[0].get_char().get_utf8())
132 self.assertEqual(char_code, candidates[0].get_char().get_utf8())
[all …]
H A Dtest_context.py52 self.assertEqual(char_code, candidates[0].get_char().get_utf8())
62 self.assertEqual(char_code, candidates[0].get_char().get_utf8())
67 self.assertEqual(char_code, tomoe_char.get_utf8())
79 self.assertEqual(char_code, tomoe_char.get_utf8())
84 self.assertEqual(char_code, tomoe_char.get_utf8())
H A Dtest_dict_unihan.py44 candidate_chars = map(lambda x: x.get_char().get_utf8() , candidates)
56 candidate_chars = map(lambda x: x.get_char().get_utf8() , candidates)
68 candidate_chars = map(lambda x: x.get_char().get_utf8() , candidates)
80 candidate_chars = map(lambda x: x.get_char().get_utf8() , candidates)
H A Dtest_char.py37 self.assertEqual(None, tomoe_char.get_utf8())
39 self.assertEqual(utf8, tomoe_char.get_utf8())
42 self.assertEqual(utf8, tomoe_char.get_utf8())
46 self.assertEqual(new_utf8, tomoe_char.get_utf8())
H A Dtest_query.py12 self.assertEqual(None, query.get_utf8())
14 self.assertEqual(utf8, query.get_utf8())
17 self.assertEqual(utf8, query.get_utf8())
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/util/
H A DLSPFont.cpp216 const char *str = text->get_utf8(); in get_text_parameters()
222 const char *str = text->get_utf8(first); in get_text_parameters()
228 const char *str = text->get_utf8(first, last); in get_text_parameters()
249 const char *str = text->get_utf8(); in estimate_text_parameters()
255 const char *str = text->get_utf8(first); in estimate_text_parameters()
261 const char *str = text->get_utf8(first, last); in estimate_text_parameters()
345 const char *str = text->get_utf8(); in draw()
355 const char *str = text->get_utf8(first); in draw()
365 const char *str = text->get_utf8(first, last); in draw()
380 const char *str = text->get_utf8(); in draw()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/config/
H A DIConfigSource.cpp51 if (!append_buf(&sBuf, c.get_utf8())) in get_head_comment()
77 const char *ns = n.get_utf8(), *vs = v.get_utf8(); in get_parameter()
102 const char *ns = n.get_utf8(), *vs = v.get_utf8(), *cs = c.get_utf8(); in get_parameter()
H A DIConfigHandler.cpp38 return handle_parameter(name->get_utf8(), value->get_utf8(), flags); in handle_parameter()
48 return handle_kvt_parameter(name->get_utf8(), param, flags); in handle_kvt_parameter()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/core/files/
H A Dbookmarks.cpp36 …printf(" Read GTK3 bookmark: %s -> %s\n", bm.get(i)->path.get_utf8(), bm.get(i)->name.get_utf8()); in test_gtk3_bookmarks()
55 … printf(" Read QT5 bookmark: %s -> %s\n", bm.get(i)->path.get_utf8(), bm.get(i)->name.get_utf8()); in test_qt5_bookmarks()
79 printf(" Read LSP bookmark: %s -> %s\n", b->path.get_utf8(), b->name.get_utf8()); in test_lsp_bookmarks()
127 printf(" Read LSP bookmark: %s -> %s\n", b->path.get_utf8(), b->name.get_utf8()); in test_save_bookmarks()
164 …printf(" Merged LSP bookmark: %s -> %s (0x%x)\n", b->path.get_utf8(), b->name.get_utf8(), int(b->… in test_merge_bookmarks()
H A Daudiofile.cpp63 UTEST_ASSERT(af.store_samples(path.get_utf8(), af.samples()) == STATUS_OK);
67 UTEST_ASSERT(af.store_samples(path.get_utf8(), 0, af.samples()) == STATUS_OK);
70 UTEST_ASSERT(af.store(path.get_utf8()) == STATUS_OK)
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/
H A Dserialize.cpp62 if (!pTheme->add_color(name->get_utf8(), value->get_utf8())) in start_element()
67 lsp_error("\"value\" attribute expected for element <%s>", name->get_utf8()); in start_element()
87 lsp_error("unexpected element <%s>", name->get_utf8()); in start_element()
107 lsp_error("expected root element <theme>, received: <%s>", name->get_utf8()); in start_element()
H A Dui_builder.cpp122 lsp_error("Unknown attribute: %s", name->get_utf8()); in init()
356 lsp_error("Unknown attribute: %s", name->get_utf8()); in init()
420 lsp_error("Unknown attribute: %s", name->get_utf8()); in init()
547 CtlWidget *widget = ui->create_widget(name->get_utf8()); in start_element()
562 widget->set(aname.get_utf8(), avalue.get_utf8()); in start_element()
652 CtlWidget *widget = ui->create_widget(name->get_utf8()); in start_element()
667 widget->set(aname.get_utf8(), avalue.get_utf8()); in start_element()
712 lsp_error("Could not parse expression: %s", expr->get_utf8()); in evaluate()
720 lsp_error("Could not evaluate expression: %s", expr->get_utf8()); in evaluate()
809 const char *p = tmp.get_utf8(); in eval_int()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/utils/resource_gen/
H A Dxml.h56 const char *s = name->get_utf8(); in start_element()
63 s = (*atts)->get_utf8(); in start_element()
110 const char *s = name->get_utf8(); in start_element()
119 const char *k = atts[0]->get_utf8(); in start_element()
120 const char *v = atts[1]->get_utf8(); in start_element()
150 const char *s = name->get_utf8(); in end_element()
H A Djson.h60 if (!res_dict_add(dict, ev.sValue.get_utf8())) in preprocess_json_resource()
141 encode_word(out, dict, ev.sValue.get_utf8()); in serialize_json_resource()
149 encode_word(out, dict, ev.sValue.get_utf8()); in serialize_json_resource()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/i18n/
H A DBuiltinDictionary.cpp179 lsp_trace("%s%s={", pad.get_utf8(), node->sKey); in dump()
181 lsp_trace("%s}", pad.get_utf8()); in dump()
184 lsp_trace("%s%s=%s", pad.get_utf8(), node->sKey, node->sValue); in dump()
199 const resource::resource_t *rs = resource::get(path->get_utf8(), resource::RESOURCE_JSON); in init()
213 lsp_trace("Dictionary %s dump:", path->get_utf8()); in init()
346 return lookup(key->get_utf8(), value); in lookup()
354 return lookup(key->get_utf8(), value); in lookup()
H A DDictionary.cpp115 lsp_debug("Trying to load builtin resource %s...", res_id.get_utf8()); in load_dictionary()
128 lsp_debug("Trying to load builtin resource %s...", res_id.get_utf8()); in load_dictionary()
132 lsp_debug("Trying to load file resource %s...", res_id.get_utf8()); in load_dictionary()
302 lsp_trace("Init dictionary path: %s" , path->get_utf8()); in init()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlPortResolver.cpp52 CtlPort *p = (pRegistry != NULL) ? pRegistry->port(path.get_utf8()) : NULL; in resolve()
75 CtlPort *p = (pRegistry != NULL) ? pRegistry->port(name->get_utf8()) : NULL; in resolve()
87 return on_resolved(name->get_utf8(), p); in on_resolved()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/core/i18n/
H A Djson_dictionary.cpp35 printf(" fetched %s -> %s...\n", k.get_utf8(), v.get_utf8()); in ck_att()
59 printf(" got %s -> %s...\n", name, v.get_utf8()); in ck_lookup()
/dports/www/resin3/resin-3.1.16/modules/c/src/resin_os/
H A Djni_os.c175 get_utf8(JNIEnv *env, jstring jaddr, char *buf, int buflen) in get_utf8() function
228 argv[i] = get_utf8(env, j_string, argv[i], strlen + 1); in Java_com_caucho_server_boot_ResinBoot_execDaemon()
246 envp[i] = get_utf8(env, j_string, envp[i], strlen + 1); in Java_com_caucho_server_boot_ResinBoot_execDaemon()
255 pwd = get_utf8(env, j_pwd, pwd, strlen + 1); in Java_com_caucho_server_boot_ResinBoot_execDaemon()
/dports/devel/p5-Data-MessagePack/Data-MessagePack-0.48/t/
H A D15_utf8.t13 ok $u->get_utf8();
23 ok !$u->get_utf8();
/dports/audio/picard-plugins/picard-plugins-d859757/plugins/videotools/enzyme/
H A Dmkv.py334 def get_utf8(self): member in EbmlEntity
424 self.title = ielem.get_utf8()
534 track.title = elem.get_utf8()
670 chap.name = display_elem.get_utf8()
697 name = elem.get_utf8()
699 desc = elem.get_utf8()
762 name = elem.get_utf8().lower()
764 value = elem.get_utf8()
769 lang = elem.get_utf8()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/
H A DRoomEQWizard.cpp50 const char *peq = eq->get_utf8(); in build_config()
53 const char *pnotes = notes->get_utf8(); in build_config()
131 lsp_trace("equalizer: %s", eq.get_utf8()); in load_object_stream()
141 lsp_trace("notes: %s", notes.get_utf8()); in load_object_stream()
295 lsp_trace("s = %s", s->get_utf8(*offset)); in parse_double()
494 lsp_trace("analyzing: %s", s->get_utf8(*offset)); in parse_filter_settings()
559 lsp_trace("Parsing line: %s", s.get_utf8()); in parse_text_config()

12345678910>>...14