Home
last modified time | relevance | path

Searched refs:unicode_data (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/unicode/
H A Dmkutf8data.c1339 struct unicode_data { struct
1350 struct unicode_data unicode_data[0x110000]; variable
1351 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 …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/
H A Dtest_soup.py211 …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)