OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LC_COLLATE_MASK
(Results
1 - 19
of
19
) sorted by null
/external/libcxx/include/support/solaris/
xlocale.h
24
#define
LC_COLLATE_MASK
(1<<0)
30
#define LC_ALL_MASK (
LC_COLLATE_MASK
| LC_CTYPE_MASK | LC_MESSAGES_MASK | \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h
24
#define
LC_COLLATE_MASK
(1<<0)
30
#define LC_ALL_MASK (
LC_COLLATE_MASK
| LC_CTYPE_MASK | LC_MESSAGES_MASK | \
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h
24
#define
LC_COLLATE_MASK
(1<<0)
30
#define LC_ALL_MASK (
LC_COLLATE_MASK
| LC_CTYPE_MASK | LC_MESSAGES_MASK | \
/bionic/libc/include/
locale.h
53
#define
LC_COLLATE_MASK
(1 << LC_COLLATE)
63
#define LC_ALL_MASK (LC_CTYPE_MASK | LC_NUMERIC_MASK | LC_TIME_MASK |
LC_COLLATE_MASK
| \
/development/ndk/platforms/android-L/include/
locale.h
53
#define
LC_COLLATE_MASK
(1 << LC_COLLATE)
63
#define LC_ALL_MASK (LC_CTYPE_MASK | LC_NUMERIC_MASK | LC_TIME_MASK |
LC_COLLATE_MASK
| \
/external/chromium_org/third_party/libxslt/libxslt/
xsltlocale.c
26
#define
LC_COLLATE_MASK
(1 << LC_COLLATE)
113
locale = newlocale(
LC_COLLATE_MASK
, localeName, NULL);
125
locale = newlocale(
LC_COLLATE_MASK
, localeName, NULL);
142
locale = newlocale(
LC_COLLATE_MASK
, localeName, NULL);
/external/libcxx/include/support/ibm/
xlocale.h
25
#define
LC_COLLATE_MASK
1
31
#define LC_ALL_MASK (
LC_COLLATE_MASK
| LC_CTYPE_MASK | \
55
if (category_mask &
LC_COLLATE_MASK
)
/external/libcxx/include/support/win32/
locale_win32.h
22
#define
LC_COLLATE_MASK
_M_COLLATE
28
#define LC_ALL_MASK (
LC_COLLATE_MASK
\
/ndk/sources/android/support/include/
locale.h
67
#define
LC_COLLATE_MASK
(1 << LC_COLLATE)
81
|
LC_COLLATE_MASK
\
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h
25
#define
LC_COLLATE_MASK
1
31
#define LC_ALL_MASK (
LC_COLLATE_MASK
| LC_CTYPE_MASK | \
55
if (category_mask &
LC_COLLATE_MASK
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
22
#define
LC_COLLATE_MASK
_M_COLLATE
28
#define LC_ALL_MASK (
LC_COLLATE_MASK
\
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
locale.h
162
# define
LC_COLLATE_MASK
(1 << __LC_COLLATE)
174
|
LC_COLLATE_MASK
\
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
locale.h
162
# define
LC_COLLATE_MASK
(1 << __LC_COLLATE)
174
|
LC_COLLATE_MASK
\
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
locale.h
53
#define
LC_COLLATE_MASK
(1 << LC_COLLATE)
63
#define LC_ALL_MASK (LC_CTYPE_MASK | LC_NUMERIC_MASK | LC_TIME_MASK |
LC_COLLATE_MASK
| \
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
locale.h
53
#define
LC_COLLATE_MASK
(1 << LC_COLLATE)
63
#define LC_ALL_MASK (LC_CTYPE_MASK | LC_NUMERIC_MASK | LC_TIME_MASK |
LC_COLLATE_MASK
| \
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
locale.h
53
#define
LC_COLLATE_MASK
(1 << LC_COLLATE)
63
#define LC_ALL_MASK (LC_CTYPE_MASK | LC_NUMERIC_MASK | LC_TIME_MASK |
LC_COLLATE_MASK
| \
/prebuilts/ndk/9/sources/android/support/include/
locale.h
67
#define
LC_COLLATE_MASK
(1 << LC_COLLATE)
81
|
LC_COLLATE_MASK
\
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h
25
#define
LC_COLLATE_MASK
1
31
#define LC_ALL_MASK (
LC_COLLATE_MASK
| LC_CTYPE_MASK | \
55
if (category_mask &
LC_COLLATE_MASK
)
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
22
#define
LC_COLLATE_MASK
_M_COLLATE
28
#define LC_ALL_MASK (
LC_COLLATE_MASK
\
Completed in 257 milliseconds