Home
last modified time | relevance | path

Searched +full:code +full:- +full:format (Results 1 – 25 of 1356) sorted by relevance

12345678910>>...55

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/
DFormat.Builder.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
5 <title>Format.Builder (ExoPlayer library)</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></scrip…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></sc…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/
DFormat.Builder.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
5 <title>Format.Builder (ExoPlayer library)</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></scrip…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></sc…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
[all …]
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DNumberFormat.java5 * Copyright (C) 1996-2016, International Business Machines Corporation and
18 import java.text.Format;
45 * <code>NumberFormat</code> is the abstract base class for all number
47 * numbers. <code>NumberFormat</code> also provides methods for determining
50 * <code>NumberFormat</code> helps you to format and parse numbers for any locale.
51 * Your code can be completely independent of the locale conventions for
52 * decimal points, thousands-separators, or even the particular decimal
53 * digits used, or whether the number format is even decimal.
56 * To format a number for the current Locale, use one of the factory
60 * myString = NumberFormat.getInstance().format(myNumber);
[all …]
DMessageFormat.java5 * Copyright (c) 2004-2016, International Business Machines
24 import java.text.Format;
59 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
60 * classes in that you create a <code>MessageFormat</code> object with one
61 * of its constructors (not with a <code>getInstance</code> style factory
62 * method). Factory methods aren't necessary because <code>MessageFormat</code>
63 * itself doesn't implement locale-specific behavior. Any locale-specific
67 * <p>Arguments can be named (using identifiers) or numbered (using small ASCII-digit integers).
71 * <p>An argument might not specify any format type. In this case,
77 * Format object is created, cached and used.
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNumberFormat.java6 * Copyright (C) 1996-2016, International Business Machines Corporation and
19 import java.text.Format;
46 * <code>NumberFormat</code> is the abstract base class for all number
48 * numbers. <code>NumberFormat</code> also provides methods for determining
51 * <code>NumberFormat</code> helps you to format and parse numbers for any locale.
52 * Your code can be completely independent of the locale conventions for
53 * decimal points, thousands-separators, or even the particular decimal
54 * digits used, or whether the number format is even decimal.
57 * To format a number for the current Locale, use one of the factory
61 * myString = NumberFormat.getInstance().format(myNumber);
[all …]
DMessageFormat.java6 * Copyright (c) 2004-2016, International Business Machines
25 import java.text.Format;
60 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
61 * classes in that you create a <code>MessageFormat</code> object with one
62 * of its constructors (not with a <code>getInstance</code> style factory
63 * method). Factory methods aren't necessary because <code>MessageFormat</code>
64 * itself doesn't implement locale-specific behavior. Any locale-specific
68 * <p>Arguments can be named (using identifiers) or numbered (using small ASCII-digit integers).
72 * <p>An argument might not specify any format type. In this case,
78 * Format object is created, cached and used.
[all …]
/external/jackson-databind/docs/javadoc/1.9/org/codehaus/jackson/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:34 PDT 2013 -->
6 <title>Uses of Class org.codehaus.jackson.format.MatchStrength (Jackson JSON Processor)</title>
7 <meta name="date" content="2013-07-14">
11 <script type="text/javascript"><!--
12 if (location.href.indexOf('is-external=true') == -1) {
13 …parent.document.title="Uses of Class org.codehaus.jackson.format.MatchStrength (Jackson JSON Proce…
15 //-->
20 <!-- ========= START OF TOP NAVBAR ======= -->
[all …]
/external/jackson-core/docs/javadoc/1.9/org/codehaus/jackson/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:34 PDT 2013 -->
6 <title>Uses of Class org.codehaus.jackson.format.MatchStrength (Jackson JSON Processor)</title>
7 <meta name="date" content="2013-07-14">
11 <script type="text/javascript"><!--
12 if (location.href.indexOf('is-external=true') == -1) {
13 …parent.document.title="Uses of Class org.codehaus.jackson.format.MatchStrength (Jackson JSON Proce…
15 //-->
20 <!-- ========= START OF TOP NAVBAR ======= -->
[all …]
/external/cronet/third_party/icu/source/i18n/unicode/
Dmsgfmt.h4 * Copyright (C) 2007-2013, International Business Machines Corporation and
15 * 07/22/98 stephen Removed operator!= (defined in Format)
28 * \brief C++ API: Formats messages in a language-neutral way.
33 #include "unicode/format.h"
61 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
62 * classes in that you create a <code>MessageFormat</code> object with one
63 * of its constructors (not with a <code>createInstance</code> style factory
64 * method). Factory methods aren't necessary because <code>MessageFormat</code>
65 * itself doesn't implement locale-specific behavior. Any locale-specific
69 * <p>Arguments can be named (using identifiers) or numbered (using small ASCII-digit integers).
[all …]
/external/icu/libicu/cts_headers/unicode/
Dmsgfmt.h4 * Copyright (C) 2007-2013, International Business Machines Corporation and
15 * 07/22/98 stephen Removed operator!= (defined in Format)
28 * \brief C++ API: Formats messages in a language-neutral way.
33 #include "unicode/format.h"
61 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
62 * classes in that you create a <code>MessageFormat</code> object with one
63 * of its constructors (not with a <code>createInstance</code> style factory
64 * method). Factory methods aren't necessary because <code>MessageFormat</code>
65 * itself doesn't implement locale-specific behavior. Any locale-specific
69 * <p>Arguments can be named (using identifiers) or numbered (using small ASCII-digit integers).
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h4 * Copyright (C) 2007-2013, International Business Machines Corporation and
15 * 07/22/98 stephen Removed operator!= (defined in Format)
28 * \brief C++ API: Formats messages in a language-neutral way.
33 #include "unicode/format.h"
61 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
62 * classes in that you create a <code>MessageFormat</code> object with one
63 * of its constructors (not with a <code>createInstance</code> style factory
64 * method). Factory methods aren't necessary because <code>MessageFormat</code>
65 * itself doesn't implement locale-specific behavior. Any locale-specific
69 * <p>Arguments can be named (using identifiers) or numbered (using small ASCII-digit integers).
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/
DDateFormatUtils.java9 * http://www.apache.org/licenses/LICENSE-2.0
27 * <p>Formatting is performed using the thread-safe
31 * override any previously called Calendar.clear() calls. See LANG-755.</p>
48 * ISO 8601 formatter for date-time without time zone.
51 * The format used is {@code yyyy-MM-dd'T'HH:mm:ss}. This format uses the
58 = FastDateFormat.getInstance("yyyy-MM-dd'T'HH:mm:ss");
61 …* @deprecated - as of 4.0, ISO_DATETIME_FORMAT will be replaced by ISO_8601_EXTENDED_DATETIME_FORM…
67 * ISO 8601 formatter for date-time with time zone.
70 * The format used is {@code yyyy-MM-dd'T'HH:mm:ssZZ}. This format uses the
77 = FastDateFormat.getInstance("yyyy-MM-dd'T'HH:mm:ssZZ");
[all …]
/external/jackson-core/docs/javadoc/2.11.rc1/com/fasterxml/jackson/core/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0_162) on Tue Mar 24 11:10:01 PDT 2020 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.11.0.rc1 API)<…
8 <meta name="date" content="2020-03-24">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 …ent.document.title="Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.…
21 //-->
[all …]
/external/jackson-core/docs/javadoc/2.11/com/fasterxml/jackson/core/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0_162) on Sat Apr 25 16:56:57 PDT 2020 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.11.0 API)</tit…
8 <meta name="date" content="2020-04-25">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 …ent.document.title="Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.…
21 //-->
[all …]
/external/jackson-core/docs/javadoc/2.9/com/fasterxml/jackson/core/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0_162) on Tue Jan 23 20:16:58 PST 2018 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.9.0 API)</titl…
8 <meta name="date" content="2018-01-23">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 …ent.document.title="Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.…
21 //-->
[all …]
/external/jackson-core/docs/javadoc/2.10/com/fasterxml/jackson/core/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0_162) on Wed Sep 25 19:22:24 PDT 2019 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.10.0 API)</tit…
8 <meta name="date" content="2019-09-25">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 …ent.document.title="Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.…
21 //-->
[all …]
/external/jackson-core/docs/javadoc/2.8/com/fasterxml/jackson/core/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (version 1.7.0_79) on Sun Jul 03 22:20:52 PDT 2016 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.8.0 API)</titl…
8 <meta name="date" content="2016-07-03">
12 <script type="text/javascript"><!--
13 if (location.href.indexOf('is-external=true') == -1) {
14 …ent.document.title="Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.…
16 //-->
[all …]
/external/jackson-core/docs/javadoc/2.6/com/fasterxml/jackson/core/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (version 1.7.0_67) on Thu Jul 16 17:13:17 PDT 2015 -->
6 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7 <title>Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.6.0 API)</titl…
8 <meta name="date" content="2015-07-16">
12 <script type="text/javascript"><!--
13 if (location.href.indexOf('is-external=true') == -1) {
14 …ent.document.title="Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.…
16 //-->
[all …]
/external/jackson-core/docs/javadoc/2.7/com/fasterxml/jackson/core/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (version 1.7.0_79) on Sat Jan 09 21:52:40 PST 2016 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.7.0 API)</titl…
8 <meta name="date" content="2016-01-09">
12 <script type="text/javascript"><!--
13 if (location.href.indexOf('is-external=true') == -1) {
14 …ent.document.title="Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.…
16 //-->
[all …]
/external/jackson-core/docs/javadoc/2.2.0/com/fasterxml/jackson/core/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (version 1.7.0_10-ea) on Mon Apr 22 19:45:41 PDT 2013 -->
6 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7 <title>Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.2.0 API)</titl…
8 <meta name="date" content="2013-04-22">
12 <script type="text/javascript"><!--
13 if (location.href.indexOf('is-external=true') == -1) {
14 …ent.document.title="Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.…
16 //-->
[all …]
/external/jackson-core/docs/javadoc/2.5/com/fasterxml/jackson/core/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (version 1.7.0_55) on Thu Jan 01 15:37:47 PST 2015 -->
6 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7 <title>Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.5.0 API)</titl…
8 <meta name="date" content="2015-01-01">
12 <script type="text/javascript"><!--
13 if (location.href.indexOf('is-external=true') == -1) {
14 …ent.document.title="Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.…
16 //-->
[all …]
/external/jackson-core/docs/javadoc/2.3/com/fasterxml/jackson/core/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (version 1.7.0_25) on Wed Nov 13 21:04:21 PST 2013 -->
6 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7 <title>Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.3.0 API)</titl…
8 <meta name="date" content="2013-11-13">
12 <script type="text/javascript"><!--
13 if (location.href.indexOf('is-external=true') == -1) {
14 …ent.document.title="Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.…
16 //-->
[all …]
/external/jackson-core/docs/javadoc/2.4/com/fasterxml/jackson/core/format/class-use/
DMatchStrength.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (version 1.7.0_25) on Thu May 29 11:39:01 PDT 2014 -->
6 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7 <title>Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.4.0 API)</titl…
8 <meta name="date" content="2014-05-29">
12 <script type="text/javascript"><!--
13 if (location.href.indexOf('is-external=true') == -1) {
14 …ent.document.title="Uses of Class com.fasterxml.jackson.core.format.MatchStrength (Jackson-core 2.…
16 //-->
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/drm/
DDrmSessionManager.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/drm/
DDrmSessionManager.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…
14 <![endif]-->
15 <script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
16 <script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
[all …]

12345678910>>...55