Home
last modified time | relevance | path

Searched refs:form (Results 1 – 19 of 19) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java63 DecimalFormat form = (DecimalFormat) DecimalFormat.getInstance(Locale.US); in test_parse_bigDecimal() local
64 assertFalse(form.isParseBigDecimal()); in test_parse_bigDecimal()
65 form.setParseBigDecimal(true); in test_parse_bigDecimal()
66 assertTrue(form.isParseBigDecimal()); in test_parse_bigDecimal()
68 Number result = form.parse("123.123"); in test_parse_bigDecimal()
71 form.setParseBigDecimal(false); in test_parse_bigDecimal()
72 assertFalse(form.isParseBigDecimal()); in test_parse_bigDecimal()
74 result = form.parse("123.123"); in test_parse_bigDecimal()
95 DecimalFormat form = (DecimalFormat) NumberFormat.getInstance(Locale.US); in test_parse_returnType() local
96 Number number = form.parse("23.1", new ParsePosition(0)); in test_parse_returnType()
[all …]
/libcore/ojluni/src/main/java/java/text/
DNormalizer.java165 public static String normalize(CharSequence src, Form form) { in normalize() argument
167 return android.icu.text.Normalizer.normalize(src.toString(), form.icuMode); in normalize()
183 public static boolean isNormalized(CharSequence src, Form form) { in isNormalized() argument
185 return android.icu.text.Normalizer.isNormalized(src.toString(), form.icuMode, 0); in isNormalized()
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFormattedFloatingDecimal.java33 sun.misc.FormattedFloatingDecimal.Form form, in FormattedFloatingDecimal() argument
39 double d, int precision, sun.misc.FormattedFloatingDecimal.Form form) { in valueOf() argument
/libcore/benchmarks/libs/
Dcaliper.jar.txt27 "Source" form shall mean the preferred form for making modifications,
31 "Object" form shall mean any form resulting from mechanical
32 transformation or translation of a Source form, including but
37 Object form, made available under the License, as indicated by a
42 form, that is based on (or derived from) the Work and for which the
55 means any form of electronic, verbal, or written communication sent
72 Work and such Derivative Works in Source or Object form.
92 modifications, and in Source or Object form, provided that You
101 (c) You must retain, in the Source form of any Derivative Works
103 attribution notices from the Source form of the Work,
[all …]
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java98 private @Stable MethodTypeForm form; // erased form, plus cached data about primitives field in MethodType
126 /*trusted*/ MethodTypeForm form() { return form; } in form() method in MethodType
314 mt.form = MethodTypeForm.findForm(mt); in makeImpl()
598 return form.hasPrimitives(); in hasPrimitives()
619 return form.erasedType(); in erase()
845 MethodTypeForm oldForm = this.form(); in isConvertibleTo()
846 MethodTypeForm newForm = newType.form(); in isConvertibleTo()
1007 return form.parameterSlotCount(); in parameterSlotCount()
DMethodTypeForm.java211 MethodTypeForm that = this.basicType.form(); in MethodTypeForm()
239 MethodTypeForm that = MethodType.genericMethodType(ptypeCount).form(); in MethodTypeForm()
330 return erased.form(); in findForm()
/libcore/ojluni/src/main/java/sun/misc/
DFormattedFloatingDecimal.java35 public static FormattedFloatingDecimal valueOf(double d, int precision, Form form){ in valueOf() argument
37 FloatingDecimal.getBinaryToASCIIConverter(d, form == Form.COMPATIBLE); in valueOf()
38 return new FormattedFloatingDecimal(precision,form, fdConverter); in valueOf()
57 …private FormattedFloatingDecimal(int precision, Form form, FloatingDecimal.BinaryToASCIIConverter … in FormattedFloatingDecimal() argument
68 switch (form) { in FormattedFloatingDecimal()
/libcore/ojluni/src/main/java/sun/security/util/
DDerOutputStream.java559 public void putTag(byte tagClass, boolean form, byte val) { in putTag() argument
561 if (form) { in putTag()
DDerValue.java936 public static byte createTag(byte tagClass, boolean form, byte val) { in createTag() argument
938 if (form) { in createTag()
/libcore/ojluni/src/main/resources/
Dhijrah-config-umalqura.properties49 # * Each line is in the form indicated above. <yyyy> is a Hijrah year and
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DDerOutputStream.java194 public void putTag(byte tagClass, boolean form, byte val) { in putTag() argument
DDerValue.java259 public static byte createTag(byte tagClass, boolean form, byte val) { in createTag() argument
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf13 # 2. Redistributions in binary form must reproduce the above copyright
32 # 6. Redistributions of any form whatsoever must retain the following
/libcore/ojluni/src/main/java/javax/security/auth/
DSubject.java1435 MessageFormat form = new MessageFormat(ResourcesMgr.getString
1438 throw new SecurityException(form.format(source));
/libcore/ojluni/src/main/java/java/util/
DFormatter.java3786 public BigDecimalLayout(BigInteger intVal, int scale, BigDecimalLayoutForm form) {
3787 layout(intVal, scale, form);
3826 private void layout(BigInteger intVal, int scale, BigDecimalLayoutForm form) {
3841 if (form == BigDecimalLayoutForm.SCIENTIFIC) {
3855 if (form == BigDecimalLayoutForm.SCIENTIFIC)
3861 if (form == BigDecimalLayoutForm.DECIMAL_FLOAT) {
/libcore/
DLICENSE129 Section 2) in object code or executable form under the terms of Sections 1 and
145 object code or executable form with such an offer, in accord with
148 The source code for a work means the preferred form of the work for making
154 source or binary form) with the major components (compiler, kernel, and so on)
/libcore/luni/src/main/java/libcore/net/
Dmime.types724 multipart/form-data
/libcore/expectations/
Dknownfailures.txt1404 …description: "java.util.logging: the serialized form references org.apache not com.android.org.apa…
1409 …description: "java.util.beans: the serialized form references org.apache not com.android.org.apach…
/libcore/ojluni/
DNOTICE415 Section 2) in object code or executable form under the terms of Sections 1 and
431 object code or executable form with such an offer, in accord with
434 The source code for a work means the preferred form of the work for making
440 source or binary form) with the major components (compiler, kernel, and so on)