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

1 2 3 4 5

  /external/chromium_org/v8/test/intl/general/
mapped-locale.js 30 var nf = Intl.NumberFormat(['zh-TW'], {localeMatcher: 'lookup'}); variable
31 assertEquals('zh-TW', nf.resolvedOptions().locale);
33 var nf = Intl.NumberFormat(['zh-Hant-TW'], {localeMatcher: 'lookup'}); variable
34 assertEquals('zh-Hant-TW', nf.resolvedOptions().locale);
36 var nf = Intl.NumberFormat(['zh-Hant'], {localeMatcher: 'lookup'}); variable
37 assertEquals('zh-Hant', nf.resolvedOptions().locale);
39 nf = Intl.NumberFormat(['zh'], {localeMatcher: 'lookup'});
40 assertEquals('zh', nf.resolvedOptions().locale);
42 nf = Intl.NumberFormat(['zh-CN'], {localeMatcher: 'lookup'});
43 assertEquals('zh-CN', nf.resolvedOptions().locale)
    [all...]
  /external/chromium_org/v8/test/intl/number-format/
wellformed-unsupported-locale.js 30 var nf = Intl.NumberFormat(['xx']); variable
32 assertEquals(nf.resolvedOptions().locale, %GetDefaultICULocale());
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
combpath_test.c 121 int nf = 0; local
133 nf += fail;
137 numtests-nf, nf, numtests, 100*(numtests-nf)/numtests, failed);
138 return (nf == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
splitpath_test.c 136 int nf = 0; local
148 nf += fail;
152 numtests-nf, nf, numtests, 100*(numtests-nf)/numtests, failed);
153 return (nf == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
uncstring_test.c 134 int nf = 0; local
148 nf += fail;
152 numtests-nf, nf, numtests, 100*(numtests-nf)/numtests, failed);
155 return (nf == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
bitvect_test.c 149 int nf; local
152 nf = testfunc();
155 printf("%c", nf>0 ? 'F':'.');
157 if (nf > 0)
159 return nf;
166 int nf = 0; local
170 nf += runtest(boot, NULL, NULL);
171 nf += runtest(oct_small_num, num_family_setup, num_family_teardown);
172 nf += runtest(oct_large_num, num_family_setup, num_family_teardown);
174 3-nf, nf, 100*(3-nf)/3, failed)
    [all...]
leb128_test.c 165 int nf = 0; local
183 nf += fail;
190 nf += fail;
196 numtests*2-nf, nf, numtests*2, 100*(numtests*2-nf)/(numtests*2),
198 return (nf == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
smpdtfmt.h 1529 NumberFormat *nf; member in struct:SimpleDateFormat::NSOverride
    [all...]
  /external/chromium_org/third_party/icu/source/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 DecimalFormat *dnf=dynamic_cast<DecimalFormat *>(&nf);
169 nf.setMinimumFractionDigits(currencyMap[i].fractionDigits);
170 nf.setMaximumFractionDigits(currencyMap[i].fractionDigits);
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) {
208 nf.setCurrency(uCurrency)
228 NumberFormat *nf; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
pptest.cpp 179 NumberFormat *nf = NumberFormat::createInstance(status); local
181 delete nf;
185 DecimalFormat *fmt = dynamic_cast<DecimalFormat *>(nf);
213 delete nf;
  /external/icu/icu4c/source/i18n/unicode/
smpdtfmt.h 1523 NumberFormat *nf; member in struct:SimpleDateFormat::NSOverride
    [all...]
  /external/icu/icu4c/source/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 DecimalFormat *dnf=dynamic_cast<DecimalFormat *>(&nf);
169 nf.setMinimumFractionDigits(currencyMap[i].fractionDigits);
170 nf.setMaximumFractionDigits(currencyMap[i].fractionDigits);
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) {
208 nf.setCurrency(uCurrency)
228 NumberFormat *nf; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
pptest.cpp 179 NumberFormat *nf = NumberFormat::createInstance(status); local
181 delete nf;
185 DecimalFormat *fmt = dynamic_cast<DecimalFormat *>(nf);
213 delete nf;
  /external/libnl/src/
nl-cls-delete.c 68 int nf = 0, err; local
107 case 'd': nf++; parse_dev(cls, link_cache, optarg); break;
108 case 'p': nf++; parse_parent(cls, optarg); break;
109 case ARG_PRIO: nf++; parse_prio(cls, optarg); break;
110 case ARG_ID: nf++; parse_handle(cls, optarg); break;
111 case ARG_PROTO: nf++; parse_proto(cls, optarg); break;
115 if (nf == 0 && !interactive && !default_yes) {
nl-route-delete.c 88 int nf = 0; local
141 case 'd': nf++; nl_cli_route_parse_dst(route, optarg); break;
142 case 'n': nf++; nl_cli_route_parse_nexthop(route, optarg, link_cache); break;
143 case 't': nf++; nl_cli_route_parse_table(route, optarg); break;
144 case ARG_FAMILY: nf++; nl_cli_route_parse_family(route, optarg); break;
145 case ARG_SRC: nf++; nl_cli_route_parse_src(route, optarg); break;
146 case ARG_IIF: nf++; nl_cli_route_parse_iif(route, optarg, link_cache); break;
147 case ARG_PREF_SRC: nf++; nl_cli_route_parse_pref_src(route, optarg); break;
148 case ARG_METRICS: nf++; nl_cli_route_parse_metric(route, optarg); break;
149 case ARG_PRIORITY: nf++; nl_cli_route_parse_prio(route, optarg); break
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
ExpensiveObjectsBenchmark.java 99 NumberFormat nf = NumberFormat.getInstance(Locale.US); local
101 nf.clone();
106 NumberFormat nf = NumberFormat.getInstance(Locale.US); local
108 nf.format(1024L);
119 NumberFormat nf = NumberFormat.getInstance(Locale.US); local
121 nf.format(1024.0);
  /external/aac/libFDK/src/
mdct.cpp 180 int nt, nf, i; local
184 nf = fMin(hMdct->prev_nr, nrSamples);
185 nrSamples -= nf;
190 for (i=0; i<nf; i++) {
196 return (nt+nf);
  /external/libedit/src/
map.c 1399 size_t nf = (size_t)el->el_map.nfunc + 1; local
    [all...]
  /frameworks/av/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/av/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)
  /libcore/luni/src/test/java/libcore/java/text/
NumberFormatTest.java 41 NumberFormat nf = NumberFormat.getNumberInstance(Locale.US); local
42 assertEquals("123", nf.format(new MyNumber()));
61 NumberFormat nf = new MyNumberFormat(); local
62 assertEquals("long", nf.format(BigInteger.valueOf(Long.MAX_VALUE)));
63 assertEquals("double", nf.format(BigInteger.valueOf(Long.MAX_VALUE).add(BigInteger.ONE)));
64 assertEquals("long", nf.format(BigInteger.valueOf(Long.MIN_VALUE)));
65 assertEquals("double", nf.format(BigInteger.valueOf(Long.MIN_VALUE).subtract(BigInteger.ONE)));
77 NumberFormat nf = NumberFormat.getNumberInstance(arabic); local
79 assertEquals("?????????????", nf.format(1234567890));
86 NumberFormat nf = NumberFormat.getPercentInstance(Locale.US) local
98 NumberFormat nf = NumberFormat.getNumberInstance(Locale.US); local
135 NumberFormat nf = NumberFormat.getCurrencyInstance(Locale.US); local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
208 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
231 nf += nz;
241 nf += nz;
304 if (match(&s,"nf")) {
340 e1 = e -= nf;
  /bootable/recovery/edify/
expr.c 374 NamedFunction* nf = bsearch(&key, fn_table, fn_entries, local
376 if (nf == NULL) {
379 return nf->fn;
  /external/chromium_org/third_party/icu/source/i18n/
plurfmt.cpp 334 NumberFormat* nf = (NumberFormat*)format->clone(); local
335 if (nf != NULL) {
337 numberFormat = nf;
unum.cpp 9 * 06/24/99 helena Integrated Alan's NF enhancements and Java2 bug fixes
138 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt); local
139 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf);
143 const RuleBasedNumberFormat* rbnf = dynamic_cast<const RuleBasedNumberFormat*>(nf);
466 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt); local
469 return nf->isLenient();
473 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf);
487 NumberFormat* nf = reinterpret_cast<NumberFormat*>(fmt); local
491 return nf->setLenient(newValue != 0);
494 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf);
505 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt); local
519 NumberFormat* nf = reinterpret_cast<NumberFormat*>(fmt); local
543 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt); local
606 NumberFormat* nf = reinterpret_cast<NumberFormat*>(fmt); local
666 const NumberFormat* nf = reinterpret_cast<const NumberFormat*>(fmt); local
695 const NumberFormat *nf = reinterpret_cast<const NumberFormat *>(fmt); local
722 NumberFormat *nf = reinterpret_cast<NumberFormat *>(fmt); local
758 NumberFormat* nf = reinterpret_cast<NumberFormat*>(fmt); local
    [all...]

Completed in 1458 milliseconds

1 2 3 4 5