Home
last modified time | relevance | path

Searched refs:GString (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/util/
Doptions.cc69 GString *shapers = g_string_new (nullptr); in shapers_to_string()
351 GString *gs = g_string_new (nullptr); in parse_unicodes()
539 GString *s = g_string_new (nullptr); in add_options()
716 GString *s = g_string_new (nullptr); in get_font()
889 GString *gs) in serialize_unicode()
910 GString *gs) in serialize_glyphs()
931 GString *gs) in serialize_line_no()
942 GString *gs) in serialize_buffer_of_text()
964 GString *gs) in serialize_message()
978 GString *gs) in serialize_buffer_of_glyphs()
Doptions.hh556 GString *gs;
633 GString *gs);
638 GString *gs);
640 GString *gs);
646 GString *gs);
650 GString *gs);
658 GString *gs);
Dhb-shape.cc150 GString *gs;
/external/flac/src/plugin_xmms/
Dconfigure.c273 GString *gstring = g_string_new(""); in replaygain_preamp_cb()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp1942 Value *GString = in dumpRecord() local
1944 Value *Res = CGF.Builder.CreateCall(Func, {GString}); in dumpRecord()
1977 GString = CGF.Builder.CreateGlobalStringPtr( in dumpRecord()
1984 Value *TmpRes = CGF.Builder.CreateCall(Func, {GString}); in dumpRecord()
2006 GString = CGF.Builder.CreateGlobalStringPtr( in dumpRecord()
2008 TmpRes = CGF.Builder.CreateCall(Func, {GString, FieldPtr}); in dumpRecord()
2012 GString = CGF.Builder.CreateGlobalStringPtr(Pad + "}\n"); in dumpRecord()
2013 Value *TmpRes = CGF.Builder.CreateCall(Func, {GString}); in dumpRecord()