OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Locale_thousands_sep
(Results
1 - 10
of
10
) sorted by null
/external/stlport/src/c_locale_glibc/
c_locale_glibc2.c
466
char
_Locale_thousands_sep
(struct _Locale_numeric *__loc)
473
return (
_Locale_thousands_sep
(__loc) != 0 ) ? (nl_langinfo_l(GROUPING, (locale_t)__loc)) : _empty_str;
490
{ return (wchar_t)
_Locale_thousands_sep
(__loc); }
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
466
char
_Locale_thousands_sep
(struct _Locale_numeric *__loc)
473
return (
_Locale_thousands_sep
(__loc) != 0 ) ? (nl_langinfo_l(GROUPING, (locale_t)__loc)) : _empty_str;
490
{ return (wchar_t)
_Locale_thousands_sep
(__loc); }
/external/stlport/src/
c_locale.h
324
char
_Locale_thousands_sep
(struct _Locale_numeric *);
facets_byname.cpp
449
{ return
_Locale_thousands_sep
(_M_numeric); }
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
c_locale.h
324
char
_Locale_thousands_sep
(struct _Locale_numeric *);
facets_byname.cpp
449
{ return
_Locale_thousands_sep
(_M_numeric); }
[
all
...]
/external/stlport/src/c_locale_dummy/
c_locale_dummy.c
337
char
_Locale_thousands_sep
(struct _Locale_numeric* lnum)
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c
337
char
_Locale_thousands_sep
(struct _Locale_numeric* lnum)
/external/stlport/src/c_locale_win32/
c_locale_win32.c
[
all
...]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c
[
all
...]
Completed in 74 milliseconds