OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LC_TIME_MASK
(Results
26 - 35
of
35
) sorted by null
1
2
/external/libcxx/include/support/win32/
locale_win32.h
26
#define
LC_TIME_MASK
_M_TIME
33
|
LC_TIME_MASK
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
26
#define
LC_TIME_MASK
_M_TIME
33
|
LC_TIME_MASK
)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h
26
#define
LC_TIME_MASK
_M_TIME
33
|
LC_TIME_MASK
)
/external/libcxx/include/support/ibm/
xlocale.h
30
#define
LC_TIME_MASK
32
33
LC_NUMERIC_MASK |
LC_TIME_MASK
)
63
if (category_mask &
LC_TIME_MASK
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h
30
#define
LC_TIME_MASK
32
33
LC_NUMERIC_MASK |
LC_TIME_MASK
)
63
if (category_mask &
LC_TIME_MASK
)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h
30
#define
LC_TIME_MASK
32
33
LC_NUMERIC_MASK |
LC_TIME_MASK
)
63
if (category_mask &
LC_TIME_MASK
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h
29
#define
LC_TIME_MASK
(1<<5)
31
LC_MONETARY_MASK | LC_NUMERIC_MASK |
LC_TIME_MASK
)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
xlocale.h
29
#define
LC_TIME_MASK
(1<<5)
31
LC_MONETARY_MASK | LC_NUMERIC_MASK |
LC_TIME_MASK
)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c
234
ret->lc_time = (mask &
LC_TIME_MASK
) ? p->lc_time : base->lc_time;
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
82
return (struct _Locale_time*)newlocale(
LC_TIME_MASK
, nm, NULL);
Completed in 1138 milliseconds
1
2