Searched refs:all_codepoints (Results 1 – 3 of 3) sorted by relevance
166 hb_set_t* all_codepoints = hb_set_create (); in BM_subset() local167 hb_face_collect_unicodes (face, all_codepoints); in BM_subset()168 AddCodepoints(all_codepoints, subset_size, input); in BM_subset()169 hb_set_destroy (all_codepoints); in BM_subset()182 hb_set_t* all_codepoints = hb_set_create (); in BM_subset() local183 hb_face_collect_unicodes (face, all_codepoints); in BM_subset()184 AddCodepoints(all_codepoints, subset_size, input); in BM_subset()185 hb_set_destroy (all_codepoints); in BM_subset()
92 hb_set_t* all_codepoints = hb_set_create (); in subset() local93 hb_face_collect_unicodes (face, all_codepoints); in subset()94 AddCodepoints(all_codepoints, subset_size, input); in subset()95 hb_set_destroy (all_codepoints); in subset()
156 all_codepoints = set(codepoint_map_1.keys()).union(codepoint_map_2.keys())158 for key in all_codepoints: