Home
last modified time | relevance | path

Searched refs:zero_tail (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddouble-conversion.cpp601 bool zero_tail = true; in RadixStringToIeee() local
605 zero_tail = zero_tail && **current == '0'; in RadixStringToIeee()
619 if ((number & 1) != 0 || !zero_tail) { in RadixStringToIeee()
/external/v8/src/
Dconversions.cc128 bool zero_tail = true; in InternalStringToIntDouble() local
132 zero_tail = zero_tail && *current == '0'; in InternalStringToIntDouble()
147 if ((number & 1) != 0 || !zero_tail) { in InternalStringToIntDouble()