Searched refs:unicode_data (Results 1 – 2 of 2) sorted by relevance
1339 struct unicode_data { struct1350 struct unicode_data unicode_data[0x110000]; variable1351 struct unicode_data *corrections;1364 static struct unicode_data *corrections_lookup(struct unicode_data *u) in corrections_lookup()1376 struct unicode_data *left = l; in nfdi_equal()1377 struct unicode_data *right = r; in nfdi_equal()1393 struct unicode_data *left = l; in nfdicf_equal()1394 struct unicode_data *right = r; in nfdicf_equal()1417 struct unicode_data *leaf = l; in nfdi_print()1432 struct unicode_data *leaf = l; in nfdicf_print()[all …]
211 …self.unicode_data = '<html><head><meta charset="utf-8"/></head><body><foo>Sacr\N{LATIN SMALL LETTE…212 self.utf8_data = self.unicode_data.encode("utf-8")241 soup_from_unicode = self.soup(self.unicode_data)242 self.assertEqual(soup_from_unicode.decode(), self.unicode_data)250 self.assertEqual(soup_from_utf8.decode(), self.unicode_data)255 soup_from_unicode = self.soup(self.unicode_data)