Home
last modified time | relevance | path

Searched refs:add_sorted_array (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-set-digest.hh120 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function
126 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
180 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function
182 return head.add_sorted_array (array, count, stride) && in add_sorted_array()
183 tail.add_sorted_array (array, count, stride); in add_sorted_array()
186 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
H A Dhb-set.hh100 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function
101 { return s.add_sorted_array (array, count, stride); } in add_sorted_array()
103 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
H A Dhb-bit-set-invertible.hh119 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function
120 …{ return inverted ? s.del_sorted_array (array, count, stride) : s.add_sorted_array (array, count, … in add_sorted_array()
122 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
H A Dhb-bit-set.hh266 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array() function
269 …bool add_sorted_array (const hb_sorted_array_t<const T>& arr) { return add_sorted_array (&arr, arr… in add_sorted_array() function
H A Dtest-set.cc159 s.add_sorted_array(sorted_array, 3); in main()
H A Dhb-set.cc276 set->add_sorted_array (sorted_codepoints, in hb_set_add_sorted_array()
H A Dhb-subset-plan.cc797 plan->unicodes.add_sorted_array (&arr.arrayZ->first, arr.length, sizeof (*arr.arrayZ)); in _populate_unicodes_to_retain()
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/Common/
H A DCoverageFormat1.hh108 { return glyphs->add_sorted_array (glyphArray.as_array ()); } in collect_coverage()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv4834 …latform/external/harfbuzz_ng,[email protected],[set] Add add_sorted_array()
5069 …nal/harfbuzz_ng,[email protected],"[set] In add_sorted_array(), bail if da…
5098 …rfbuzz_ng,[email protected],[set] Optimize add_array() / add_sorted_array()
5240 …,[email protected],[set] Handle nil set in add_range() / add_sorted_array()