Home
last modified time | relevance | path

Searched refs:getNumericType (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DDisplayAndInputProcessor.java260 NumericType numericType = NumericType.getNumericType(path); in processForDisplay()
390 NumericType numericType = NumericType.getNumericType(path); in processInput()
983 public static NumericType getNumericType(String xpath) { in getNumericType() method in DisplayAndInputProcessor.NumericType
DCheckNumbers.java201 NumericType type = NumericType.getNumericType(path); in handleCheck()
DCLDRTest.java149 NumericType type = NumericType.getNumericType(xpath); in TestCurrencyFormats()
/external/icu/icu4c/source/common/
Duprops.cpp473 static int32_t getNumericType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getNumericType() function
593 { UPROPS_SRC_CHAR, 0, (int32_t)U_NT_COUNT-1, getNumericType, getMaxValueFromShift },