HomeSort by relevance Sort by last modified time
    Searched defs:nf (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium/third_party/icu/source/test/intltest/
pptest.cpp 179 NumberFormat *nf = NumberFormat::createInstance(status); local
181 delete nf;
185 if(nf->getDynamicClassID() != DecimalFormat::getStaticClassID()) {
189 DecimalFormat *fmt = (DecimalFormat*) nf;
213 delete nf;
dtfmapts.cpp 205 const NumberFormat *nf = def->getNumberFormat(); local
206 NumberFormat *newNf = (NumberFormat*) nf->clone();
loctest.cpp 1177 NumberFormat *nf = NumberFormat::createCurrencyInstance(loc, status); local
    [all...]
  /external/icu4c/samples/numfmt/
main.cpp 92 * @param nf The NumberFormat on which to set the currency; takes effect on
95 * The display style of the output is controlled by nf (its pattern,
103 setNumberFormatCurrency_2_4(NumberFormat &nf, const char *currency, UErrorCode &errorCode) {
116 if(nf.getDynamicClassID()!=DecimalFormat::getStaticClassID()) {
168 nf.setMinimumFractionDigits(currencyMap[i].fractionDigits);
169 nf.setMaximumFractionDigits(currencyMap[i].fractionDigits);
171 DecimalFormat &dnf=(DecimalFormat &)nf;
182 * @param nf The NumberFormat on which to set the currency; takes effect on
184 * The display style of the output is controlled by nf (its pattern,
192 setNumberFormatCurrency_2_6(NumberFormat &nf, const char *currency, UErrorCode &errorCode)
228 NumberFormat *nf; local
    [all...]
  /external/icu4c/test/intltest/
pptest.cpp 179 NumberFormat *nf = NumberFormat::createInstance(status); local
181 delete nf;
185 if(nf->getDynamicClassID() != DecimalFormat::getStaticClassID()) {
189 DecimalFormat *fmt = (DecimalFormat*) nf;
213 delete nf;
dtfmapts.cpp 234 const NumberFormat *nf = def->getNumberFormat(); local
235 NumberFormat *newNf = (NumberFormat*) nf->clone();
  /libcore/luni/src/test/java/libcore/java/text/
NumberFormatTest.java 40 NumberFormat nf = NumberFormat.getNumberInstance(Locale.US); local
41 assertEquals("123", nf.format(new MyNumber()));
60 NumberFormat nf = new MyNumberFormat(); local
61 assertEquals("long", nf.format(BigInteger.valueOf(Long.MAX_VALUE)));
62 assertEquals("double", nf.format(BigInteger.valueOf(Long.MAX_VALUE).add(BigInteger.ONE)));
63 assertEquals("long", nf.format(BigInteger.valueOf(Long.MIN_VALUE)));
64 assertEquals("double", nf.format(BigInteger.valueOf(Long.MIN_VALUE).subtract(BigInteger.ONE)));
76 NumberFormat nf = NumberFormat.getNumberInstance(arabic); local
79 nf.format(1234567890));
85 NumberFormat nf = NumberFormat.getPercentInstance(Locale.US) local
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
Shared.java 97 float nf = (angleToRotate / 360.0f); local
100 n = (int) (nf - 1.0f);
102 n = (int) (nf);
  /external/chromium/third_party/icu/public/i18n/unicode/
smpdtfmt.h 1028 NumberFormat *nf; member in struct:SimpleDateFormat::NSOverride
    [all...]
  /external/chromium/third_party/icu/source/i18n/
winnmfmt.cpp 221 NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(loc, status) : NumberFormat::createInstance(loc, status); local
223 nf->parse(text, result, parsePosition);
224 delete nf;
nfsubs.cpp 1197 int64_t nf =longNF; local
    [all...]
msgfmt.cpp 1258 const NumberFormat* nf = getDefaultNumberFormat(success); local
    [all...]
  /external/icu4c/i18n/unicode/
smpdtfmt.h 1102 NumberFormat *nf; member in struct:SimpleDateFormat::NSOverride
    [all...]
  /external/icu4c/i18n/
winnmfmt.cpp 221 NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(loc, status) : NumberFormat::createInstance(loc, status); local
223 nf->parse(text, result, parsePosition);
224 delete nf;
nfsubs.cpp 1194 int64_t nf =longNF; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 385 Word16 i, j, nf, ip;
433 nf = 0; // number of found frequencies
442 // while ( (nf < M) && (j < grid_points) )
443 while ((sub (nf, M) < 0) && (sub (j, grid_points) < 0))
505 lsp[nf] = xint;
507 nf++;
526 if (sub (nf, M) < 0)
569 register Word16 nf; local
627 nf = 0; /* number of found frequencies */
637 while ((nf < M) && (j < grid_points)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 66 Word32 i, j, nf, ip, order; local
108 nf = 0; /* number of found frequencies */
115 while ((nf < M - 1) && (j < GRID_POINTS))
164 isp[nf] = xint;
166 nf++;
182 if(nf < M - 1)
  /bootable/recovery/edify/
expr.c 376 NamedFunction* nf = bsearch(&key, fn_table, fn_entries, local
378 if (nf == NULL) {
381 return nf->fn;
  /external/libffi/src/powerpc/
ffi_darwin.c 648 long nf; /* number of floating registers already used. */ local
658 nf = 0;
729 if (nf < NUM_FPR_ARG_REGISTERS)
740 nf++;
748 if (nf < NUM_FPR_ARG_REGISTERS)
757 nf++;
767 if (nf < NUM_FPR_ARG_REGISTERS - 1)
775 else if (nf == NUM_FPR_ARG_REGISTERS - 1)
785 nf += 2;
ffi.c 1008 long nf; /* number of floating registers already used */ local
1018 nf = 0;
1161 if (nf < 8)
1166 nf++;
    [all...]
  /external/expat/tests/
runtests.c 1488 int i, nf; local
    [all...]
  /external/bluetooth/bluez/src/
glib-helper.c 710 struct hci_filter nf; local
760 hci_filter_clear(&nf);
761 hci_filter_set_ptype(HCI_EVENT_PKT, &nf);
762 hci_filter_set_event(EVT_CMD_STATUS, &nf);
763 hci_filter_set_event(EVT_AUTH_COMPLETE, &nf);
764 hci_filter_set_event(EVT_ENCRYPT_CHANGE, &nf);
766 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &nf, sizeof(nf)) < 0) {
  /external/speex/libspeex/
smallft.c 49 int nf=0; local
63 nf++;
64 ifac[nf+1]=ntry;
67 if(nf==1)goto L107;
69 for (i=1;i<nf;i++){
70 ib=nf-i+1;
78 ifac[1]=nf;
81 nfm1=nf-1;
577 int na,kh,nf; local
580 nf=ifac[1]
1159 int nf,ip,iw,ix2,ix3,ido,idl1; local
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 1083 struct hci_filter nf, of; local
1092 hci_filter_clear(&nf);
1093 hci_filter_set_ptype(HCI_EVENT_PKT, &nf);
1094 hci_filter_set_event(EVT_CMD_STATUS, &nf);
1095 hci_filter_set_event(EVT_CMD_COMPLETE, &nf);
1096 hci_filter_set_event(EVT_LE_META_EVENT, &nf);
1097 hci_filter_set_event(r->event, &nf);
1098 hci_filter_set_opcode(opcode, &nf);
1099 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &nf, sizeof(nf)) < 0
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cnumtst.c 15 * 06/24/99 helena Integrated Alan's NF enhancements and Java2 bug fixes
810 UNumberFormat *nf = unum_open(UNUM_SPELLOUT, NULL, 0, testPtr->locale, NULL, &status); local
815 value = unum_parse(nf, testPtr->source, -1, &position, &status);
822 unum_close(nf);
1431 UNumberFormat *nf = unum_open(UNUM_CURRENCY, NULL, 0, "en_US", NULL, &status); local
1496 UNumberFormat* nf = NULL; local
    [all...]

Completed in 687 milliseconds

1 2