Home
last modified time | relevance | path

Searched refs:a_nb_chars (Results 1 – 4 of 4) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-input.c715 cr_input_consume_white_spaces (CRInput * a_this, gulong * a_nb_chars) in cr_input_consume_white_spaces() argument
721 g_return_val_if_fail (a_this && PRIVATE (a_this) && a_nb_chars, in cr_input_consume_white_spaces()
725 ((*a_nb_chars > 0) && (nb_consumed < *a_nb_chars)); in cr_input_consume_white_spaces()
743 *a_nb_chars = (gulong) nb_consumed; in cr_input_consume_white_spaces()
Dcr-input.h103 cr_input_consume_white_spaces (CRInput *a_this, gulong *a_nb_chars) ;
Dcr-tknzr.c207 #define SKIP_CHARS(a_tknzr, a_nb_chars) \ argument
209 gulong nb_chars = a_nb_chars ; \
Dcr-parser.c305 #define SKIP_CHARS(a_parser, a_nb_chars) \ argument
307 glong nb_chars = a_nb_chars ; \