HomeSort by: relevance | last modified time | path
    Searched refs:GROUPING (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
numeric_members.cc 125 // Check for NULL, which implies no grouping.
136 const char* __src = __nl_langinfo_l(GROUPING, __cloc);
217 // Check for NULL, which implies no grouping.
228 const char* __src = __nl_langinfo_l(GROUPING, __cloc);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
numeric_members.cc 125 // Check for NULL, which implies no grouping.
136 const char* __src = __nl_langinfo_l(GROUPING, __cloc);
217 // Check for NULL, which implies no grouping.
228 const char* __src = __nl_langinfo_l(GROUPING, __cloc);
  /src/lib/libc/stdio/
vfwprintf.c 296 * If (*grp == CHAR_MAX) then no more grouping
306 * use *grp character (last grouping rule)
369 * If (*grp == CHAR_MAX) then no more grouping
380 * use *grp character (last grouping rule)
590 * most space for base 10 conversions with thousands' grouping
609 #define GROUPING 0x200 /* use grouping ("'" flag) */
632 const char *grouping; /* locale specific numeric grouping rules */ local
825 grouping = NULL
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 228 /* This file defines a function to check for correct grouping. */
229 # include "grouping.h"
260 /* The numeric grouping specification of the current locale,
262 const char *grouping; local
266 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
267 if (*grouping <= 0 || *grouping == CHAR_MAX)
268 grouping = NULL;
278 grouping = NULL
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 228 /* This file defines a function to check for correct grouping. */
229 # include "grouping.h"
260 /* The numeric grouping specification of the current locale,
262 const char *grouping; local
266 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
267 if (*grouping <= 0 || *grouping == CHAR_MAX)
268 grouping = NULL;
278 grouping = NULL
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
strtol.c 246 /* This file defines a function to check for correct grouping. */
247 # include "grouping.h"
282 /* The numeric grouping specification of the current locale,
284 const char *grouping; variable
288 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
289 if (*grouping <= 0 || *grouping == CHAR_MAX)
290 grouping = NULL;
300 grouping = NULL
    [all...]
  /src/external/gpl2/grep/dist/lib/
strtol.c 250 /* This file defines a function to check for correct grouping. */
251 # include "grouping.h"
286 /* The numeric grouping specification of the current locale,
288 const char *grouping; variable
292 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
293 if (*grouping <= 0 || *grouping == CHAR_MAX)
294 grouping = NULL;
304 grouping = NULL
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
strtol.c 241 /* This file defines a function to check for correct grouping. */
242 # include "grouping.h"
273 /* The numeric grouping specification of the current locale,
275 const char *grouping; local
279 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
280 if (*grouping <= 0 || *grouping == CHAR_MAX)
281 grouping = NULL;
291 grouping = NULL
    [all...]
  /src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fp.c 120 const char *grouping);
124 unsigned int intdig_no, const char *grouping,
140 /* Locale-dependent thousands separator and grouping specification. */
143 const char *grouping;
280 grouping = nl_langinfo (GROUPING);
282 grouping = nl_langinfo (MON_GROUPING);
284 if (*grouping <= 0 || *grouping == CHAR_MAX)
285 grouping = NULL
141 const char *grouping; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fp.c 120 const char *grouping);
124 unsigned int intdig_no, const char *grouping,
140 /* Locale-dependent thousands separator and grouping specification. */
143 const char *grouping;
280 grouping = nl_langinfo (GROUPING);
282 grouping = nl_langinfo (MON_GROUPING);
284 if (*grouping <= 0 || *grouping == CHAR_MAX)
285 grouping = NULL
141 const char *grouping; local
    [all...]
  /src/external/gpl3/gcc/dist/libquadmath/strtod/
strtod_l.c 463 /* This file defines a function to check for correct grouping. */
464 #include "grouping.h"
524 /* The numeric grouping specification of the current locale, local
526 const char *grouping;
537 grouping = nl_langinfo (GROUPING);
538 if (*grouping <= 0 || *grouping == CHAR_MAX)
539 grouping = NULL;
546 grouping = NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/strtod/
strtod_l.c 463 /* This file defines a function to check for correct grouping. */
464 #include "grouping.h"
524 /* The numeric grouping specification of the current locale, local
526 const char *grouping;
537 grouping = nl_langinfo (GROUPING);
538 if (*grouping <= 0 || *grouping == CHAR_MAX)
539 grouping = NULL;
546 grouping = NULL
    [all...]
  /src/external/gpl3/gcc/dist/libquadmath/
configure 13017 s = nl_langinfo (GROUPING);
13088 s = l->grouping;
  /src/external/gpl3/gcc.old/dist/libquadmath/
configure 12871 s = nl_langinfo (GROUPING);
12942 s = l->grouping;

Completed in 42 milliseconds