Home
last modified time | relevance | path

Searched refs:dnf (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/samples/numfmt/
H A Dmain.cpp118 DecimalFormat *dnf=dynamic_cast<DecimalFormat *>(&nf); in setNumberFormatCurrency_2_4() local
119 if(dnf==NULL) { in setNumberFormatCurrency_2_4()
174 dnf->setRoundingIncrement(currencyMap[i].roundingIncrement); in setNumberFormatCurrency_2_4()
176 DecimalFormatSymbols symbols(*dnf->getDecimalFormatSymbols()); in setNumberFormatCurrency_2_4()
178 dnf->setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889 in setNumberFormatCurrency_2_4()
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dmain.cpp118 DecimalFormat *dnf=dynamic_cast<DecimalFormat *>(&nf); in setNumberFormatCurrency_2_4() local
119 if(dnf==NULL) { in setNumberFormatCurrency_2_4()
174 dnf->setRoundingIncrement(currencyMap[i].roundingIncrement); in setNumberFormatCurrency_2_4()
176 DecimalFormatSymbols symbols(*dnf->getDecimalFormatSymbols()); in setNumberFormatCurrency_2_4()
178 dnf->setDecimalFormatSymbols(symbols); // do not adopt symbols: Jitterbug 2889 in setNumberFormatCurrency_2_4()
/third_party/nghttp2/src/
H A Dshrpx_worker.h204 dnf{false},
234 bool dnf; member
H A Dshrpx_config.cc964 bool dnf; member
1152 } else if (util::strieq_l("dnf", param)) { in parse_downstream_params()
1153 out.dnf = true; in parse_downstream_params()
1218 addr.dnf = params.dnf; in parse_mapping()
1322 // All backends in the same group must have the same dnf in parse_mapping()
1323 // setting. If some backends do not specify dnf, and there is in parse_mapping()
1324 // at least one backend with dnf, it is used for all backends in in parse_mapping()
1326 // for dnf because there is no need for load balancing. in parse_mapping()
1327 if (params.dnf) { in parse_mapping()
[all...]
H A Dshrpx_worker.cc140 std::get<10>(dkey) = shared_addr->dnf; in create_downstream_key()
296 shared_addr->dnf = src.dnf; in replace_downstream_config()
H A Dshrpx_config.h562 bool dnf; member
579 dnf{false},
597 bool dnf; member
H A Dshrpx.cc2312 "dnf". The parameter consists of keyword, and in print_help()
2459 If "dnf" parameter is specified, an incoming request is in print_help()
2464 above). "dnf" is an abbreviation of "do not forward". in print_help()
H A Dshrpx_client_handler.cc1108 if (group->shared_addr->dnf) { in get_downstream_connection()

Completed in 20 milliseconds