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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c517 const char *dotchar=NULL; /* where dot was found */ local
540 if (*c=='.' && dotchar==NULL) { /* first '.' */
541 dotchar=c; /* record offset into decimal part */
565 if (dotchar!=NULL) break; /* .. unless had a dot */
664 if (dotchar!=NULL && dotchar<last) /* non-trailing '.' found? */
665 exponent-=(last-dotchar); /* adjust exponent */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c519 const char *dotchar=NULL; /* where dot was found */ local
542 if (*c=='.' && dotchar==NULL) { /* first '.' */
543 dotchar=c; /* record offset into decimal part */
567 if (dotchar!=NULL) break; /* .. unless had a dot */
666 if (dotchar!=NULL && dotchar<last) /* non-trailing '.' found? */
667 exponent-=(last-dotchar); /* adjust exponent */

Completed in 132 milliseconds