• Home
  • Raw
  • Download

Lines Matching refs:dtPatterns

1635 	ResourceBundle dtPatterns = calendar.get("DateTimePatterns", mError);  in writeDateFormat()  local
1653 …writeFormat("dateFormatLength","dateFormatStart","dateFormatEnd","full",dtPatterns.getStringEx((in… in writeDateFormat()
1654 …writeFormat("dateFormatLength","dateFormatStart","dateFormatEnd","long",dtPatterns.getStringEx((in… in writeDateFormat()
1655 …writeFormat("dateFormatLength","dateFormatStart","dateFormatEnd","medium",dtPatterns.getStringEx((… in writeDateFormat()
1656 …writeFormat("dateFormatLength","dateFormatStart","dateFormatEnd","short",dtPatterns.getStringEx((i… in writeDateFormat()
1672 ResourceBundle dtPatterns = calendar.get("DateTimePatterns", mError); in writeTimeFormat() local
1688 …writeFormat("timeFormatLength","timeFormatStart","timeFormatEnd","full",dtPatterns.getStringEx((in… in writeTimeFormat()
1689 …writeFormat("timeFormatLength","timeFormatStart","timeFormatEnd","long",dtPatterns.getStringEx((in… in writeTimeFormat()
1690 …writeFormat("timeFormatLength","timeFormatStart","timeFormatEnd","medium",dtPatterns.getStringEx((… in writeTimeFormat()
1691 …writeFormat("timeFormatLength","timeFormatStart","timeFormatEnd","short",dtPatterns.getStringEx((i… in writeTimeFormat()
1707 ResourceBundle dtPatterns = calendar.get("DateTimePatterns", mError); in writeDateTimeFormat() local
1721 …writeFormat("dateTimeFormatLength","dateTimeFormatStart","dateTimeFormatEnd",NULL,dtPatterns.getSt… in writeDateTimeFormat()
1859 ResourceBundle dtPatterns = mSourceBundle.get("NumberPatterns", mError); in writeNumberPatterns() local
1867 …ts","decimalFormatLength","decimalFormatStart","decimalFormatEnd",NULL,dtPatterns.getStringEx((int… in writeNumberPatterns()
1868 …ntificFormatLength","scientificFormatStart","scientificFormatEnd",NULL,dtPatterns.getStringEx((int… in writeNumberPatterns()
1869 …ts","percentFormatLength","percentFormatStart","percentFormatEnd",NULL,dtPatterns.getStringEx((int… in writeNumberPatterns()
1870 …,"currencyFormatLength","currencyFormatStart","currencyFormatEnd",NULL,dtPatterns.getStringEx((int… in writeNumberPatterns()