Home | History | Annotate | Download | only in intltest

Lines Matching refs:check_nf

4651         NumberFormat* check_nf = NumberFormat::createInstance(Locale("en_US"), status);
4653 fmt->adoptNumberFormat(fields, check_nf, status);
4654 assertSuccess("adoptNumberFormat check_nf", status);
4657 if (get_nf != check_nf) errln("FAIL: getter and setter do not work");
4659 NumberFormat* check_nf = NumberFormat::createInstance(Locale("en_US"), status);
4661 fmt->adoptNumberFormat(check_nf); // make sure using the same NF will not crash