Searched refs:numericType (Results 1 – 3 of 3) sorted by relevance
255 NumericType numericType = NumericType.getNumericType(path); in processForDisplay() local256 if (numericType != NumericType.NOT_NUMERIC) { in processForDisplay()260 value = getCanonicalPattern(value, numericType, isPosix); in processForDisplay()264 … if (numericType != NumericType.CURRENCY && numericType != NumericType.CURRENCY_ABBREVIATED) { in processForDisplay()373 NumericType numericType = NumericType.getNumericType(path); in processInput() local374 if (numericType != NumericType.NOT_NUMERIC) { in processInput()375 if (numericType == NumericType.CURRENCY) { in processInput()377 if (numericType == NumericType.CURRENCY_ABBREVIATED) { in processInput()384 if (numericType == NumericType.DECIMAL_ABBREVIATED) { in processInput()388 value = getCanonicalPattern(value, numericType, isPosix); in processInput()
80261 static u16 numericType(Mem *pMem){81475 type1 = numericType(pIn1);81477 type2 = numericType(pIn2);
80277 static u16 numericType(Mem *pMem){81491 type1 = numericType(pIn1);81493 type2 = numericType(pIn2);