Home | History | Annotate | Download | only in intltest

Lines Matching refs:check_nf

4729         NumberFormat* check_nf = NumberFormat::createInstance(Locale("en_US"), status);
4731 fmt->adoptNumberFormat(fields, check_nf, status);
4732 assertSuccess("adoptNumberFormat check_nf", status);
4735 if (get_nf != check_nf) errln("FAIL: getter and setter do not work");
4737 NumberFormat* check_nf = NumberFormat::createInstance(Locale("en_US"), status);
4739 fmt->adoptNumberFormat(check_nf); // make sure using the same NF will not crash