Searched refs:formatter (Results 1 – 20 of 20) sorted by relevance
42 Formatter formatter = new Formatter(Locale.US, now); in compareTimeZoneInfo_matchGmtOrder() local43 TimeZoneInfo timeZone1 = formatter.format("Pacific/Honolulu"); in compareTimeZoneInfo_matchGmtOrder()44 TimeZoneInfo timeZone2 = formatter.format("America/Los_Angeles"); in compareTimeZoneInfo_matchGmtOrder()45 TimeZoneInfo timeZone3 = formatter.format("America/Indiana/Marengo"); in compareTimeZoneInfo_matchGmtOrder()46 TimeZoneInfo timeZone4 = formatter.format("America/New_York"); in compareTimeZoneInfo_matchGmtOrder()
36 Formatter formatter = new Formatter(Locale.US, now); in testFormat() local38 TimeZoneInfo timeZoneInfo = formatter.format("America/Los_Angeles"); in testFormat()50 Formatter formatter = new Formatter(Locale.US, date); in getGmtOffset_zoneLordHowe_correctGmtOffset() local52 TimeZoneInfo timeZoneInfo = formatter.format("Australia/Lord_Howe"); in getGmtOffset_zoneLordHowe_correctGmtOffset()
40 Formatter formatter = new Formatter(Locale.US, now); in updateState_matchExpectedFormattedText() local42 TimeZoneInfo timeZoneInfo = formatter.format("America/Los_Angeles"); in updateState_matchExpectedFormattedText()
202 final ArrayInitializerFormatter formatter = in dumpTextsInternal() local213 formatter.outCommentLines(addPrefix(" // ", res. mComment)); in dumpTextsInternal()217 formatter.outElement(EMPTY_STRING_VAR + ","); in dumpTextsInternal()219 formatter.outElement(String.format("\"%s\",", escaped)); in dumpTextsInternal()222 outputArraySize = formatter.getCurrentIndex(); in dumpTextsInternal()224 formatter.outElement("null,"); in dumpTextsInternal()229 formatter.flush(); in dumpTextsInternal()
45 MeasureFormat formatter = MeasureFormat.getInstance(Locale.getDefault(), FormatWidth.WIDE); in formatDuration() local49 return formatter.format(new Measure(hours, MeasureUnit.HOUR)); in formatDuration()53 return formatter.format(new Measure(minutes, MeasureUnit.MINUTE)); in formatDuration()57 return formatter.format(new Measure(seconds, MeasureUnit.SECOND)); in formatDuration()
61 final TimeZoneInfo.Formatter formatter = new TimeZoneInfo.Formatter(getLocale(), in loadFixedOffsets() local64 timeZoneInfos.add(formatter.format(TimeZone.getFrozenTimeZone("Etc/UTC"))); in loadFixedOffsets()71 timeZoneInfos.add(formatter.format(TimeZone.getFrozenTimeZone(id))); in loadFixedOffsets()
117 final TimeZoneInfo.Formatter formatter = new TimeZoneInfo.Formatter(getLocale(), in getRegionTimeZoneInfo() local129 timeZoneInfos.add(formatter.format(timeZone)); in getRegionTimeZoneInfo()
82 final BidiFormatter formatter = BidiFormatter.getInstance(); in getDashboardLabel() local89 formatter.unicodeWrap(info.batteryPercentString), in getDashboardLabel()90 formatter.unicodeWrap(info.remainingLabel)); in getDashboardLabel()
168 SimpleDateFormat formatter; in getExplicitFormattedTime() local170 formatter = new SimpleDateFormat(format24); in getExplicitFormattedTime()172 formatter = new SimpleDateFormat(format12); in getExplicitFormattedTime()174 return formatter.format(new Date(time)); in getExplicitFormattedTime()
214 final Formatter formatter = new Formatter() { in initDiskLog() local220 handler.setFormatter(formatter); in initDiskLog()
114 final BidiFormatter formatter = BidiFormatter.getInstance(); in updateState_multiImeWithMixedLocale_setImeLabelToSummary() local131 …verify(mPreference).setSummary(formatter.unicodeWrap(label1) + " and " + formatter.unicodeWrap(lab… in updateState_multiImeWithMixedLocale_setImeLabelToSummary()
171 final BidiFormatter formatter = BidiFormatter.getInstance(); in join() local184 formatter.unicodeWrap(itr.next().toString(), TextDirectionHeuristics.FIRSTSTRONG_LTR)); in join()188 return formatter.unicodeWrap(sb.toString()); in join()
95 final DateTimeFormatter formatter =99 final String wallClockTimeAtChange = formatter.format(wearEstimateChange.dateAtChange);
1028 Formatter formatter = new Formatter(); in log() local1029 formatter.format(message, args); in log()1030 Log.i(TAG, formatter.toString()); in log()
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...