Home | History | Annotate | Download | only in src

Lines Matching refs:numpunct

241     this->insert(i2, numpunct<char>::id);
243 this->insert(i2, numpunct<wchar_t>::id);
255 locale::_M_throw_on_creation_failure(__err_code, name, "numpunct");
269 locale::_M_throw_on_creation_failure(__err_code, name, "numpunct");
280 this->insert(punct, numpunct<char>::id);
282 this->insert(wpunct, numpunct<wchar_t>::id);
637 new numpunct<char>(1),
651 new numpunct<wchar_t>(1),
682 locale::id numpunct<char>::id = { 6 } ;
691 locale::id numpunct<wchar_t>::id = { 19 };