Searched defs:getDigit (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/third_party/bigint/
H A DBigUnsignedInABase.hh114 Digit getDigit(Index i) const { return i >= len ? 0 : blk[i]; } function in class:BigUnsignedInABase
/external/icu/icu4c/source/i18n/
H A Ddigitlst.cpp50 * This is the zero digit. The base for the digits returned by getDigit()
346 DigitList::getDigit(int32_t i) { function in class:DigitList
352 // copied from DigitList::getDigit()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DDecimalFormatProperties.java363 public char getDigit() method in class:DecimalFormatProperties
365 return m_dfs.getDigit();
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatSymbolsICU.java70 public char getDigit() { method in class:DecimalFormatSymbolsICU
71 return fIcuDecfs.getDigit();
/external/llvm/lib/Support/
H A DAPInt.cpp50 inline static unsigned getDigit(char cdigit, uint8_t radix) { function
2128 unsigned digit = getDigit(*p, radix);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java320 public char getDigit() { method in class:DecimalFormatSymbols
1140 * @see #getDigit
/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 Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 369 milliseconds