HomeSort by relevance Sort by last modified time
    Searched full:formatter (Results 126 - 150 of 397) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java 36 import java.util.Formatter;
47 // Note: Formatter is not thread safe. Fine for now as it is only used by the main thread.
48 private Formatter mFormatter;
91 mFormatter = new Formatter(mStringBuilder, Locale.getDefault());
  /external/icu4c/i18n/unicode/
rbnf.h 61 * The RuleBasedNumberFormat class formats numbers according to a set of rules. This number formatter is
118 * can change this). To fill in the substitutions, the formatter divides the number being
202 * description above shows. A formatter may own multiple rule sets, which can be selected by
215 * of other rule sets. If a formatter only has one rule set, the name may be omitted.</p>
459 * fraction rule set, format the result using the default rule set for this formatter.</li>
512 * passed in. The formatter uses the default locale.
513 * @param rules A description of the formatter's desired behavior.
524 * passed in. The formatter uses the default locale.
536 * @param rules A description of the formatter's desired behavior.
550 * passed in. The formatter uses the specified locale to determine th
    [all...]
numsys.h 47 * of an RBNF formatter ( rule based number formatter ), in order to calculate
format.h 50 * a numeric formatter such as DecimalFormat may convert a numeric
52 * the string back into a numeric value. A date and time formatter
74 * MessageFormat is a formatter which utilizes other Format objects to
  /external/chromium/chrome/browser/chromeos/status/
clock_menu_button.cc 84 scoped_ptr<icu::DateFormat> formatter(
88 formatter->format(
  /external/chromium/chrome/browser/ui/cocoa/
dock_icon.mm 139 scoped_nsobject<NSNumberFormatter> formatter(
142 [formatter stringFromNumber:[NSNumber numberWithInt:downloads_]];
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java 29 * A formatter which formats phone numbers as they are entered.
33 * {@link #inputDigit} on the formatter instance, and the partially formatted phone number will be
37 * <p>See the unittests for more details on how the formatter is to be used.
79 // formatter. The first element of the leadingDigitsPattern of each numberFormat contains a
102 * Constructs an as-you-type formatter. Should be obtained from {@link
129 // When there are multiple available formats, the formatter uses the first format where a
187 // The formatter doesn't format numbers when numberPattern contains "|", e.g.
229 * Clears the internal state of the formatter, so it can be reused.
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 82 DateFormat formatter = DateFormat.getDateTimeInstance();
83 output.println(formatter.format(new Date()));
  /libcore/luni/src/main/java/java/util/logging/
logging.properties 59 #java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
63 #java.util.logging.FileHandler.formatter=java.util.logging.XMLFormatter
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 52 import android.text.format.Formatter;
133 mTransInfo.mFileName, Formatter.formatFileSize(this, mTransInfo.mTotalBytes));
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DialogDetailsView.java 25 import android.text.format.Formatter;
136 value = Formatter.formatFileSize(
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 28 import android.text.format.Formatter;
139 sizeText = Formatter.formatFileSize(mContext, totalBytes);
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunnerStarter.java 37 import java.util.logging.Formatter;
165 private static final void replaceAllLogFormatters(Formatter form, Level level) {
  /external/icu4c/i18n/
reldtfmt.h 197 * Get the date pattern for the the date formatter associated with this object.
205 * Get the time pattern for the the time formatter associated with this object.
214 * (i.e., after this call, this formatter will format dates and times according to
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h 257 // Create a number formatter for the locale
272 // Take the number parsed above, and use the formatter to
281 delete fmt; // Release the storage used by the formatter
  /external/webkit/Tools/Scripts/
test-webkitpy 80 formatter = logging.Formatter("%(name)s: %(levelname)-8s %(message)s")
81 handler.setFormatter(formatter)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logtesting.py 150 formatter = logging.Formatter("%(levelname)s: %(message)s")
151 handler.setFormatter(formatter)
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 22 import java.util.Formatter;
241 Formatter f = new Formatter(sb);
  /packages/apps/Calendar/src/com/android/calendar/
CalendarViewAdapter.java 31 import java.util.Formatter;
73 private Formatter mFormatter;
96 mFormatter = new Formatter(mStringBuilder, Locale.getDefault());
  /cts/tools/dex-tools/src/dex/reader/
TypeFormatter.java 75 System.err.println("Strange type in formatter: " + typeName);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 1090 DecimalFormat formatter = null; local
1557 DecimalFormat formatter = getNumberFormatter(transformer, contextNode); local
    [all...]
  /external/chromium/testing/gtest/samples/
sample2_unittest.cc 63 // #defined as 0, the compiler will use the formatter function for
  /external/gtest/samples/
sample2_unittest.cc 63 // #defined as 0, the compiler will use the formatter function for
  /external/icu4c/io/
locbund.c 66 /* Copy the needed formatter. */
  /external/protobuf/gtest/samples/
sample2_unittest.cc 63 // #defined as 0, the compiler will use the formatter function for

Completed in 1746 milliseconds

1 2 3 4 56 7 8 91011>>