Home | History | Annotate | Download | only in intltest

Lines Matching full:fmt7

2702     NumberFormat* fmt7= NumberFormat::createInstance(loc7, ec);
2708 fmt5 != NULL && fmt6 != NULL && fmt7 != NULL) {
2714 expect2(*fmt7, 1234.567, CharsToUnicodeString("\\u4e00,\\u4e8c\\u4e09\\u56db.\\u4e94\\u516d\\u4e03"));
2749 delete fmt7;