HomeSort by relevance Sort by last modified time
    Searched refs:maximumDigits (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/
digitlst.h 240 * If a non-zero maximumDigits is specified, no more than that number of
248 * If a non-zero maximumDigits is specified, no more than that number of
257 * If a non-zero maximumDigits is specified, no more than that number of
314 * @param maximumDigits The maximum number of digits to be shown.
315 * Upon return, count will be less than or equal to maximumDigits.
317 void round(int32_t maximumDigits);
412 UBool shouldRoundUp(int32_t maximumDigits) const;
digitlst.cpp 903 * @param maximumDigits The maximum number of digits to be shown.
904 * Upon return, count will be less than or equal to maximumDigits.
907 DigitList::round(int32_t maximumDigits)
910 fContext.digits = maximumDigits;
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.cpp 549 int maximumDigits = 7;
557 --maximumDigits;
558 } while (isASCIIHexDigit(m_current) && maximumDigits >= 0);
560 if (maximumDigits >= 0) {
588 int maximumDigits = 9;
595 digits[maximumDigits] = m_current;
597 --maximumDigits;
598 } while (isASCIIOctalDigit(m_current) && maximumDigits >= 0);
600 if (!isASCIIDigit(m_current) && maximumDigits >= 0) {
605 for (int i = 9; i > maximumDigits; --i
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 2949 milliseconds