HomeSort by: relevance | last modified time | path
    Searched defs:_NL_CURRENT (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/diffutils/dist/lib/
strtol.c 184 used. To access the values we have to redefine the _NL_CURRENT
187 # undef _NL_CURRENT
188 # define _NL_CURRENT(category, item) \
288 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
295 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 177 used. To access the values we have to redefine the _NL_CURRENT
180 # undef _NL_CURRENT
181 # define _NL_CURRENT(category, item) \
266 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
273 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 177 used. To access the values we have to redefine the _NL_CURRENT
180 # undef _NL_CURRENT
181 # define _NL_CURRENT(category, item) \
266 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
273 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
  /src/external/gpl2/grep/dist/lib/
strtol.c 188 used. To access the values we have to redefine the _NL_CURRENT
191 # undef _NL_CURRENT
192 # define _NL_CURRENT(category, item) \
292 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
299 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
  /src/external/gpl2/xcvs/dist/lib/
strtol.c 185 used. To access the values we have to redefine the _NL_CURRENT
188 # undef _NL_CURRENT
189 # define _NL_CURRENT(category, item) \
279 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
286 thousands = __btowc (*_NL_CURRENT (LC_NUMERIC, THOUSANDS_SEP));
strftime.c 221 used. To access the values we have to redefine the _NL_CURRENT
225 # undef _NL_CURRENT
226 # define _NL_CURRENT(category, item) \
337 #if !(defined _NL_CURRENT || HAVE_STRFTIME)
395 #ifdef _NL_CURRENT
403 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABDAY_1) + tp->tm_wday))
405 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(DAY_1) + tp->tm_wday))
407 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABMON_1) + tp->tm_mon))
409 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(MON_1) + tp->tm_mon))
411 ((const CHAR_T *) _NL_CURRENT (LC_TIME, tp->tm_hour > 11
    [all...]

Completed in 46 milliseconds