HomeSort by relevance Sort by last modified time
    Searched full:cfirst (Results 1 - 1 of 1) sorted by null

  /external/icu4c/i18n/
decNumber.c 505 const char *cfirst=chars; /* -> first character of decimal part */ local
529 if (c==cfirst) cfirst++; /* first digit must follow */
533 cfirst++;
537 cfirst++;
575 for (cfirst=c; *cfirst=='0';) cfirst++;
576 if (*cfirst=='\0') { /* "NaN" or "sNaN", maybe with all 0s */
581 for (c=cfirst;; c++, d++)
    [all...]

Completed in 44 milliseconds