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

  /src/external/gpl3/gcc.old/dist/libquadmath/strtod/
grouping.h 26 wchar_t thousands,
32 const char *thousands,
strtod_l.c 335 , const char *decimal, size_t decimal_len, const char *thousands
372 /* There might be thousands separators or radix characters in
383 if (thousands != NULL && *str == *thousands
384 && ({ for (inner = 1; thousands[inner] != '\0'; ++inner)
385 if (thousands[inner] != str[inner])
387 thousands[inner] == '\0'; }))
518 /* The thousands character of the current locale. */ local
520 wchar_t thousands = L'\0'; local
522 const char *thousands = NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
_i18n_number.h 59 char thousands[MB_LEN_MAX + 1]; local
61 /* "to_outpunct" is a map from ASCII decimal point and thousands-sep
63 use extra decimal point and thousands-sep. */
81 n = wcrtomb (thousands, wthousands, &state);
83 memcpy (thousands, ",", 2);
85 thousands[n] = '\0';
123 const char *outpunct = *s == '.' ? decimal : thousands;
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 258 /* The thousands character of the current locale. */
259 wchar_t thousands = L'\0'; local
271 /* Figure out the thousands separator character. */
273 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
274 if (thousands == WEOF)
275 thousands = L'\0';
277 if (thousands == L'\0')
336 if ((wchar_t) c != thousands
340 if (*s == thousands)
343 end = correctly_grouped_prefix (s, end, thousands, grouping)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 258 /* The thousands character of the current locale. */
259 wchar_t thousands = L'\0'; local
271 /* Figure out the thousands separator character. */
273 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
274 if (thousands == WEOF)
275 thousands = L'\0';
277 if (thousands == L'\0')
336 if ((wchar_t) c != thousands
340 if (*s == thousands)
343 end = correctly_grouped_prefix (s, end, thousands, grouping)
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
strtol.c 280 /* The thousands character of the current locale. */
281 wchar_t thousands = L'\0'; variable
293 /* Figure out the thousands separator character. */
295 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
296 if (thousands == WEOF)
297 thousands = L'\0';
299 if (thousands == L'\0')
358 if ((wchar_t) c != thousands
362 if (*s == thousands)
365 end = correctly_grouped_prefix (s, end, thousands, grouping)
    [all...]
  /src/external/gpl2/grep/dist/lib/
strtol.c 284 /* The thousands character of the current locale. */
285 wchar_t thousands = L'\0'; variable
297 /* Figure out the thousands separator character. */
299 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
300 if (thousands == WEOF)
301 thousands = L'\0';
303 if (thousands == L'\0')
362 if ((wchar_t) c != thousands
366 if (*s == thousands)
369 end = correctly_grouped_prefix (s, end, thousands, grouping)
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
strtol.c 271 /* The thousands character of the current locale. */
272 wchar_t thousands = L'\0'; local
284 /* Figure out the thousands separator character. */
286 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
287 if (thousands == WEOF)
288 thousands = L'\0';
290 if (thousands == L'\0')
349 if ((wchar_t) c != thousands
353 if (*s == thousands)
356 end = correctly_grouped_prefix (s, end, thousands, grouping)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
time.d 175 extremely frequently (e.g. hundreds of thousands of times a second) but
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
timezone.d 2409 can number in the thousands). For example,
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 9204 % thousands of lines. \gdef doesn't use the save stack, but \csname does
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 9204 % thousands of lines. \gdef doesn't use the save stack, but \csname does

Completed in 91 milliseconds