Home | History | Annotate | Download | only in unit

Lines Matching refs:tested_locales

22 static const ref_monetary tested_locales[] = {
41 if (i < sizeof(tested_locales) / sizeof(tested_locales[0])) {
42 return tested_locales + i;
419 size_t n = sizeof(tested_locales) / sizeof(tested_locales[0]);
426 locale tmp(tested_locales[i].name);
436 (inst.*__test)(loc, tested_locales + i);
439 locale tmp(locale::classic(), tested_locales[i].name, locale::monetary);
442 (inst.*__test)(loc, tested_locales + i);
445 locale tmp0(locale::classic(), new moneypunct_byname<char, true>(tested_locales[i].name));
446 locale tmp1(tmp0, new moneypunct_byname<char, false>(tested_locales[i].name));
449 (inst.*__test)(loc, tested_locales + i);