Searched refs:numericType (Results 1 – 4 of 4) sorted by relevance
260 NumericType numericType = NumericType.getNumericType(path); in processForDisplay() local261 if (numericType != NumericType.NOT_NUMERIC) { in processForDisplay()265 value = getCanonicalPattern(value, numericType, isPosix); in processForDisplay()269 … if (numericType != NumericType.CURRENCY && numericType != NumericType.CURRENCY_ABBREVIATED) { in processForDisplay()390 NumericType numericType = NumericType.getNumericType(path); in processInput() local391 if (numericType != NumericType.NOT_NUMERIC) { in processInput()392 if (numericType == NumericType.CURRENCY) { in processInput()394 if (numericType == NumericType.CURRENCY_ABBREVIATED) { in processInput()401 if (numericType == NumericType.DECIMAL_ABBREVIATED) { in processInput()405 value = getCanonicalPattern(value, numericType, isPosix); in processInput()
85702 static u16 numericType(Mem *pMem){86980 type1 = numericType(pIn1);86982 type2 = numericType(pIn2);
85505 static u16 numericType(Mem *pMem){86781 type1 = numericType(pIn1);86783 type2 = numericType(pIn2);
85521 static u16 numericType(Mem *pMem){86797 type1 = numericType(pIn1);86799 type2 = numericType(pIn2);