OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newlocale
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/glsl/
strtod.c
50
loc =
newlocale
(LC_CTYPE_MASK, "C", NULL);
/external/libxslt/libxslt/
xsltlocale.c
23
#define
newlocale
__newlocale
macro
113
locale =
newlocale
(LC_COLLATE_MASK, localeName, NULL);
125
locale =
newlocale
(LC_COLLATE_MASK, localeName, NULL);
142
locale =
newlocale
(LC_COLLATE_MASK, localeName, NULL);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h
154
extern __locale_t
newlocale
(int __category_mask, __const char *__locale,
158
`
newlocale
'. In the GNU implementation, LC_FOO_MASK has the value
/external/stlport/src/c_locale_glibc/
c_locale_glibc2.c
62
return (struct _Locale_ctype*)
newlocale
(LC_CTYPE_MASK, nm, NULL);
76
return (struct _Locale_numeric*)
newlocale
(LC_NUMERIC_MASK, nm, NULL);
82
return (struct _Locale_time*)
newlocale
(LC_TIME_MASK, nm, NULL);
88
return (struct _Locale_collate*)
newlocale
(LC_COLLATE_MASK, nm, NULL);
94
return (struct _Locale_monetary*)
newlocale
(LC_MONETARY_MASK, nm, NULL);
100
return (struct _Locale_messages*)
newlocale
(LC_MESSAGES_MASK, nm, NULL);
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
62
return (struct _Locale_ctype*)
newlocale
(LC_CTYPE_MASK, nm, NULL);
76
return (struct _Locale_numeric*)
newlocale
(LC_NUMERIC_MASK, nm, NULL);
82
return (struct _Locale_time*)
newlocale
(LC_TIME_MASK, nm, NULL);
88
return (struct _Locale_collate*)
newlocale
(LC_COLLATE_MASK, nm, NULL);
94
return (struct _Locale_monetary*)
newlocale
(LC_MONETARY_MASK, nm, NULL);
100
return (struct _Locale_messages*)
newlocale
(LC_MESSAGES_MASK, nm, NULL);
Completed in 207 milliseconds