Searched refs:I18N (Results 1 – 5 of 5) sorted by relevance
68 #define I18N 0x0400 /* I: use locale's digits */ macro519 flags |= I18N; in __vfwscanf_internal()1438 if (base == 10 && __builtin_expect ((flags & I18N) != 0, 0)) in __vfwscanf_internal()2174 if (__builtin_expect ((flags & I18N) != 0, 0) in __vfwscanf_internal()
21 * Streams and I18N:: Streams in internationalized applications.130 unoriented at program start (@pxref{Streams and I18N}).705 @node Streams and I18N
6476 * manual/stdio.texi (Streams and I18N): Fix typos.
5661 * stdio-common/vfscanf.c (__vfscanf): Fix I18N number
11259 [!_LIBC]: Conditionalize enabling of I18N on HAVE_WCSCOLL and