HomeSort by relevance Sort by last modified time
    Searched refs:expstr (Results 1 - 6 of 6) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 311 int expsize; /* character count for expstr */
314 char expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */ local
786 expsize = exponent(expstr, expt - 1, expchar);
1045 PRINT(expstr, expsize);
    [all...]
vfwprintf.c 314 int expsize; /* character count for expstr */
317 wchar_t expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */ local
763 expsize = exponent(expstr, expt - 1, expchar);
1022 PRINT(expstr, expsize);
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp     [all...]
numfmtst.cpp 2267 UnicodeString expstr; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 3081 String expstr = FAIL_STR; local
    [all...]
NumberFormatTest.java 1789 String expstr = tokens.next(); local
    [all...]

Completed in 492 milliseconds