Searched defs:decimal (Results 1 - 16 of 16) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Ddtptngen.h405 * The decimal value is used in formatting fractions of seconds. If the
409 * the decimal string is ",". Then the resulting pattern is modified to be
412 * @param decimal
415 void setDecimal(const UnicodeString& decimal);
419 * @return UnicodeString corresponding to the decimal point
473 UnicodeString decimal; member in class:DateTimePatternGenerator
/external/freetype/src/psaux/
H A Dpsconv.c38 /* digits (both decimal and non-decimal) into numbers. */
200 FT_Long decimal = 0; local
235 /* read the decimal part */
254 if ( divider < 0xCCCCCCCL && decimal < 0xCCCCCCCL )
256 decimal = decimal * 10 + c;
291 if ( !integral && !decimal )
305 if ( decimal >= 0xCCCCCCCL )
312 decimal *
[all...]
/external/icu/icu4c/source/i18n/
H A Ddecfmtst.cpp10 * parsing of decimal and group separators.
227 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse) argument
235 if (gStaticSets->fDotEquivalents->contains(decimal)) {
239 if (gStaticSets->fCommaEquivalents->contains(decimal)) {
H A Dudatpg.cpp199 const UChar *decimal, int32_t length) {
200 UnicodeString decimalString((UBool)(length<0), decimal, length);
198 udatpg_setDecimal(UDateTimePatternGenerator *dtpg, const UChar *decimal, int32_t length) argument
/external/icu/icu4c/source/test/intltest/
H A Dtsdcfmsy.cpp65 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); local
66 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal);
254 errln("ERROR: construction of decimal format failed - %s", u_errorName(status));
/external/pdfium/third_party/freetype/src/psaux/
H A Dpsconv.c38 /* digits (both decimal and non-decimal) into numbers. */
200 FT_Long decimal = 0; local
235 /* read the decimal part */
254 if ( divider < 0xCCCCCCCL && decimal < 0xCCCCCCCL )
256 decimal = decimal * 10 + c;
291 if ( !integral && !decimal )
305 if ( decimal >= 0xCCCCCCCL )
312 decimal *
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_r11g11b10f.h119 float scale, decimal; local
127 decimal = 1.0f + (float) mantissa / 64;
128 f32.f = scale * decimal;
205 float scale, decimal; local
213 decimal = 1.0f + (float) mantissa / 32;
214 f32.f = scale * decimal;
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp63 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator in enum:RadixTy
66 cl::init(decimal));
71 clEnumValN(decimal, "d", "Print size in decimal"),
74 cl::init(decimal));
105 case decimal:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jar ... boolean compile private boolean console private boolean crossref private boolean decimal private java.io.File destDir private boolean diag ...
/external/valgrind/VEX/priv/
H A Dguest_s390_helpers.c852 s390_do_cvb(ULong decimal) argument
859 : [input] "m"(decimal)
866 UInt s390_do_cvb(ULong decimal) { return 0; } argument
871 /*--- Clean helper for "convert to decimal". ---*/
878 ULong decimal; local
882 : [result] "=m"(decimal)
886 return decimal;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java244 // decimal point for seconds
741 * The decimal value is used in formatting fractions of seconds. If the
745 * the decimal string is ",". Then the resulting pattern is modified to be
748 * @param decimal The decimal to set to.
751 public void setDecimal(String decimal) { argument
753 this.decimal = decimal;
758 * @return string corresponding to the decimal point
762 return decimal;
1589 private String decimal = "?"; field in class:DateTimePatternGenerator
[all...]
H A DDecimalFormat.java41 * decimal numbers. It has a variety of features designed to make it possible to parse and
178 * <td>Decimal separator or monetary decimal separator
224 * If present in a pattern, the monetary decimal separator
225 * is used instead of the decimal separator.
252 * separators, decimal separators, etc. may be set to arbitrary values, and they will
257 * decimal separator and thousands separator should be distinct characters, or parsing
312 * <li>Two grouping intervals are recognized: That between the decimal point and the first
328 * <p><code>DecimalFormat</code> parses all Unicode characters that represent decimal
349 * <code>DecimalFormat</code> internally limits of maximum decimal digits to be 1000. Thus,
350 * an input string resulting more than 1000 digits in plain decimal representatio
2742 getEquivalentDecimals(char decimal, boolean strictParse) argument
[all...]
/external/libxml2/
H A Dxmlschemastypes.c120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon9780
249 ret->val->value.decimal.lo = value;
470 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
1258 * 2-digits integer part and may or may not have a decimal part.
1515 * then it must have an integer part and a decimal part; @num_type will
1516 * be set to 1. If there is no decimal part, @num_type is set to zero.
2266 * xs:decimal has a whitespace-facet value of 'collapse'.
2289 * and note the position of a decimal point.
2356 &v->value.decimal.lo,
2357 &v->value.decimal
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 467 milliseconds