OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_empty_str
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c
45
static const char *
_empty_str
= "";
variable
340
{ return
_empty_str
; }
367
{ return
_empty_str
; }
369
{ return
_empty_str
; }
375
{ return
_empty_str
; }
377
{ return
_empty_str
; }
379
{ return
_empty_str
; }
446
{ return
_empty_str
; }
448
{ return
_empty_str
; }
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c
9
static const char *
_empty_str
= "";
variable
473
return (_Locale_thousands_sep(__loc) != 0 ) ? (nl_langinfo_l(GROUPING, (locale_t)__loc)) :
_empty_str
;
536
return (_Locale_mon_thousands_sep( __loc ) != 0 ) ? nl_langinfo_l(MON_GROUPING, (locale_t)__loc) :
_empty_str
;
Completed in 74 milliseconds