Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DDisplayAndInputProcessor.java255 NumericType numericType = NumericType.getNumericType(path); in processForDisplay()
373 NumericType numericType = NumericType.getNumericType(path); in processInput()
931 public static NumericType getNumericType(String xpath) { in getNumericType() method in DisplayAndInputProcessor.NumericType
DCheckNumbers.java168 NumericType type = NumericType.getNumericType(path); in handleCheck()
DCLDRTest.java146 NumericType type = NumericType.getNumericType(xpath); in TestCurrencyFormats()
/external/icu/icu4c/source/common/
Duprops.cpp365 static int32_t getNumericType(const IntProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in getNumericType() function
466 { UPROPS_SRC_CHAR, 0, (int32_t)U_NT_COUNT-1, getNumericType, getMaxValueFromShift },
/external/cldr/tools/java/org/unicode/cldr/icu/
DLocaleMapper.java383 if (NumericType.getNumericType(xpath) == NumericType.CURRENCY) { in getStringValue()