Home | History | Annotate | Download | only in i18n

Lines Matching defs:inf

17 *                           Implemented NAN and INF handling, for both parsing
1640 double inf = uprv_getInfinity();
1641 result.setDouble(digits->isPositive() ? inf : -inf);
1861 // process digits or Inf, find decimal position
1862 const UnicodeString *inf = &getConstSymbol(DecimalFormatSymbols::kInfinitySymbol);
1863 int32_t infLen = (text.compare(position, inf->length(), *inf)
1864 ? 0 : inf->length());