Searched defs:nf (Results 1 - 25 of 77) sorted by relevance

1234

/external/chromium_org/v8/test/intl/general/
H A Dmapped-locale.js30 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
[all...]
/external/chromium_org/v8/test/intl/number-format/
H A Dwellformed-unsupported-locale.js30 var nf = Intl.NumberFormat(['xx']); variable
32 assertEquals(nf.resolvedOptions().locale, %GetDefaultICULocale());
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dcombpath_test.c121 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;
H A Dsplitpath_test.c136 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;
H A Duncstring_test.c134 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;
H A Dleb128_test.c165 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;
H A Dbitvect_test.c149 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, n
[all...]
H A Dfloatnum_test.c417 int nf; local
420 nf = testfunc();
423 printf("%c", nf>0 ? 'F':'.');
425 if (nf > 0)
428 return nf;
435 int nf = 0; local
442 nf += runtest(new_normalized, NULL, NULL);
443 nf += runtest(new_normalized_edgecase, NULL, NULL);
444 nf += runtest(get_single_normalized, get_family_setup, get_family_teardown);
445 nf
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsmpdtfmt.h1529 NumberFormat *nf; member in struct:SimpleDateFormat::NSOverride
/external/chromium_org/third_party/icu/source/samples/numfmt/
H A Dmain.cpp92 * @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) { argument
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) { argument
208 nf
228 NumberFormat *nf; local
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1523 NumberFormat *nf; member in struct:SimpleDateFormat::NSOverride
/external/icu/icu4c/source/samples/numfmt/
H A Dmain.cpp92 * @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) { argument
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) { argument
208 nf
228 NumberFormat *nf; local
[all...]
/external/libnl/src/
H A Dnl-cls-delete.c68 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) {
H A Dnl-route-delete.c88 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
[all...]
/external/srec/srec/cfront/
H A Dchelmel4.c55 //static void mel_cuberoot_offset(cepdata *fbo, cepdata *ch_off, int nf);
57 static void mel_spectrum_correction(cepdata *fbo, cepdata *ch_gain, int nf);
61 //static void mel_exp(cepdata *fbo, int nf);
64 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc);
79 write_scaled_frames(freqobj->nf, 1, channel->filterbank, D_FIXED, 1 / (float)LOG_SCALE);
93 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc) argument
104 cp = &cs[i*nf];
105 for (j = 0, temp = 0; j < nf; j++)
113 static void mel_spectrum_correction(cepdata *fbo, cepdata *ch_gain, int nf) argument
119 for (i = 0;i < nf;
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpptest.cpp179 NumberFormat *nf = NumberFormat::createInstance(status); local
181 delete nf;
185 DecimalFormat *fmt = dynamic_cast<DecimalFormat *>(nf);
213 delete nf;
H A Ddtfmapts.cpp235 const NumberFormat *nf = def->getNumberFormat(); local
236 NumberFormat *newNf = (NumberFormat*) nf->clone();
H A Duobjtest.cpp586 NumberFormat *nf = NumberFormat::createInstance("de", errorCode); local
591 if (dynamic_cast<DecimalFormat *>(nf) == NULL || dynamic_cast<ChoiceFormat *>(nf) != NULL) {
595 if (&typeid(*nf) == NULL || typeid(*nf) == typeid(UObject) || typeid(*nf) == typeid(Format) ||
596 typeid(*nf) != typeid(DecimalFormat) || typeid(*nf) == typeid(ChoiceFormat) ||
597 typeid(*nf) == typeid(emptySet)
601 delete nf;
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dpptest.cpp179 NumberFormat *nf = NumberFormat::createInstance(status); local
181 delete nf;
185 DecimalFormat *fmt = dynamic_cast<DecimalFormat *>(nf);
213 delete nf;
H A Ddtfmapts.cpp235 const NumberFormat *nf = def->getNumberFormat(); local
236 NumberFormat *newNf = (NumberFormat*) nf->clone();
/external/aac/libFDK/src/
H A Dmdct.cpp180 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/chromium_org/third_party/icu/source/i18n/
H A Dplurfmt.cpp334 NumberFormat* nf = (NumberFormat*)format->clone(); local
335 if (nf != NULL) {
337 numberFormat = nf;
H A Dwinnmfmt.cpp228 NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat::createInstance(fLocale, status); local
230 nf->parse(text, result, parsePosition);
231 delete nf;
/external/icu/icu4c/source/i18n/
H A Dplurfmt.cpp334 NumberFormat* nf = (NumberFormat*)format->clone(); local
335 if (nf != NULL) {
337 numberFormat = nf;
H A Dwinnmfmt.cpp228 NumberFormat *nf = fCurrency? NumberFormat::createCurrencyInstance(fLocale, status) : NumberFormat::createInstance(fLocale, status); local
230 nf->parse(text, result, parsePosition);
231 delete nf;

Completed in 4085 milliseconds

1234