/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTSchema.java | 143 // xsl:template, xsl:decimal-format 155 // xsl:decimal-format 157 "decimal-separator", 177 // xsl:decimal-format [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uchar.c | 118 /* Checks if ch is a decimal digit. */ 155 /* Checks if c is a letter or a decimal digit */ 164 * Checks if c is alphabetic, or a decimal digit; implements UCHAR_POSIX_ALNUM. 397 /* decimal digit */ 450 /* ch is not a decimal digit, try latin letters */
|
/external/icu4c/common/ |
uchar.c | 119 /* Checks if ch is a decimal digit. */ 156 /* Checks if c is a letter or a decimal digit */ 165 * Checks if c is alphabetic, or a decimal digit; implements UCHAR_POSIX_ALNUM. 398 /* decimal digit */ 475 /* ch is not a decimal digit, try latin letters */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
formatfloat_testcases.txt | 60 -- alternate form always includes a decimal point. This only 103 -- precision 0. no decimal point in the output 175 -- alternate form always contains a decimal point. This only makes 298 -- alternate g formatting: always include decimal point and 344 -- str formatting. Result always includes decimal point and at
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
formatfloat_testcases.txt | 60 -- alternate form always includes a decimal point. This only 103 -- precision 0. no decimal point in the output 175 -- alternate form always contains a decimal point. This only makes 298 -- alternate g formatting: always include decimal point and 344 -- str formatting. Result always includes decimal point and at
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uchar.h | [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
Constants.java | 125 ELEMNAME_DECIMALFORMAT_STRING = "decimal-format", 199 ATTRNAME_DECIMALSEPARATOR = "decimal-separator", 391 /** some stuff for Decimal-format */
|
/external/chromium_org/sync/internal_api/public/ |
sync_manager.h | 229 * @param {Array.<string>} idList List of 64-bit ids in decimal 240 * @param {Array.<string>} idList List of 64-bit ids in decimal 250 * @param {string} id 64-bit id in decimal string form of the parent
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
fixed-dtoa.cc | 214 // we simply switch the first digit to '1' and update the decimal-point 230 // generated by this function might be updated, and the decimal-point variable 292 // If leading zeros are removed then the decimal point position is adjusted.
|
strtod.cc | 43 // Any integer with at most 15 decimal digits will hence fit into a double 90 // Maximum number of significant digits in the decimal representation. 233 // Simply hardcode the remaining powers for the given decimal exponent
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32.cc | 82 // Outputs "dotted-quad" decimal notation. 175 // dotted-decimal format, "ddd.ddd.ddd.ddd", where ddd is a decimal number
|
/external/chromium_org/v8/src/ |
fixed-dtoa.cc | 215 // we simply switch the first digit to '1' and update the decimal-point 231 // generated by this function might be updated, and the decimal-point variable 293 // If leading zeros are removed then the decimal point position is adjusted.
|
strtod.cc | 42 // Any integer with at most 15 decimal digits will hence fit into a double 89 // Maximum number of significant digits in the decimal representation. 234 // Simply hardcode the remaining powers for the given decimal exponent
|
/external/stlport/stlport/stl/ |
_limits.h | 403 FLT_DIG, // Decimal digits of precision 434 DBL_DIG, // Decimal digits of precision 464 LDBL_DIG, // Decimal digits of precision
|
/external/v8/src/ |
fixed-dtoa.cc | 215 // we simply switch the first digit to '1' and update the decimal-point 231 // generated by this function might be updated, and the decimal-point variable 293 // If leading zeros are removed then the decimal point position is adjusted.
|
json-parser.h | 117 // decimal number literals. 119 // digit before and after a decimal point, may not have prefixed zeros (unless 362 // a decimal point or exponent.
|
strtod.cc | 42 // Any integer with at most 15 decimal digits will hence fit into a double 89 // Maximum number of significant digits in the decimal representation. 234 // Simply hardcode the remaining powers for the given decimal exponent
|
/external/valgrind/main/include/ |
pub_tool_redir.h | 57 tags. A tag is a 5-digit decimal number (00000 to 99999) encoded 75 The tag is mandatory and must comprise 5 decimal digits. The tag 154 As per comments above, the tag must be a 5 digit decimal number,
|
/external/valgrind/main/none/tests/ppc32/ |
test_dfp1.c | 405 * through is for setting the decimal floating point rounding mode 408 * the decimal FP rounding modes. 427 (max_rm == 8) ? "decimal" : "binary",
|
/external/valgrind/main/none/tests/ppc64/ |
test_dfp1.c | 405 * through is for setting the decimal floating point rounding mode 408 * the decimal FP rounding modes. 427 (max_rm == 8) ? "decimal" : "binary",
|
/libcore/luni/src/test/java/tests/support/ |
DatabaseCreator.java | 64 + " field2 DECIMAL " //+ defaultInt 65 + " COMMENT 'field2_rem'," + " field3 DECIMAL," + " fkey INTEGER," 71 + "fcharacter character (5), " + "fdecimal decimal (5,1), "
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 403 FLT_DIG, // Decimal digits of precision 434 DBL_DIG, // Decimal digits of precision 464 LDBL_DIG, // Decimal digits of precision
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 403 FLT_DIG, // Decimal digits of precision 434 DBL_DIG, // Decimal digits of precision 464 LDBL_DIG, // Decimal digits of precision
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 403 FLT_DIG, // Decimal digits of precision 434 DBL_DIG, // Decimal digits of precision 464 LDBL_DIG, // Decimal digits of precision
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_limits.h | 403 FLT_DIG, // Decimal digits of precision 434 DBL_DIG, // Decimal digits of precision 464 LDBL_DIG, // Decimal digits of precision
|