OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npct
(Results
1 - 2
of
2
) sorted by null
/external/stlport/test/unit/
num_facets_test.cpp
37
numpunct<char> const&
npct
= use_facet<numpunct<char> >(loc);
local
38
CPPUNIT_ASSERT(
npct
.decimal_point() == *rl.decimal_point );
46
if (!
npct
.grouping().empty()) {
47
ref +=
npct
.thousands_sep();
50
ref +=
npct
.decimal_point();
57
ref +=
npct
.decimal_point();
75
if (!
npct
.grouping().empty()) {
76
ref +=
npct
.thousands_sep();
90
if (
npct
.grouping().size() == 1 &&
npct
.grouping()[0] == 3)
[
all
...]
/ndk/sources/android/stlport/test/unit/
num_facets_test.cpp
37
numpunct<char> const&
npct
= use_facet<numpunct<char> >(loc);
local
38
CPPUNIT_ASSERT(
npct
.decimal_point() == *rl.decimal_point );
46
if (!
npct
.grouping().empty()) {
47
ref +=
npct
.thousands_sep();
50
ref +=
npct
.decimal_point();
57
ref +=
npct
.decimal_point();
75
if (!
npct
.grouping().empty()) {
76
ref +=
npct
.thousands_sep();
90
if (
npct
.grouping().size() == 1 &&
npct
.grouping()[0] == 3)
[
all
...]
Completed in 10 milliseconds