Searched defs:usf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.cpp3416 SimpleDateFormat *usf = new SimpleDateFormat(pat1,Locale::getEnglish(),status); local
3418 usf->format(parsedate,parsedres,pos);
3419 usf->format(thedate,expres,pos);
3421 delete usf;
/external/icu4c/test/intltest/
H A Ddtfmttst.cpp3782 SimpleDateFormat *usf = new SimpleDateFormat(pat1,Locale::getEnglish(),status); local
3784 usf->format(parsedate,parsedres,pos);
3785 usf->format(thedate,expres,pos);
3787 delete usf;

Completed in 135 milliseconds