OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Nameless
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
locale.cpp
29
#define
_NAMELESS
"*"
30
static const char
_Nameless
[] =
_NAMELESS
;
252
if (!::strcmp(
_Nameless
, name))
253
_STLP_THROW(runtime_error("Invalid locale name '"
_NAMELESS
"'"));
302
if (L1.name() !=
_Nameless
&& L2.name() !=
_Nameless
)
305
impl->name =
_Nameless
;
396
(this->name() == L.name() && this->name() !=
_Nameless
);
422
if (L.name() !=
_Nameless
)
[
all
...]
locale_impl.cpp
31
static const char
_Nameless
[] = "*";
718
loc_new->name =
_Nameless
;
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
locale.cpp
29
#define
_NAMELESS
"*"
30
static const char
_Nameless
[] =
_NAMELESS
;
252
if (!::strcmp(
_Nameless
, name))
253
_STLP_THROW(runtime_error("Invalid locale name '"
_NAMELESS
"'"));
302
if (L1.name() !=
_Nameless
&& L2.name() !=
_Nameless
)
305
impl->name =
_Nameless
;
396
(this->name() == L.name() && this->name() !=
_Nameless
);
422
if (L.name() !=
_Nameless
)
[
all
...]
locale_impl.cpp
31
static const char
_Nameless
[] = "*";
718
loc_new->name =
_Nameless
;
Completed in 306 milliseconds