Home
last modified time | relevance | path

Searched defs:ct1 (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dcpdtrtst.cpp120 …CompoundTransliterator *ct1=new CompoundTransliterator("Greek-Latin;Latin-Devanagari",parseError,… in TestCloneEqual() local
195 …CompoundTransliterator *ct1=new CompoundTransliterator("Halfwidth-Fullwidth;Fullwidth-Halfwidth", … in TestGetCount() local
244 CompoundTransliterator *ct1=new CompoundTransliterator(ID, parseError, status); in TestGetSetAdoptTransliterator() local
350 CompoundTransliterator *ct1=new CompoundTransliterator("Any-Hex;Hex-Any",parseError, status); in TestTransliterate() local
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DCompoundTransliteratorTest.java101 Transliterator ct1=null; in TestGetTransliterator() local
133 Transliterator ct1=null; in TestTransliterate() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DCompoundTransliteratorTest.java104 Transliterator ct1=null; in TestGetTransliterator() local
136 Transliterator ct1=null; in TestTransliterate() local
/third_party/ffmpeg/libavfilter/
Dhermite.h29 double ct0, ct1, ct2, ct3; in hermite_interpolation() local
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgsttimedvaluecontrolsource.c143 GstClockTime ct1 = ((GstControlPoint *) p1)->timestamp; in gst_control_point_compare() local
161 GstClockTime ct1 = ((GstControlPoint *) p1)->timestamp; in gst_control_point_find() local
/third_party/ffmpeg/libavcodec/
Dvp9prob.c29 static av_always_inline void adapt_prob(uint8_t *p, unsigned ct0, unsigned ct1, in adapt_prob()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstevent.c179 GstClockTime ct1 = G_GUINT64_CONSTANT (20), ct2; in GST_START_TEST() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_sampler.c515 __m128i s4s, t4s, cs0, cs1, ct0, ct1, tmp, si[4]; in fetch_bgra_clamp_linear() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dsymm.rs1611 let ct1 = vec![ in test_sm4_ecb() localVariable