Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DDisplayAndInputProcessor.java277 NumericType numericType = NumericType.getNumericType(path); in processForDisplay() local
278 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() local
414 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()
/external/skia/src/sksl/ir/
DSkSLFunctionCall.cpp554 const SkSL::Type& numericType = arguments[0]->type().componentType(); in optimize_intrinsic_call() local
556 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()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c86337 static u16 numericType(Mem *pMem){
87607 type1 = numericType(pIn1);
87609 type2 = numericType(pIn2);
/external/sqlite/dist/orig/
Dsqlite3.c85505 static u16 numericType(Mem *pMem){
86781 type1 = numericType(pIn1);
86783 type2 = numericType(pIn2);
/external/sqlite/dist/
Dsqlite3.c85521 static u16 numericType(Mem *pMem){
86797 type1 = numericType(pIn1);
86799 type2 = numericType(pIn2);