Searched refs:dotchar (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A DdecNumber.cpp521 const char *dotchar=NULL; /* where dot was found */ local
544 if (*c=='.' && dotchar==NULL) { /* first '.' */
545 dotchar=c; /* record offset into decimal part */
569 if (dotchar!=NULL) break; /* .. unless had a dot */
668 if (dotchar!=NULL && dotchar<last) /* non-trailing '.' found? */
669 exponent -= static_cast<int32_t>(last-dotchar); /* adjust exponent */

Completed in 76 milliseconds