Searched refs:systemFormat (Results 1 – 1 of 1) sorted by relevance
65 val systemFormat = getBestDateTimePattern(Locale.getDefault(), "dMMMM") in <lambda>() constant66 DateTimeFormatter.ofPattern(systemFormat, Locale.getDefault()) in <lambda>()69 val systemFormat = getBestDateTimePattern(Locale.getDefault(), "MMMMYYYY") in <lambda>() constant70 DateTimeFormatter.ofPattern(systemFormat, Locale.getDefault()) in <lambda>()73 val systemFormat = getBestDateTimePattern(Locale.getDefault(), "MMMM") in <lambda>() constant74 DateTimeFormatter.ofPattern(systemFormat, Locale.getDefault()) in <lambda>()