OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_NAMELESS
(Results
1 - 2
of
2
) sorted by null
/external/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
"'"));
303
if (L1.name() !=
_Nameless
&& L2.name() !=
_Nameless
)
306
impl->name =
_Nameless
;
397
(this->name() == L.name() && this->name() !=
_Nameless
);
423
if (L.name() !=
_Nameless
)
[
all
...]
/ndk/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
...]
Completed in 549 milliseconds