Home | History | Annotate | Download | only in intltest

Lines Matching refs:usf

3944         SimpleDateFormat *usf = new SimpleDateFormat(pat1,Locale::getEnglish(),status);
3946 usf->format(parsedate,parsedres,pos);
3947 usf->format(thedate,expres,pos);
3949 delete usf;