Searched refs:numericType (Results 1 – 5 of 5) sorted by relevance
277 NumericType numericType = NumericType.getNumericType(path); in processForDisplay() local278 if (numericType != NumericType.NOT_NUMERIC) { in processForDisplay()282 value = getCanonicalPattern(value, numericType, isPosix); in processForDisplay()286 … if (numericType != NumericType.CURRENCY && numericType != NumericType.CURRENCY_ABBREVIATED) { in processForDisplay()413 NumericType numericType = NumericType.getNumericType(path); in processInput() local414 if (numericType != NumericType.NOT_NUMERIC) { in processInput()415 if (numericType == NumericType.CURRENCY) { in processInput()417 if (numericType == NumericType.CURRENCY_ABBREVIATED) { in processInput()424 if (numericType == NumericType.DECIMAL_ABBREVIATED) { in processInput()428 value = getCanonicalPattern(value, numericType, isPosix); in processInput()
554 const SkSL::Type& numericType = arguments[0]->type().componentType(); in optimize_intrinsic_call() local556 if (numericType.isFloat()) { in optimize_intrinsic_call()559 } else if (numericType.isInteger()) { in optimize_intrinsic_call()562 } else if (numericType.isBoolean()) { in optimize_intrinsic_call()566 SkDEBUGFAILF("unsupported type %s", numericType.description().c_str()); in optimize_intrinsic_call()
86337 static u16 numericType(Mem *pMem){87607 type1 = numericType(pIn1);87609 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);