Searched defs:a_in_len (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-enc-handler.c137 *@a_in_len: in/out parameter. The len of the input
151 gulong * a_in_len,
156 g_return_val_if_fail (a_this && a_in && a_in_len && a_out,
164 &a_in[*a_in_len - 1],
169 *a_out_len = *a_in_len;
174 status = a_this->decode_input (a_in, a_in_len, *a_out, a_out_len);
149 cr_enc_handler_convert_input(CREncHandler * a_this, const guchar * a_in, gulong * a_in_len, guchar ** a_out, gulong * a_out_len) argument
H A Dcr-utils.c258 *@param a_in_len in/out parameter. The size of the
271 gulong * a_in_len, guint32 * a_out, gulong * a_out_len)
285 g_return_val_if_fail (a_in && a_in_len
288 if (*a_in_len < 1) {
293 in_len = *a_in_len;
411 *a_in_len = in_index + 1;
421 *@param a_in_len the length of the utf8 buffer.
429 gulong a_in_len,
445 if (a_in_len < 1) {
511 if (nb_bytes_2_decode > a_in_len) {
270 cr_utils_utf8_to_ucs4(const guchar * a_in, gulong * a_in_len, guint32 * a_out, gulong * a_out_len) argument
428 cr_utils_read_char_from_utf8_buf(const guchar * a_in, gulong a_in_len, guint32 * a_out, gulong * a_consumed) argument
710 cr_utils_utf8_str_to_ucs4(const guchar * a_in, gulong * a_in_len, guint32 ** a_out, gulong * a_out_len) argument
748 cr_utils_ucs4_to_utf8(const guint32 * a_in, gulong * a_in_len, guchar * a_out, gulong * a_out_len) argument
845 cr_utils_ucs4_str_to_utf8(const guint32 * a_in, gulong * a_in_len, guchar ** a_out, gulong * a_out_len) argument
886 cr_utils_ucs1_to_utf8(const guchar * a_in, gulong * a_in_len, guchar * a_out, gulong * a_out_len) argument
941 cr_utils_ucs1_str_to_utf8(const guchar * a_in, gulong * a_in_len, guchar ** a_out, gulong * a_out_len) argument
995 cr_utils_utf8_to_ucs1(const guchar * a_in, gulong * a_in_len, guchar * a_out, gulong * a_out_len) argument
1141 cr_utils_utf8_str_to_ucs1(const guchar * a_in, gulong * a_in_len, guchar ** a_out, gulong * a_out_len) argument
[all...]

Completed in 15 milliseconds