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

/external/icu4c/i18n/
H A DdecNumber.c504 const char *dotchar=NULL; /* where dot was found */ local
527 if (*c=='.' && dotchar==NULL) { /* first '.' */
528 dotchar=c; /* record offset into decimal part */
552 if (dotchar!=NULL) break; /* .. unless had a dot */
651 if (dotchar!=NULL && dotchar<last) /* non-trailing '.' found? */
652 exponent-=(last-dotchar); /* adjust exponent */

Completed in 52 milliseconds