OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LC_NUMERIC_MASK
(Results
1 - 8
of
8
) sorted by null
/ndk/sources/android/support/include/
locale.h
43
#define
LC_NUMERIC_MASK
(1 << LC_NUMERIC)
56
|
LC_NUMERIC_MASK
\
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h
162
# define
LC_NUMERIC_MASK
(1 << __LC_NUMERIC)
174
|
LC_NUMERIC_MASK
\
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h
162
# define
LC_NUMERIC_MASK
(1 << __LC_NUMERIC)
174
|
LC_NUMERIC_MASK
\
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
locale.h
162
# define
LC_NUMERIC_MASK
(1 << __LC_NUMERIC)
174
|
LC_NUMERIC_MASK
\
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
24
#define
LC_NUMERIC_MASK
_M_NUMERIC
31
|
LC_NUMERIC_MASK
\
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h
19
#define
LC_NUMERIC_MASK
(1<<4)
22
LC_MONETARY_MASK |
LC_NUMERIC_MASK
| LC_TIME_MASK)
/external/stlport/src/c_locale_glibc/
c_locale_glibc2.c
76
return (struct _Locale_numeric*)newlocale(
LC_NUMERIC_MASK
, nm, NULL);
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
76
return (struct _Locale_numeric*)newlocale(
LC_NUMERIC_MASK
, nm, NULL);
Completed in 642 milliseconds