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

1 2 34 5 6 7 8 91011>>

  /external/oprofile/libpp/
format_flags.h 18 * \sa format_output::formatter
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.text.format.DateUtils.html 86 <A NAME="android.text.format.DateUtils.formatDateRange_added(android.content.Context, java.util.Formatter, long, long, int)"></A>
87 <nobr><code>Formatter</code>&nbsp;<A HREF="../../../../reference/android/text/format/DateUtils.html#formatDateRange(android.content.Context, java.util.Formatter, long, long, int)" target="_top"><code>formatDateRange</code></A>(<code>Context,</nobr> Formatter<nobr>,</nobr> long<nobr>,</nobr> long<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
pkg_android.text.format.html 91 <A NAME="Formatter"></A>
92 <nobr><A HREF="android.text.format.Formatter.html">Formatter</A></nobr>
  /libcore/luni/src/main/java/java/util/
FormatterClosedException.java 22 * A {@code FormatterClosedException} will be thrown if the formatter has been
IllegalFormatCodePointException.java 24 * passed as a parameter to a Formatter.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionFormatter.java 22 * Suggestion formatter interface. This is used to bold (or otherwise highlight) portions of a
  /external/icu4c/i18n/
nfsubs.cpp 51 const RuleBasedNumberFormat* formatter,
74 const RuleBasedNumberFormat* formatter,
77 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor)
130 const RuleBasedNumberFormat* formatter,
177 const RuleBasedNumberFormat* formatter,
180 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {}
200 const RuleBasedNumberFormat* formatter,
231 const RuleBasedNumberFormat* formatter,
234 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {}
262 const RuleBasedNumberFormat* formatter,
    [all...]
  /external/icu4c/i18n/unicode/
datefmt.h 485 * Create a default date/time formatter that uses the SHORT style for both
488 * @return A date/time formatter which the caller owns.
494 * Creates a time formatter with the given formatting style for the given
501 * @return A time formatter which the caller owns.
508 * Creates a date formatter with the given formatting style for the given
514 * @return A date formatter which the caller owns.
521 * Creates a date/time formatter with the given formatting styles for the
530 * @return A date/time formatter which the caller owns.
547 * Returns true if the formatter is set for lenient parsing.
565 * Gets the calendar associated with this date/time formatter
    [all...]
umsg.h 472 * Open a message formatter with given pattern and for the given locale.
493 * @param format The formatter to close.
521 * @param fmt The formatter to copy
533 * @param fmt The formatter to set
534 * @param locale The locale the formatter should use.
544 * @param fmt The formatter to querry
553 * @param fmt The formatter to use
572 * @param fmt The formatter to use
592 * @param fmt The formatter to use
614 * @param fmt The formatter to use
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 28 import java.util.Formatter;
182 private final Formatter formatter = new Formatter(builder, null); field in class:LoggingPrintStream
191 formatter.format(l, format, args);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 267 // The format-GUI-editors flag only applies when the custom formatter is used,
268 // since the built-in formatter has problems editing partial documents
273 * Should the XML formatter use a custom Android XML formatter (following
274 * Android code style) or use the builtin Eclipse XML formatter?
276 * @return true if the Android formatter should be used instead of the
284 * Should the Android XML formatter use the Eclipse XML indentation settings
295 * Should the Android XML formatter try to avoid inserting blank lines to
306 * Should the Android XML formatter attempt to place a single attribute on
  /external/icu4c/io/
uprntf_p.c 293 /* get the formatter */
300 /* save the formatter's state */
304 /* set the appropriate flags and number of decimal digits on the formatter */
370 /* get the formatter */
377 /* set the appropriate flags on the formatter */
501 /* get the formatter */
508 /* set the appropriate flags on the formatter */
576 /* get the formatter */
583 /* set the appropriate flags on the formatter */
611 /* save the formatter's state *
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 27 import java.util.Formatter;
173 * {@link #formatDateRange(Context, Formatter, long, long, int, String) formatDateRange}
    [all...]
Formatter.java 24 * by the {@link java.util.Formatter} class in {@link java.util}
26 public final class Formatter {
  /external/apache-http/src/org/apache/http/impl/io/
HttpRequestWriter.java 46 final LineFormatter formatter,
48 super(buffer, formatter, params);
HttpResponseWriter.java 46 final LineFormatter formatter,
48 super(buffer, formatter, params);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldMemoryHandlerTest.java 66 props.put("java.util.logging.MemoryHandler.formatter", baseClassName + "$MockFormatter");
77 assertNotNull("Formatter should not be null", handler.getFormatter());
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SizeLimitActivity.java 28 import android.text.format.Formatter;
93 String sizeString = Formatter.formatFileSize(this, size);
  /external/icu4c/test/intltest/
itrbnfrt.h 85 void doTest(const RuleBasedNumberFormat* formatter, double lowLimit, double highLimit);
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutDirectionsTest.java 23 import java.util.Formatter;
112 Formatter f = new Formatter(buf);
227 Directions[] expectedDirs, Formatter f) {
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
android.text.format.DateUtils.html 86 <A NAME="android.text.format.DateUtils.formatDateRange_added(android.content.Context, java.util.Formatter, long, long, int, java.lang.String)"></A>
87 <nobr><code>Formatter</code>&nbsp;<A HREF="../../../../reference/android/text/format/DateUtils.html#formatDateRange(android.content.Context, java.util.Formatter, long, long, int, java.lang.String)" target="_top"><code>formatDateRange</code></A>(<code>Context,</nobr> Formatter<nobr>,</nobr> long<nobr>,</nobr> long<nobr>,</nobr> int<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
MiscFilesHandler.java 24 import android.text.format.Formatter;
182 Formatter.formatFileSize(mContext, selectedDataSize),
183 Formatter.formatFileSize(mContext, mAdapter.getDataSize())));
254 view.setFileSize(Formatter.formatFileSize(mContext, item.mSize));
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
pkg_android.text.format.html 84 <A NAME="Formatter"></A>
85 <nobr><A HREF="android.text.format.Formatter.html">Formatter</A></nobr>
  /libcore/luni/src/main/java/java/util/logging/
SocketHandler.java 36 * <li>java.util.logging.SocketHandler.formatter specifies the name of the
37 * formatter class to be associated with this handler, defaults to
59 // default formatter
XMLFormatter.java 25 * Formatter to convert a {@link LogRecord} into an XML string. The DTD
31 public class XMLFormatter extends Formatter {
85 // get localized message if has, but don't call Formatter.formatMessage

Completed in 1015 milliseconds

1 2 34 5 6 7 8 91011>>