Home
last modified time | relevance | path

Searched refs:ltp1 (Results 1 – 18 of 18) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DLanguageTagCanonicalizer.java58 ltp1.set(locale);
66 List<String> originalVariants = ltp1.getVariants();
79 ltp1.setVariants(newVariants);
81 final String result = ltp1.toString(oo);
82 if ("und".equals(ltp1.getLanguage())) return result;
160 ltp1.setLanguage(ltp2.getLanguage());
163 ltp1.setScript(ltp2.getScript());
166 ltp1.setRegion(ltp2.getRegion());
170 public void transform(LanguageTagParser ltp1) {
171 String locale = ltp1.toString(OutputOption.BCP47);
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/date_time/test/local_time/
H A Dtestlocal_time_facet.cpp75 local_time_period ltp1(ldt1, hours(10) + minutes(24) + seconds(5)); in main() local
99 …teststreaming("UTC local_time_period", ltp1, std::string("[Wed Dec 15 12:00:00 2004 Coordinated Un… in main()
176 …teststreaming("UTC local_time_period", ltp1, std::wstring(L"[Wed Dec 15 12:00:00 2004 Coordinated … in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/date_time/test/local_time/
H A Dtestlocal_time_facet.cpp75 local_time_period ltp1(ldt1, hours(10) + minutes(24) + seconds(5)); in main() local
99 …teststreaming("UTC local_time_period", ltp1, std::string("[Wed Dec 15 12:00:00 2004 Coordinated Un… in main()
176 …teststreaming("UTC local_time_period", ltp1, std::wstring(L"[Wed Dec 15 12:00:00 2004 Coordinated … in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/date_time/test/local_time/
H A Dtestlocal_time_facet.cpp82 local_time_period ltp1(ldt1, hours(10) + minutes(24) + seconds(5)); in main() local
106 …teststreaming("UTC local_time_period", ltp1, std::string("[Wed Dec 15 12:00:00 2004 Coordinated Un… in main()
183 …teststreaming("UTC local_time_period", ltp1, std::wstring(L"[Wed Dec 15 12:00:00 2004 Coordinated … in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/date_time/test/local_time/
H A Dtestlocal_time_facet.cpp82 local_time_period ltp1(ldt1, hours(10) + minutes(24) + seconds(5)); in main() local
106 …teststreaming("UTC local_time_period", ltp1, std::string("[Wed Dec 15 12:00:00 2004 Coordinated Un… in main()
183 …teststreaming("UTC local_time_period", ltp1, std::wstring(L"[Wed Dec 15 12:00:00 2004 Coordinated … in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/date_time/test/local_time/
H A Dtestlocal_time_facet.cpp82 local_time_period ltp1(ldt1, hours(10) + minutes(24) + seconds(5)); in main() local
106 …teststreaming("UTC local_time_period", ltp1, std::string("[Wed Dec 15 12:00:00 2004 Coordinated Un… in main()
183 …teststreaming("UTC local_time_period", ltp1, std::wstring(L"[Wed Dec 15 12:00:00 2004 Coordinated … in main()
/dports/databases/percona57-server/boost_1_59_0/libs/date_time/test/local_time/
H A Dtestlocal_time_facet.cpp82 local_time_period ltp1(ldt1, hours(10) + minutes(24) + seconds(5)); in main() local
106 …teststreaming("UTC local_time_period", ltp1, std::string("[Wed Dec 15 12:00:00 2004 Coordinated Un… in main()
183 …teststreaming("UTC local_time_period", ltp1, std::wstring(L"[Wed Dec 15 12:00:00 2004 Coordinated … in main()
/dports/databases/percona57-client/boost_1_59_0/libs/date_time/test/local_time/
H A Dtestlocal_time_facet.cpp82 local_time_period ltp1(ldt1, hours(10) + minutes(24) + seconds(5)); in main() local
106 …teststreaming("UTC local_time_period", ltp1, std::string("[Wed Dec 15 12:00:00 2004 Coordinated Un… in main()
183 …teststreaming("UTC local_time_period", ltp1, std::wstring(L"[Wed Dec 15 12:00:00 2004 Coordinated … in main()
/dports/devel/boost-libs/boost_1_72_0/libs/date_time/test/local_time/
H A Dtestlocal_time_facet.cpp75 local_time_period ltp1(ldt1, hours(10) + minutes(24) + seconds(5)); in main() local
99 …teststreaming("UTC local_time_period", ltp1, std::string("[Wed Dec 15 12:00:00 2004 Coordinated Un… in main()
176 …teststreaming("UTC local_time_period", ltp1, std::wstring(L"[Wed Dec 15 12:00:00 2004 Coordinated … in main()
/dports/devel/hyperscan/boost_1_75_0/libs/date_time/test/local_time/
H A Dtestlocal_time_facet.cpp75 local_time_period ltp1(ldt1, hours(10) + minutes(24) + seconds(5)); in main() local
99 …teststreaming("UTC local_time_period", ltp1, std::string("[Wed Dec 15 12:00:00 2004 Coordinated Un… in main()
176 …teststreaming("UTC local_time_period", ltp1, std::wstring(L"[Wed Dec 15 12:00:00 2004 Coordinated … in main()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libfaad/libfaad/
H A Dspecrec.c1207 ltp_info *ltp1 = &(ics1->ltp); in reconstruct_channel_pair() local
1212 if (ltp1->data_present) in reconstruct_channel_pair()
1214 if (ltp1->lag_update) in reconstruct_channel_pair()
1215 hDecoder->ltp_lag[cpe->channel] = ltp1->lag; in reconstruct_channel_pair()
1217 ltp1->lag = hDecoder->ltp_lag[cpe->channel]; in reconstruct_channel_pair()
1228 lt_prediction(ics1, ltp1, spec_coef1, hDecoder->lt_pred_stat[cpe->channel], hDecoder->fb, in reconstruct_channel_pair()
/dports/audio/faad/faad2-c626366/libfaad/
H A Dspecrec.c1219 ltp_info *ltp1 = &(ics1->ltp); in reconstruct_channel_pair() local
1224 if (ltp1->data_present) in reconstruct_channel_pair()
1226 if (ltp1->lag_update) in reconstruct_channel_pair()
1227 hDecoder->ltp_lag[cpe->channel] = ltp1->lag; in reconstruct_channel_pair()
1229 ltp1->lag = hDecoder->ltp_lag[cpe->channel]; in reconstruct_channel_pair()
1240 lt_prediction(ics1, ltp1, spec_coef1, hDecoder->lt_pred_stat[cpe->channel], hDecoder->fb, in reconstruct_channel_pair()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libfaad/
H A Dspecrec.c1210 ltp_info *ltp1 = &(ics1->ltp); in reconstruct_channel_pair() local
1215 if (ltp1->data_present) in reconstruct_channel_pair()
1217 if (ltp1->lag_update) in reconstruct_channel_pair()
1218 hDecoder->ltp_lag[cpe->channel] = ltp1->lag; in reconstruct_channel_pair()
1220 ltp1->lag = hDecoder->ltp_lag[cpe->channel]; in reconstruct_channel_pair()
1231 lt_prediction(ics1, ltp1, spec_coef1, hDecoder->lt_pred_stat[cpe->channel], hDecoder->fb, in reconstruct_channel_pair()
/dports/audio/aacgain/aacgain-1.8/faad2/libfaad/
H A Dspecrec.c1149 ltp_info *ltp1 = &(ics1->ltp); in reconstruct_channel_pair() local
1154 if (ltp1->data_present) in reconstruct_channel_pair()
1156 if (ltp1->lag_update) in reconstruct_channel_pair()
1157 hDecoder->ltp_lag[cpe->channel] = ltp1->lag; in reconstruct_channel_pair()
1159 ltp1->lag = hDecoder->ltp_lag[cpe->channel]; in reconstruct_channel_pair()
1170 lt_prediction(ics1, ltp1, spec_coef1, hDecoder->lt_pred_stat[cpe->channel], hDecoder->fb, in reconstruct_channel_pair()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/faad2/libfaad/
H A Dspecrec.c1207 ltp_info *ltp1 = &(ics1->ltp); in reconstruct_channel_pair() local
1212 if (ltp1->data_present) in reconstruct_channel_pair()
1214 if (ltp1->lag_update) in reconstruct_channel_pair()
1215 hDecoder->ltp_lag[cpe->channel] = ltp1->lag; in reconstruct_channel_pair()
1217 ltp1->lag = hDecoder->ltp_lag[cpe->channel]; in reconstruct_channel_pair()
1228 lt_prediction(ics1, ltp1, spec_coef1, hDecoder->lt_pred_stat[cpe->channel], hDecoder->fb, in reconstruct_channel_pair()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/m4adecoder/libfaad/
H A Dspecrec.c1207 ltp_info *ltp1 = &(ics1->ltp); in reconstruct_channel_pair() local
1212 if (ltp1->data_present) in reconstruct_channel_pair()
1214 if (ltp1->lag_update) in reconstruct_channel_pair()
1215 hDecoder->ltp_lag[cpe->channel] = ltp1->lag; in reconstruct_channel_pair()
1217 ltp1->lag = hDecoder->ltp_lag[cpe->channel]; in reconstruct_channel_pair()
1228 lt_prediction(ics1, ltp1, spec_coef1, hDecoder->lt_pred_stat[cpe->channel], hDecoder->fb, in reconstruct_channel_pair()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DGenerateMaximalLocales.java2160 LanguageTagParser ltp1 = new LanguageTagParser(); field in GenerateMaximalLocales.LocaleStringComparator
2165 ltp1.set(arg1); in compare()
2167 String s1 = ltp1.getLanguage(); in compare()
2175 s1 = ltp1.getScript(); in compare()
2181 s1 = ltp1.getRegion(); in compare()
/dports/devel/py-ipywidgets/ipywidgets-7.5.1/docs/source/examples/
H A DImage Processing.ipynb679 …BNxH3cc5xxkA/OM9DXJLqXxj1LVLLwc9h4gkjjuAlsJ4vmfB4ORgYBJ+c549O/onhuHTNL8YW+ltp1+zNbg3Ul2dxlyo5bHJ6h…