/frameworks/base/packages/SystemUI/res/values-hu/ |
donottranslate.xml | 20 <!-- For formatting day of week and date in DateView. Day of week precedes date by default,
|
/frameworks/base/packages/SystemUI/res/values-ja/ |
donottranslate.xml | 20 <!-- For formatting day of week and date in DateView. Day of week precedes date by default,
|
/frameworks/base/packages/SystemUI/res/values-ko/ |
donottranslate.xml | 20 <!-- For formatting day of week and date in DateView. Day of week precedes date by default,
|
/frameworks/base/packages/SystemUI/res/values-lt/ |
donottranslate.xml | 20 <!-- For formatting day of week and date in DateView. Day of week precedes date by default,
|
/frameworks/base/packages/SystemUI/res/values-sw600dp/ |
donottranslate.xml | 20 <!-- For formatting day of week and date in DateView. %1$s is DOW, %2$s is date.
|
/frameworks/base/packages/SystemUI/res/values-tr/ |
donottranslate.xml | 20 <!-- For formatting day of week and date in DateView. Day of week precedes date by default,
|
/frameworks/base/packages/SystemUI/res/values-zh-rCN/ |
donottranslate.xml | 20 <!-- For formatting day of week and date in DateView. Day of week precedes date by default,
|
/frameworks/base/packages/SystemUI/res/values-zh-rTW/ |
donottranslate.xml | 20 <!-- For formatting day of week and date in DateView. Day of week precedes date by default,
|
/external/icu4c/samples/numfmt/ |
main.cpp | 85 // currency formatting ----------------------------------------------------- *** 93 * currency-formatting NumberFormat instances. 138 * number formatting slower. 183 * currency-formatting NumberFormat instances. 239 printf("show currency formatting (method for %s) in the locale \"%s\"\n",
|
/external/icu4c/test/cintltst/ |
cnumtst.c | 245 log_err("No locale for which number formatting patterns are applicable\n"); 247 log_verbose("A locale %s for which number formatting patterns are applicable\n",unum_getAvailable(i)); 271 log_err("Error in formatting using unum_format(.....): %s\n", myErrorName(status) ); 274 log_verbose("Pass: Number formatting using unum_format() successful\n"); 276 log_err("Fail: Error in number Formatting using unum_format()\n"); 278 log_verbose("Pass: Complete number formatting using unum_format() successful\n"); 280 log_err("Fail: Error in complete number Formatting using unum_format()\nGot: b=%d end=%d\nExpected: b=1 end=12\n", 303 log_err("Error in formatting using unum_formatDouble(.....): %s\n", myErrorName(status)); 306 log_verbose("Pass: Number Formatting using unum_formatDouble() Successful\n"); 308 log_err("FAIL: Error in number formatting using unum_formatDouble()\n") [all...] |
/external/icu4c/i18n/unicode/ |
dtfmtsym.h | 32 * \brief C++ API: Symbols for formatting dates. 45 * formatting data -- including timezone data. DateFormatSymbols is used by 53 * date-time formatting data for a given or default locale. After a formatter is 61 * formatting data from the locale. 65 * formatting data as necessary. For instance, clients can 268 * Selector for date formatting context 278 * Selector for date formatting width 291 * @param context The formatting context, either FORMAT or STANDALONE 303 * @param context The formatting context, either FORMAT or STANDALONE 345 * @param context The formatting context, either FORMAT or STANDALON [all...] |
datefmt.h | 15 * 11/15/99 weiv Added support for week of year/day of week formatting 46 * since midnight, January 1, 1970) to text is known as "formatting," and converting 49 * date formatting and parsing actions. 65 * If you are formatting multiple numbers, it is more efficient to get the 269 * formatting a UDate to the time string "1 PM PDT (Pacific Daylight Time)" 327 * formatting a UDate to the time string "1 PM PDT (Pacific Daylight Time)" 365 * FieldPosition& to detect formatting problems. 494 * Creates a time formatter with the given formatting style for the given 497 * @param style The given formatting style. For example, 508 * Creates a date formatter with the given formatting style for the give [all...] |
/libcore/luni/src/main/java/java/text/ |
DateFormat.java | 30 * An abstract class for date/time formatting subclasses which formats and 32 * formatting subclass, such as {@link SimpleDateFormat}, allows for formatting 38 * formatters based on the default or a given locale and a number of formatting 39 * styles. The formatting styles include FULL, LONG, MEDIUM, and SHORT. More 57 * If you are formatting multiple dates, it is more efficient to get the format 105 * over the formatting or parsing, try casting the {@code DateFormat} you get 420 * Returns a {@code DateFormat} instance for formatting and parsing dates in 430 * Returns a {@code DateFormat} instance for formatting and parsing dates in 447 * Returns a {@code DateFormat} instance for formatting and parsing dates i [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
string-resource.jd | 7 with optional text styling and formatting. There are three types of resources that can provide 20 <p>All strings are capable of applying some styling markup and formatting arguments. For 21 information about styling and formatting strings, see the section about <a 22 href="#FormattingAndStyling">Formatting and Styling</a>.</p> 76 href="#FormattingAndStyling">Formatting and Styling</a>, below. 184 quotation marks. See <a href="#FormattingAndStyling">Formatting and Styling</a>, below, for 300 escape apostrophes and quotation marks. See <a href="#FormattingAndStyling">Formatting and 366 <a href="#FormattingAndStyling">string formatting</a> with a number. For example, for the string 369 strings do not include string formatting, you don't need to pass the third parameter to {@link 382 <h2 id="FormattingAndStyling">Formatting and Styling</h2 [all...] |
/external/apache-http/src/org/apache/http/ |
FormattedHeader.java | 38 * For example when headers are received, the original formatting 40 * another formatting step.
|
/external/icu4c/test/intltest/ |
itrbnfp.cpp | 102 // these rules would throw exceptions when formatting, if we could throw exceptions 104 "10:", // formatting any value with a one's digit will fail
|
/external/qemu/android/utils/ |
bufprint.h | 27 ** of formatting arguments 30 ** in it. in case of overflow or formatting error, it will always return "buffend"
|
/external/webkit/Source/WebCore/css/ |
svg.css | 32 which does not use CSS layout [CSS2-LAYOUT] or XSL formatting [XSL], the 'overflow' property on the 37 [CSS2-LAYOUT] or XSL formatting [XSL], if the 'overflow' property has the value hidden or scroll, then
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
TrackerDataHelper.java | 38 /** provides no formatting */ 65 * Creates a instance with no output formatting capabilities. Useful for
|
/libcore/luni/src/main/java/java/util/logging/ |
Formatter.java | 57 * Otherwise no formatting is performed. 61 * @return the string resulted from the formatting.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
XmlFormatStyle.java | 16 package com.android.ide.eclipse.adt.internal.editors.formatting; 34 /** Layout formatting style: blank lines between elements, attributes on separate lines */
|
/bionic/linker/ |
linker_format.h | 34 /* Formatting routines for the dynamic linker's debug traces */
|
/external/chromium/base/i18n/ |
rtl.h | 75 // the appropriate Unicode formatting marks that mark the string direction 85 // inserting certain Unicode formatting marks into the returned string. 91 // adjusting the string involves inserting Unicode formatting characters that 133 // Directional Formatting) marks and returned. In LTR locale, the string itself
|
/external/chromium/webkit/glue/ |
context_menu_unittest.cc | 51 // make this a bit more robust in case of some other formatting or other bug.)
|
/external/clang/include/clang/AST/ |
ASTDiagnostic.h | 27 /// \brief DiagnosticsEngine argument formatting function for diagnostics that
|