HomeSort by relevance Sort by last modified time
    Searched full:formatted (Results 226 - 250 of 1015) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/i18n/unicode/
smpdtfmt.h 251 * as "thai". To specify that just the year portion of the date be formatted using Hebrew numbering,
292 * as "thai". To specify that just the year portion of the date be formatted using Hebrew numbering,
380 * @param cal Calendar set to the date and time to be formatted
400 * @param cal Calendar set to the date and time to be formatted
423 * @param obj A Formattable containing the date-time value to be formatted
447 * @param obj A Formattable containing the date-time value to be formatted
467 * @param date the Date value to be formatted.
481 * @param date the Date value to be formatted.
498 * @param obj Object to be formatted.
511 * @param date Date value to be formatted
    [all...]
decimfmt.h 288 * "#,##,##0", and the number 123456789 is formatted as "12,34,56,789". If a
376 * digits are shown. For example, 1997 is formatted as "97" if the
381 * example, 1997 is formatted as "01997" if the minimum integer digits
386 * maximum fraction digits. For example, 0.125 is formatted as "0.12"
392 * For example, 0.125 is formatted as "0.1250" if the mimimum fraction
398 * formatted as "0.1" if the maximum fraction digits is four or less.
428 * formatted using the localized minus sign, <em>not</em> the prefix and suffix
436 * exponent. Example: 0.00123 formatted with "00.###E0" yields "12.3E-4". This
443 * "##0.###E0". The number 12345 is formatted using "##0.####E0" as "12.345E3".
449 * parsing. For example, 12345 formatted with "##0.##E0" is "12.3E3"
    [all...]
datefmt.h 275 * @param cal Calendar set to the date and time to be formatted
295 * @param cal Calendar set to the date and time to be formatted
333 * @param date UDate to be formatted into a date/time string.
348 * @param date UDate to be formatted into a date/time string.
367 * @param date The UDate value to be formatted into a string.
378 * @param obj The object to be formatted into a string.
415 * @param cal a Calendar set to the date and time to be formatted
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 250 // component of the number, after the main national number is formatted. For example, if you wish
485 * are grouped in the same way that we would have formatted it, or as a single block. For
511 // First we check if the national significant number is formatted as a block.
531 // that the candidate group ends with the formatted number group.
538 * Helper method to get the national-number part of a number, formatted without any national
539 * prefix, and return it as a set of digit blocks that would be formatted together.
544 // We remove the extension part from the formatted string before splitting it into different
    [all...]
  /external/chromium/base/
string_util.cc 846 OutStringType formatted; variable
847 formatted.reserve(format_string.length() + sub_length);
858 formatted.push_back('$');
866 static_cast<int>(formatted.size()));
874 formatted.append(subst.at(index));
878 formatted.push_back(*i);
887 return formatted;
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormat.java 339 * in the formatted text.
346 * the target string buffer to append the formatted date/time to.
349 * of the alignment field in the formatted text.
373 * @return the formatted string.
387 * in the formatted text.
392 * the target string buffer to append the formatted date/time to.
395 * of the alignment field in the formatted text.
  /external/icu4c/test/cintltst/
cdtrgtst.c 243 UChar* formatted=NULL; local
262 formatted = myFormatit(fmt, d1);
263 if( u_strcmp(formatted,str)!=0) {
264 log_err("Fail: Want %s Got: %s\n", austrdup(str), austrdup(formatted) );
358 US locale a string formatted according to mm/dd/yy and parses it
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/omnibox/extension-docs/
background.html 264 * Parses an API manifest subsection which is formatted as an Array.
283 * Parses an API manifest subsection which is formatted as an Object.
320 * @returns {Object} A suggestion object formatted for the omnibox API.
  /external/chromium/net/http/
http_response_headers.h 40 // Parses the given raw_headers. raw_headers should be formatted thus:
79 // Creates a normalized header string. The output will be formatted exactly
264 // Tries to extract the "HTTP/X.Y" from a status line formatted like:
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageChannel.java 119 * Send the message (after it has been formatted)
162 * Send the message (after it has been formatted), to a specified address and a specified port
193 * Send a formatted message to the specified target.
  /external/webkit/Tools/android/flex-2.5.4a/
misc.c 358 /* lerrif - report an error message formatted with one integer argument */
370 /* lerrsf - report an error message formatted with one string argument */
618 /* out - various flavors of outputing a (possibly formatted) string for the
parse.y 815 /* format_synerr - write out formatted syntax error */
837 /* format_warn - write out formatted warning */
857 /* format_pinpoint_message - write out a message formatted with one string,
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
gsmamr_enc.h 174 * formatted bitstream, WMF-formatted bitstream, or ETS-formatted bitstream,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 391 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); local
392 if (formatted != null) {
393 rootEdit = formatted;
  /external/bluetooth/glib/glib/
gstring.c 1357 * Appends a formatted string onto the end of a #GString.
1392 * Writes a formatted string into a #GString.
1413 * Writes a formatted string into a #GString.
1428 * Writes a formatted string into a #GString.
    [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 230 * Format the given wiki-style text into formatted HTML content. This will
235 * @return HTML formatted content, ready for display in {@link WebView}.
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 175 * @return An RFC 1123 formatted date string.
190 * @return A formatted date string.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
Messages.java 169 * @return The formatted message string.
196 * @return The formatted message string.
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 46 * dump a DER object as a formatted string with indentation
345 * dump out a DER object as a formatted string, in non-verbose mode.
  /external/chromium/chrome/browser/resources/net_internals/
util.js 135 * single header row. The header row appears at the top of an HTML formatted
227 * Returns a formatted text representation of the table data.
  /external/icu4c/i18n/
reldtfmt.h 90 * @param cal Calendar set to the date and time to be formatted
134 * @param cal a Calendar set to the date and time to be formatted
  /external/icu4c/test/intltest/
dtfmrgts.cpp 317 UnicodeString formatted; local
319 formatted = fmt->format( o, formatted, poss, status );
321 logln( "Formatted string: " + formatted );
322 if( formatted != str)
323 errln("Fail: Want " + str + " Got " + formatted);
554 US locale a string formatted according to mm/dd/yy and parses it
    [all...]
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 192 * private or public "plainrsa" formatted text.
193 * Convert the result to PEM formatted output.
  /external/markdown/MarkdownTest/Tests_2004/
Markdown Documentation - Basics.text 24 web application that allows you type your own Markdown-formatted text
285 To specify an entire block of pre-formatted code, indent every line of

Completed in 1619 milliseconds

1 2 3 4 5 6 7 8 91011>>