Home
last modified time | relevance | path

Searched refs:totalDigits (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/result/schemas/
Ddecimal-3_1_0.err1 …0.xml:12: element val: Schemas validity error : Element 'val': [facet 'totalDigits'] The value '0.…
3 …0.xml:13: element val: Schemas validity error : Element 'val': [facet 'totalDigits'] The value '0.…
5 …0.xml:14: element val: Schemas validity error : Element 'val': [facet 'totalDigits'] The value '12…
7 …0.xml:15: element val: Schemas validity error : Element 'val': [facet 'totalDigits'] The value '12…
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java1680 int totalDigits = digitList.count; in subformatExponential() local
1681 if (minimumDigits > totalDigits) in subformatExponential()
1682 totalDigits = minimumDigits; in subformatExponential()
1683 if (integerDigits > totalDigits) in subformatExponential()
1684 totalDigits = integerDigits; in subformatExponential()
1686 for (i = 0; i < totalDigits; ++i) { in subformatExponential()
1728 if (digitList.isZero() && (totalDigits == 0)) { in subformatExponential()
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp1908 int32_t totalDigits = digits.getCount();
1909 if (minimumDigits > totalDigits)
1910 totalDigits = minimumDigits;
1911 if (integerDigits > totalDigits)
1912 totalDigits = integerDigits;
1916 for (i=0; i<totalDigits; ++i)
/external/libxml2/
DNEWS1094 totalDigits bug (Kasimier Buchcik), error handling when writing to an
DChangeLog2673 allow/deny special lexical forms. Fixed the totalDigits
2675 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
2763 totalDigits value to be positiveInteger.
10349 hexBinary schema datatype and adding support for totalDigits and
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...