HomeSort by relevance Sort by last modified time
    Searched full:formatting (Results 476 - 500 of 1924) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/io/
PrintWriter.java 792 * formatting errors, see the <a
820 * formatting. If <tt>l</tt> is <tt>null</tt> then no localization
843 * formatting errors, see the <a
865 * previous invocations of other formatting methods on this object.
887 * formatting errors, see the <a
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Formatter.java 62 * are supported. Limited formatting customization for arbitrary user types is
72 * some of its features. Also, Java formatting is more strict than C's; for
90 * // locale-specific formatting of numbers. The precision and width can be
103 * <p> Convenience methods for common formatting requests exist as illustrated
134 * href="#summary">Summary</a>, covers the basic formatting concepts. This
139 * formatting behavior.
143 * <p> This section is intended to provide a brief overview of formatting
369 * <p> The following conversion characters are used for formatting times:
438 * <p> The following conversion characters are used for formatting dates:
494 * <p> The following conversion characters are used for formatting commo
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RuleBasedNumberFormat.java 38 * other complicated formatting tasks, such as formatting a number of seconds as hours,
120 * Formatting 25,430 with this rule set would work like this:</p>
196 * The body of <tt>%%lenient-parse</tt> isn't a set of number-formatting rules, but a <tt>RuleBasedCollator</tt>
255 * have precedence when formatting and parsing this rule. For example, some
267 * have precedence when formatting and parsing this rule. For example, some
279 * have precedence when formatting and parsing this rule. For example, some
    [all...]
TimeUnitFormat.java 145 * Create TimeUnitFormat given a ULocale and a formatting style.
175 * Create TimeUnitFormat given a Locale and a formatting style.
184 * Set the locale used for formatting or parsing.
203 * Set the locale used for formatting or parsing.
214 * Set the format used for formatting or parsing. Passing null is equivalent to passing
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RuleBasedNumberFormat.java 37 * other complicated formatting tasks, such as formatting a number of seconds as hours,
119 * Formatting 25,430 with this rule set would work like this:</p>
195 * The body of <tt>%%lenient-parse</tt> isn't a set of number-formatting rules, but a <tt>RuleBasedCollator</tt>
254 * have precedence when formatting and parsing this rule. For example, some
266 * have precedence when formatting and parsing this rule. For example, some
278 * have precedence when formatting and parsing this rule. For example, some
    [all...]
TimeUnitFormat.java 143 * Create TimeUnitFormat given a ULocale and a formatting style.
173 * Create TimeUnitFormat given a Locale and a formatting style.
182 * Set the locale used for formatting or parsing.
201 * Set the locale used for formatting or parsing.
212 * Set the format used for formatting or parsing. Passing null is equivalent to passing
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DecimalFormat.java 116 * and output unchanged during formatting. Special characters, on the other hand, stand
241 * appear properly during formatting. However, care must be taken that the symbols and
320 * object. During formatting, the {@link DecimalFormatSymbols}-based digits are output.
334 * <h4>Formatting</h4>
336 * <p>Formatting is guided by several parameters, all of which can be specified either
492 * <li>In order to enable significant digits formatting, use a pattern containing the
496 * <li>In order to disable significant digits formatting, use a pattern that does not
563 * <li>Rounding only affects the string produced by formatting. It does not affect
691 // * currency plural formatting (such as plural rule and currency plural patterns), you
698 // * @param style the decimal formatting style, it is one of the following values
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtitvfmt.h 35 * DateIntervalFormat is a class for formatting and parsing date
37 * Only formatting is supported, parsing is not supported.
60 * So, formatting a DateInterval is pattern-driven. It is very
61 * similar to formatting in SimpleDateFormat.
95 * The calendar fields we support for interval formatting are:
109 * For other calendar fields, the compact interval formatting is not
173 * formatting: time zone, calendar type, pattern, date format symbols,
213 * // formatting
    [all...]
  /external/libxml2/doc/html/
libxml-HTMLtree.html 39 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>buf</tt></i>:</span></td><td>the HTML buffer output</td></tr><tr><td><span class="term"><i><tt>cur</tt></i>:</span></td><td>the document</td></tr><tr><td><span class="term"><i><tt>encoding</tt></i>:</span></td><td>the encoding string</td></tr><tr><td><span class="term"><i><tt>format</tt></i>:</span></td><td>should formatting spaces been added</td></tr></tbody></table></div><h3><a name="htmlDocContentDumpOutput" id="htmlDocContentDumpOutput"></a>Function: htmlDocContentDumpOutput</h3><pre class="programlisting">void htmlDocContentDumpOutput (<a href="libxml-tree.html#xmlOutputBufferPtr">xmlOutputBufferPtr</a> buf, <br /> <a href="libxml-tree.html#xmlDocPtr">xmlDocPtr</a> cur, <br /> const char * encoding)<br />
47 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>cur</tt></i>:</span></td><td>the document</td></tr><tr><td><span class="term"><i><tt>mem</tt></i>:</span></td><td>OUT: the memory pointer</td></tr><tr><td><span class="term"><i><tt>size</tt></i>:</span></td><td>OUT: the memory length</td></tr><tr><td><span class="term"><i><tt>format</tt></i>:</span></td><td>should formatting spaces been added</td></tr></tbody></table></div><h3><a name="htmlGetMetaEncoding" id="htmlGetMetaEncoding"></a>Function: htmlGetMetaEncoding</h3><pre class="programlisting">const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * htmlGetMetaEncoding (<a href="libxml-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> doc)<br />
56 </pre><p>Dump an HTML node, recursive behaviour,children are printed too, and formatting returns are added.</p>
58 </pre><p>Dump an HTML node, recursive behaviour,children are printed too, and formatting returns are added.</p>
61 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>out</tt></i>:</span></td><td>the FILE pointer</td></tr><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>the document</td></tr><tr><td><span class="term"><i><tt>cur</tt></i>:</span></td><td>the current node</td></tr><tr><td><span class="term"><i><tt>encoding</tt></i>:</span></td><td>the document encoding</td></tr><tr><td><span class="term"><i><tt>format</tt></i>:</span></td><td>should formatting spaces been added</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of byte written or -1 in case of failure.</td></tr></tbody></table></div><h3><a name="htmlNodeDumpFormatOutput" id="htmlNodeDumpFormatOutput"></a>Function: htmlNodeDumpFormatOutput</h3><pre class="programlisting">void htmlNodeDumpFormatOutput (<a href="libxml-tree.html#xmlOutputBufferPtr">xmlOutputBufferPtr</a> buf, <br /> <a href="libxml-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> cur, <br /> const char * encoding, <br /> int format)<br />
63 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>buf</tt></i>:</span></td><td>the HTML buffer output</td></tr><tr><td><span class="term"><i><tt>doc</tt></i>:</span></td><td>the document</td></tr><tr><td><span class="term"><i><tt>cur</tt></i>:</span></td><td>the current node</td></tr><tr><td><span class="term"><i><tt>encoding</tt></i>:</span></td><td>the encoding string</td></tr><tr><td><span class="term"><i><tt>format</tt></i>:</span></td><td>should formatting spaces been added</td></tr></tbody></table></div><h3><a name="htmlNodeDumpOutput" id="htmlNodeDumpOutput"></a>Function: htmlNodeDumpOutput</h3><pre class="programlisting">void htmlNodeDumpOutput (<a href="libxml-tree.html#xmlOutputBufferPtr">xmlOutputBufferPtr</a> buf, <br /> <a href="libxml-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br /> <a href="libxml-tree.html#xmlNodePtr">xmlNodePtr</a> cur, <br /> const char * encoding)<br />
64 </pre><p>Dump an HTML node, recursive behaviour,children are printed too, and formatting returns/spaces are added.</p>
68 </pre><p>Dump an HTML document to a file using a given encoding and formatting returns/spaces are added.</p>
71 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>filename</tt></i>:</span></td><td>the filename</td></tr><tr><td><span class="term"><i><tt>cur</tt></i>:</span></td><td>the document</td></tr><tr><td><span class="term"><i><tt>encoding</tt></i>:</span></td><td>the document encoding</td></tr><tr><td><span class="term"><i><tt>format</tt></i>:</span></td><td>should formatting spaces been added</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of byte written or -1 in case of failure.</td></tr></tbody></table></div><h3><a name="htmlSetMetaEncoding" id="htmlSetMetaEncoding"></a>Function: htmlSetMetaEncoding</h3><pre class="programlisting">int htmlSetMetaEncoding (<a href="libxml-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> doc, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * encoding)<br />
  /external/icu/icu4c/source/test/depstest/
dependencies.txt 759 formatting formattable_cnv regex regex_cnv translit
766 formatting # Temporary, TODO: Ticket #9982 class Region should use low-level ASCII-integer functions, and probably be moved to the common library.
829 group: formatting
928 formatting # for Transliterator::getDisplayName()
948 formatting conversion translit
  /prebuilts/gdb/darwin-x86/lib/python2.7/
calendar.py 128 Base calendar class. This class doesn't do any formatting. It simply
222 Return the data for the specified year ready for formatting. The return
235 Return the data for the specified year ready for formatting (similar to
248 Return the data for the specified year ready for formatting (similar to
596 """Prints multi-column formatting for year calendars"""
formatter.py 1 """Generic output formatting.
3 Formatter objects transform an abstract flow of formatting events into
11 interfaces facilitate formatting events which are not reversible, such as
  /prebuilts/gdb/linux-x86/lib/python2.7/
calendar.py 128 Base calendar class. This class doesn't do any formatting. It simply
222 Return the data for the specified year ready for formatting. The return
235 Return the data for the specified year ready for formatting (similar to
248 Return the data for the specified year ready for formatting (similar to
596 """Prints multi-column formatting for year calendars"""
formatter.py 1 """Generic output formatting.
3 Formatter objects transform an abstract flow of formatting events into
11 interfaces facilitate formatting events which are not reversible, such as
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 128 Base calendar class. This class doesn't do any formatting. It simply
222 Return the data for the specified year ready for formatting. The return
235 Return the data for the specified year ready for formatting (similar to
248 Return the data for the specified year ready for formatting (similar to
596 """Prints multi-column formatting for year calendars"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 128 Base calendar class. This class doesn't do any formatting. It simply
222 Return the data for the specified year ready for formatting. The return
235 Return the data for the specified year ready for formatting (similar to
248 Return the data for the specified year ready for formatting (similar to
596 """Prints multi-column formatting for year calendars"""
  /toolchain/binutils/binutils-2.25/bfd/
ChangeLog-2005 333 * elfxx-mips.c: Formatting fixes.
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java     [all...]
  /toolchain/binutils/binutils-2.25/gas/
ChangeLog-0001 637 * cgen.c: Tidy up formatting.
    [all...]
  /external/blktrace/doc/
blkparse.1 50 options \-\- see OUTPUT DESCRIPTION AND FORMATTING for details.
88 (See OUTPUT DESCRIPTION AND FORMATTING for details.)
275 .SH "OUTPUT DESCRIPTION AND FORMATTING"
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
common.py 254 """Formats a string with formatting arguments."""
263 formatting the string.
276 *params: The formatting positional parameters.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SimplePatternFormatter.java 327 // then we first copy its contents and use that instead while formatting.
365 * Like formatting with all-empty string values.
373 * Like formatting with all-empty string values.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimplePatternFormatter.java 325 // then we first copy its contents and use that instead while formatting.
363 * Like formatting with all-empty string values.
371 * Like formatting with all-empty string values.
  /external/v8/tools/
stats-viewer.py 51 # Mapping from counter prefix to the formatting to be used for the counter
183 grouped by suffix and then displayed with custom formatting
246 # add an appropriate formatting to the variable
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialNameMatcher.java 162 * Matches a phone number against the saved query, taking care of formatting characters and also
174 * Matches a phone number against a query, taking care of formatting characters and also
187 * Matches a phone number against a query, taking care of formatting characters

Completed in 952 milliseconds

<<11121314151617181920>>