Searched refs:dtPatterns (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/c/genldml/ |
D | genldml.cpp | 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() [all …]
|