HomeSort by relevance Sort by last modified time
    Searched refs:GROUPING (Results 1 - 8 of 8) sorted by null

  /external/bison/lib/
strtol.c 224 /* This file defines a function to check for correct grouping. */
225 # include "grouping.h"
256 /* The numeric grouping specification of the current locale,
258 const char *grouping; local
262 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING);
263 if (*grouping <= 0 || *grouping == CHAR_MAX)
264 grouping = NULL;
274 grouping = NULL
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
langinfo.h 484 # define GROUPING __GROUPING
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
langinfo.h 484 # define GROUPING __GROUPING
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
langinfo.h 484 # define GROUPING __GROUPING
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 473 return (_Locale_thousands_sep(__loc) != 0 ) ? (nl_langinfo_l(GROUPING, (locale_t)__loc)) : _empty_str;
  /external/v8/src/
parser.h 364 GROUPING
393 // Stored disjunction type (capture, look-ahead or grouping), if any.
parser.cc     [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 473 return (_Locale_thousands_sep(__loc) != 0 ) ? (nl_langinfo_l(GROUPING, (locale_t)__loc)) : _empty_str;

Completed in 459 milliseconds