Searched refs:add_sorted_array (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-set-digest.hh | 120 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 D | hb-set.hh | 100 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 D | hb-bit-set-invertible.hh | 119 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 D | hb-bit-set.hh | 266 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 D | test-set.cc | 159 s.add_sorted_array(sorted_array, 3); in main()
|
H A D | hb-set.cc | 276 set->add_sorted_array (sorted_codepoints, in hb_set_add_sorted_array()
|
H A D | hb-subset-plan.cc | 797 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 D | CoverageFormat1.hh | 108 { 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 D | commit.csv | 4834 …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()
|