Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DDisplayAndInputProcessor.java255 NumericType numericType = NumericType.getNumericType(path); in processForDisplay() local
256 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() local
374 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()
/external/sqlite/dist/orig/
Dsqlite3.c80261 static u16 numericType(Mem *pMem){
81475 type1 = numericType(pIn1);
81477 type2 = numericType(pIn2);
/external/sqlite/dist/
Dsqlite3.c80277 static u16 numericType(Mem *pMem){
81491 type1 = numericType(pIn1);
81493 type2 = numericType(pIn2);