Home | History | Annotate | Download | only in libxml2

Lines Matching defs:in

9  * copyright notice and this permission notice appear in all copies.
14 * CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.
30 * - C escapes in %#[] ?
299 /* The width of a pointer. The number of bits in a hex digit is 4 */
377 /* Maximal number of characters in class */
386 /* Maximal number of integers in grouping */
569 * Integer part grouped in thousands
571 * Number grouped in nibbles (4 bits)
637 /* An indication of which entry in the data union is used */
677 trio_instream_t in;
693 * The current location in the stream.
743 * Need this to workaround a parser bug in HP C/iX compiler that fails
758 * UNIX98 says "in a locale where the radix character is not defined,
931 /* Error in locale */
1186 int dots; /* Count number of dots in modifier part */
1190 * indices specifies the order in which the parameters must be
1930 * In addition to the ANSI C89 these types are read (the
2000 * Variable sizes are mapped onto the fixed sizes, in
2597 * and string representations performed by the libray routine in
3111 continue; /* while characters left in formatting string */
4285 /* Handle built-in namespaces */
5085 * Same order as the grouping attribute in LC_NUMERIC.
5197 * Minus is used to specify ranges. To include minus in the class,
5262 /* Error in syntax */
5287 /* Error in syntax */
5421 * We implement our own number conversion in preference of strtol and
5513 /* Abort if digit is not allowed in the specified base */
6071 /* Compare multibyte characters in format string */
6080 continue; /* while characters left in formatting string */
6094 /* Two % in format matches one % in input stream */
6498 self->current = (data->stream.in == NULL)
6500 : (data->stream.in)(data->closure);
6744 data.stream.in = stream;
6764 data.stream.in = stream;
6782 data.stream.in = stream;