Searched refs:_nf (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFNumberFormatter.c47 UNumberFormat *_nf; member in struct:__CFNumberFormatter
67 if (formatter->_nf) __cficu_unum_close(formatter->_nf);
109 memory->_nf = NULL;
148 memory->_nf = __cficu_unum_open((UNumberFormatStyle)ustyle, NULL, 0, cstr, NULL, &status);
149 CFAssert2(memory->_nf, __kCFLogAssertion, "%s(): error (%d) creating number formatter", __PRETTY_FUNCTION__, status);
150 if (NULL == memory->_nf) {
158 __cficu_unum_applyPattern(memory->_nf, false, ubuff, 3, NULL, &status);
159 __cficu_unum_setAttribute(memory->_nf, UNUM_MAX_INTEGER_DIGITS, 42);
160 __cficu_unum_setAttribute(memory->_nf, UNUM_MAX_FRACTION_DIGIT
[all...]
/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoaimp.h706 #define TRUNCATE_DIGITS(_s0, _temp, _nd, _nd0, _nf, _nbits, _emin, _dplen) \
721 (_nf) = -((_nd0) - (_maxdigits + 1)); \
727 (_nf) -= ((_nd) - (_maxdigits + 1)); \
733 (_nf) = (_maxdigits + 1) - (_nd0); \

Completed in 105 milliseconds