OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_empty_wstr
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/c_locale_dummy/
c_locale_dummy.c
48
static const wchar_t *
_empty_wstr
= "";
variable
50
static const wchar_t *
_empty_wstr
= L"";
variable
400
{ return
_empty_wstr
; }
403
{ return
_empty_wstr
; }
410
{ return
_empty_wstr
; }
413
{ return
_empty_wstr
; }
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c
48
static const wchar_t *
_empty_wstr
= "";
variable
50
static const wchar_t *
_empty_wstr
= L"";
variable
400
{ return
_empty_wstr
; }
403
{ return
_empty_wstr
; }
410
{ return
_empty_wstr
; }
413
{ return
_empty_wstr
; }
Completed in 62 milliseconds