/third_party/quickjs/ |
D | unicode_gen.c | 948 CCInfo *ci, *ci1, *ci2; in find_run_type() local 951 ci1 = &tab[code + 1]; in find_run_type() 959 ci1->l_len == 1 && ci1->l_data[0] == code + 2 && in find_run_type() 960 ci1->f_code == ci1->l_data[0] && in find_run_type() 961 ci1->u_len == 1 && ci1->u_data[0] == code && in find_run_type() 975 ci1 = &tab[code + len]; in find_run_type() 976 if (ci1->u_len != 1 || in find_run_type() 977 ci1->u_data[0] != ci->u_data[0] + len || in find_run_type() 978 ci1->l_len != 0 || in find_run_type() 979 ci1->f_code != ci1->u_data[0]) in find_run_type() [all …]
|
/third_party/boost/libs/multi_index/test/ |
D | test_conv_iterators.cpp | 37 const employee_set_by_name& ci1=get<1>(es); in test_conv_iterators() local 40 employee_set_by_name::const_iterator it2=ci1.find("John"); in test_conv_iterators() 47 const employee_set_by_name& ci1=get<1>(es); in test_conv_iterators() local 50 employee_set_by_name::const_local_iterator it2=ci1.begin(ci1.bucket("John")); in test_conv_iterators()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcaps.c | 699 GstCaps *c1, *c2, *ci1, *ci2; in GST_START_TEST() local 706 ci1 = gst_caps_intersect (c2, c1); in GST_START_TEST() 707 GST_DEBUG ("intersected: %" GST_PTR_FORMAT, ci1); in GST_START_TEST() 708 fail_unless (gst_caps_get_size (ci1) == 1, NULL); in GST_START_TEST() 709 s = gst_caps_get_structure (ci1, 0); in GST_START_TEST() 723 fail_unless (gst_caps_is_equal (ci1, ci2)); in GST_START_TEST() 725 gst_caps_unref (ci1); in GST_START_TEST() 736 ci1 = gst_caps_intersect (c2, c1); in GST_START_TEST() 737 GST_DEBUG ("intersected: %" GST_PTR_FORMAT, ci1); in GST_START_TEST() 738 fail_unless (gst_caps_is_empty (ci1), NULL); in GST_START_TEST() [all …]
|
/third_party/boost/boost/range/ |
D | concepts.hpp | 301 const_iterator ci1 = boost::begin(const_range); in const_constraints() local 304 boost::ignore_unused_variable_warning(ci1); in const_constraints()
|
/third_party/boost/libs/multi_array/test/ |
D | iterators.cpp | 86 typename Array::const_iterator ci1; in construct_iterators() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 96 OpName %30 "ci1" in TEST() 399 OpName %30 "ci1" in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 96 OpName %30 "ci1" in TEST() 399 OpName %30 "ci1" in TEST()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationTest.java | 350 UTF16CollationIterator ci1 = new UTF16CollationIterator(data, false, s, 0); in TestSubSequence() local 354 long ce1 = ci1.nextCE(); in TestSubSequence()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationTest.java | 347 UTF16CollationIterator ci1 = new UTF16CollationIterator(data, false, s, 0); in TestSubSequence() local 351 long ce1 = ci1.nextCE(); in TestSubSequence()
|
/third_party/pulseaudio/src/modules/raop/ |
D | raop-client.c | 1245 uint32_t ci1; in rtsp_auth_cb() member 1251 sci = pa_sprintf_malloc("%08x%08x",rci.ci1, rci.ci2); in rtsp_auth_cb()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 273 UTF16CollationIterator ci1(data, FALSE, s, s, s + 2); in TestNulTerminated() local 276 int64_t ce1 = ci1.nextCE(errorCode); in TestNulTerminated()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Bopo.txt | 1168 ci1 ← ㄘ;
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Bopo.txt | 1169 ci1 ← ㄘ;
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latn_Bopo.txt | 1169 ci1 ← ㄘ;
|