Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp652 int dpchar; in _Stl_string_to_double() local
667 dpchar = '.' - '0'; in _Stl_string_to_double()
685 } else if (c == (unsigned int) dpchar && !decimal_point) { /* INTERNATIONAL */ in _Stl_string_to_double()
758 int dpchar; in _Stl_string_to_doubleT() local
773 dpchar = '.' - '0'; in _Stl_string_to_doubleT()
791 } else if (c == (unsigned int) dpchar && !decimal_point) { /* INTERNATIONAL */ in _Stl_string_to_doubleT()