Searched refs:decimal (Results 1 - 25 of 34) sorted by relevance

12

/external/icu4c/i18n/
H A Ddecfmtst.h10 * parsing of decimal and group separators.
38 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
H A Ddecfmtst.cpp10 * parsing of decimal and group separators.
215 const UnicodeSet *DecimalFormatStaticSets::getSimilarDecimals(UChar32 decimal, UBool strictParse) argument
225 if (gStaticSets->fDotEquivalents->contains(decimal)) {
229 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
H A Ddtptngen.cpp311 decimal = other.decimal;
314 decimal.getTerminatedBuffer();
342 (dateTimeFormat==other.dateTimeFormat) && (decimal==other.decimal)) {
808 this->decimal = newDecimal;
810 this->decimal.getTerminatedBuffer();
815 return decimal;
866 decimal = dfs.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
868 decimal
[all...]
/external/freetype/src/psaux/
H A Dpsconv.c27 /* digits (both decimal and non-decimal) into numbers. */
149 FT_Long decimal = 0, divider = 1; local
170 /* read the decimal part */
191 decimal = decimal * 10 + c;
197 decimal = decimal * 10 + c;
214 decimal *= 10;
225 if ( decimal )
[all...]
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp50 enum RadixTy {octal = 8, decimal = 10, hexadecimal = 16}; enumerator in enum:RadixTy
54 cl::init(decimal));
59 clEnumValN(decimal, "d", "Print size in decimal"),
62 cl::init(decimal));
101 case decimal:
/external/compiler-rt/lib/tsan/
H A Danalyze_libtsan.sh30 size=$(grep $f$ libtsan.nm | awk --non-decimal-data '{print ("0x"$2)+0}')
/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/webkit/Source/WebCore/svg/
H A DSVGParserUtilities.cpp48 FloatType integer, decimal, frac, exponent; local
55 decimal = 0;
96 decimal += (*(ptr++) - '0') * (frac *= static_cast<FloatType>(0.1));
126 number = integer + decimal;
/external/libxml2/
H A Dxmlschemastypes.c120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon8358
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
1254 * 2-digits integer part and may or may not have a decimal part.
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
2262 * xs:decimal has a whitespace-facet value of 'collapse'.
2285 * and note the position of a decimal point.
2352 &v->value.decimal.lo,
2353 &v->value.decimal
[all...]
/external/icu4c/i18n/unicode/
H A Ddtptngen.h374 * The decimal value is used in formatting fractions of seconds. If the
378 * the decimal string is ",". Then the resulting pattern is modified to be
381 * @param decimal
384 void setDecimal(const UnicodeString& decimal);
388 * @return UnicodeString corresponding to the decimal point
442 UnicodeString decimal; member in class:DateTimePatternGenerator
H A Dudatpg.h446 * The decimal value is used in formatting fractions of seconds. If the
450 * the decimal string is ",". Then the resulting pattern is modified to be
454 * @param decimal
455 * @param length the length of decimal.
460 const UChar *decimal, int32_t length);
466 * @param pLength A pointer that will receive the length of the decimal string.
467 * @return corresponding to the decimal point.
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dumachine.h198 # error int64_t is required for decimal format and rule-based number format.
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dumachine.h198 # error int64_t is required for decimal format and rule-based number format.
/external/webkit/Source/WebCore/icu/unicode/
H A Dumachine.h198 # error int64_t is required for decimal format and rule-based number format.
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dumachine.h198 # error int64_t is required for decimal format and rule-based number format.
/external/icu4c/common/unicode/
H A Dumachine.h191 # error int64_t is required for decimal format and rule-based number format.
/external/icu4c/test/intltest/
H A Dtsdcfmsy.cpp69 UnicodeString decimal = en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); local
70 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal);
220 errln("ERROR: construction of decimal format failed");
/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValue.cpp608 DecimalNumber decimal(number);
610 StringBuffer buffer(decimal.bufferLengthForStringDecimal());
611 unsigned length = decimal.toStringDecimal(buffer.characters(), buffer.length());
/external/llvm/docs/_static/
H A Dllvm.css111 div.contents ul { list-style-type: decimal }
/external/quake/quake/src/WinQuake/
H A Dcommon.cpp337 // assume decimal
356 int decimal, total; local
397 // assume decimal
399 decimal = -1;
406 decimal = total;
415 if (decimal == -1)
417 while (total > decimal)
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc557 = {decimal} dec_number
558 {->New expression.decimal(dec_number)}
676 | {decimal} [value]:T.dec_number // 123
/external/icu4c/common/
H A Duloc.c2189 char *decimal; local
2195 /* For machines that decide to change the decimal on you,
2207 decimal = uprv_strchr(buf, '.');
2208 if(decimal) {
2209 *decimal = gDecimal;
2211 return uprv_strtod(start, end); /* no decimal point */
/external/quake/quake/src/QW/client/
H A Dcommon.c338 // assume decimal
357 int decimal, total; local
398 // assume decimal
400 decimal = -1;
407 decimal = total;
416 if (decimal == -1)
418 while (total > decimal)
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php442 $dec_dashes | # or decimal entities
470 $dec_dashes | # or decimal entities
713 sequence into a decimal-encoded HTML entity:

Completed in 426 milliseconds

12