Searched refs:a_nb_chars (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-input.c689 *@a_nb_chars: in/out parameter. The number of white spaces to
698 cr_input_consume_white_spaces (CRInput * a_this, gulong * a_nb_chars) argument
704 g_return_val_if_fail (a_this && PRIVATE (a_this) && a_nb_chars,
708 ((*a_nb_chars > 0) && (nb_consumed < *a_nb_chars));
H A Dcr-input.h93 cr_input_consume_white_spaces (CRInput *a_this, gulong *a_nb_chars) ;
H A Dcr-tknzr.c194 *@param a_nb_chars the number of chars to skip. Must be of
197 #define SKIP_CHARS(a_tknzr, a_nb_chars) \
199 glong nb_chars = a_nb_chars ; \
H A Dcr-parser.c293 *@param a_nb_chars the number of chars to skip. Must be of
296 #define SKIP_CHARS(a_parser, a_nb_chars) \
298 glong nb_chars = a_nb_chars ; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-input.c689 *@a_nb_chars: in/out parameter. The number of white spaces to
698 cr_input_consume_white_spaces (CRInput * a_this, gulong * a_nb_chars) argument
704 g_return_val_if_fail (a_this && PRIVATE (a_this) && a_nb_chars,
708 ((*a_nb_chars > 0) && (nb_consumed < *a_nb_chars));
H A Dcr-input.h93 cr_input_consume_white_spaces (CRInput *a_this, gulong *a_nb_chars) ;
H A Dcr-tknzr.c194 *@param a_nb_chars the number of chars to skip. Must be of
197 #define SKIP_CHARS(a_tknzr, a_nb_chars) \
199 glong nb_chars = a_nb_chars ; \
H A Dcr-parser.c293 *@param a_nb_chars the number of chars to skip. Must be of
296 #define SKIP_CHARS(a_parser, a_nb_chars) \
298 glong nb_chars = a_nb_chars ; \

Completed in 211 milliseconds