Home | History | Annotate | Download | only in locale.moneypunct

Lines Matching defs:count

25     static int count;
28 : F(refs) {++count;}
30 ~my_facet() {--count;}
33 int my_facet::count = 0;
39 assert(my_facet::count == 1);
41 assert(my_facet::count == 0);
44 assert(my_facet::count == 1);
47 assert(my_facet::count == 1);
49 assert(my_facet::count == 1);
51 assert(my_facet::count == 0);