HomeSort by relevance Sort by last modified time
    Searched refs:nf (Results 26 - 50 of 86) sorted by null

12 3 4

  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 4 .nf
  /external/svox/pico/lib/
picoos.c 934 picopal_File nf; member in struct:picoos_file
997 (*f)->nf = picopal_get_fnil();
1001 (*f)->nf = picopal_fopen((*f)->name, mode);
1002 done = !(picopal_is_fnil((*f)->nf));
1004 (*f)->lFileLen = picopal_flength((*f)->nf);
    [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp 184 delete cur->nf;
1342 NumberFormat *nf = NULL; local
    [all...]
numfmt.cpp 374 ArgExtractor(const NumberFormat& nf, const Formattable& obj, UErrorCode& status);
385 ArgExtractor::ArgExtractor(const NumberFormat& nf, const Formattable& obj, UErrorCode& status)
386 : ncnf((NumberFormat*) &nf), num(&obj), setCurr(FALSE) {
394 u_strcpy(save, nf.getCurrency());
    [all...]
msgfmt.cpp 1275 const NumberFormat* nf = getDefaultNumberFormat(success); local
    [all...]
nfsubs.cpp 1195 int64_t nf =longNF; local
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp 856 NumberFormat *nf = NumberFormat::createInstance(status); local
862 roundingTest(*nf, 0.00159999, 4, "0.0016");
863 roundingTest(*nf, 0.00995, 4, "0.01");
865 roundingTest(*nf, 12.3995, 3, "12.4");
867 roundingTest(*nf, 12.4999, 0, "12");
868 roundingTest(*nf, - 19.5, 0, "-20");
869 delete nf;
1433 NumberFormat* nf = NumberFormat::createCurrencyInstance(locs[i], ec); local
    [all...]
loctest.cpp 1184 NumberFormat *nf = NumberFormat::createCurrencyInstance(loc, status); local
1846 NumberFormat* nf = NumberFormat::createInstance(Locale::createFromName(req), ec); local
    [all...]
  /bootable/recovery/edify/
expr.c 376 NamedFunction* nf = bsearch(&key, fn_table, fn_entries, local
378 if (nf == NULL) {
381 return nf->fn;
  /external/srec/srec/cfront/
spec_anl.c 134 write_scaled_frames(freqobj->nf, 1, channel->filterbank, D_FIXED, (float)(0x01 << channel->shift));
136 write_scaled_frames(freqobj->nf, 1, channel->filterbank, D_FIXED, (float)1 / (0x01 << -channel->shift));
290 for (i = 0, k = 2; i < freqobj->nf; i++, k++)
  /libcore/luni/src/main/java/java/util/
Formatter.java 2105 NativeDecimalFormat nf = getDecimalFormat(pattern); local
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java 263 NumberFormat nf = NumberFormat.getInstance(); local
264 nf.setMaximumFractionDigits(0);
265 nf.setParseIntegerOnly(true);
267 .equals(nf));
    [all...]
DecimalFormatTest.java 1518 NumberFormat nf = NumberFormat.getInstance(Locale.FRANCE); local
    [all...]
  /external/netperf/
nettest_bsd.h 425 extern int nf_to_af(int nf);
  /external/bluetooth/bluez/lib/
hci.c 1087 struct hci_filter nf, of; local
1096 hci_filter_clear(&nf);
1097 hci_filter_set_ptype(HCI_EVENT_PKT, &nf);
1098 hci_filter_set_event(EVT_CMD_STATUS, &nf);
1099 hci_filter_set_event(EVT_CMD_COMPLETE, &nf);
1100 hci_filter_set_event(EVT_LE_META_EVENT, &nf);
1101 hci_filter_set_event(r->event, &nf);
1102 hci_filter_set_opcode(opcode, &nf);
1103 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &nf, sizeof(nf)) < 0
    [all...]
  /external/bluetooth/bluez/tools/
hcitool.c 2352 struct hci_filter nf, of; local
    [all...]
  /external/icu4c/i18n/unicode/
smpdtfmt.h 1101 NumberFormat *nf; member in struct:SimpleDateFormat::NSOverride
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 703 NumberFormat nf = NumberFormat.getInstance(); local
704 nf.setMinimumFractionDigits(2);
705 nf.setMaximumFractionDigits(2);
706 return nf.format(val) + "%";
    [all...]
  /external/expat/tests/
runtests.c 1488 int i, nf; local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 752 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
793 for (nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
806 nf += nz;
816 nf += nz;
873 e1 = e -= nf;
    [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 641 struct hci_filter nf; local
684 hci_filter_clear(&nf);
685 hci_filter_set_ptype(HCI_EVENT_PKT, &nf);
686 hci_filter_set_event(EVT_CMD_STATUS, &nf);
687 hci_filter_set_event(EVT_AUTH_COMPLETE, &nf);
688 hci_filter_set_event(EVT_ENCRYPT_CHANGE, &nf);
690 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &nf, sizeof(nf)) < 0) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java 157 void parseObjectTest(NumberFormat nf, String sourseStr, ParsePosition position,
160 Object result = nf.parseObject(sourseStr, position);
    [all...]
  /bionic/libc/stdlib/
strtod.c 1340 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1421 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
1434 nf += nz;
1444 nf += nz;
1503 e1 = e -= nf;
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 2433 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 2636 milliseconds

12 3 4