Home
last modified time | relevance | path

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

/dports/textproc/p5-Unicode-LineBreak/Unicode-LineBreak-2019.001/sombok/lib/
H A Dbreak.c1082 gcstring_concat(s, t)); in _break_partial()
1145 IF_NULL_THEN_ABORT(results[reslen] = gcstring_concat(s, t)); in _break_partial()
1182 IF_NULL_THEN_ABORT(results[reslen] = gcstring_concat(s, t)); in _break_partial()
H A Dutils.c375 else if ((spcstr = gcstring_concat(spc, str)) == NULL) in linebreak_sizing_UAX11()
H A Dgcstring.c538 gcstring_t *gcstring_concat(gcstring_t * gcstr, gcstring_t * appe) in gcstring_concat() function
/dports/textproc/p5-Unicode-LineBreak/Unicode-LineBreak-2019.001/sombok/include/
H A Dsombok.h.in292 extern gcstring_t *gcstring_concat(gcstring_t *, gcstring_t *);
/dports/textproc/p5-Unicode-LineBreak/Unicode-LineBreak-2019.001/
H A DLineBreak.xs1369 RETVAL = gcstring_concat(str, self);
1374 RETVAL = gcstring_concat(self, str);