Home | History | Annotate | Download | only in i18n

Lines Matching defs:nan

17 *                           Implemented NAN and INF handling, for both parsing
997 // Special case for NaN, sets the begin and end index to be the
998 // the string length of localized name of NaN.
1069 // Special case for NaN, sets the begin and end index to be the
1070 // the string length of localized name of NaN.
1598 // Handle NaN as a special case:
1611 // If the text is composed of the representation of NaN, returns NaN.length
1612 const UnicodeString *nan = &getConstSymbol(DecimalFormatSymbols::kNaNSymbol);
1613 int32_t nanLen = (text.compare(i, nan->length(), *nan)
1614 ? 0 : nan->length());
1626 // NaN parse failed; start over