OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unicode_data
(Results
1 - 3
of
3
) sorted by null
/external/noto-fonts/other/
subset_noto_serif.py
23
from nototools import
unicode_data
namespace
subset_noto_sans_symbols.py
25
from nototools import
unicode_data
namespace
189
for first, last, _ in
unicode_data
._parse_code_ranges(BLOCKS_TO_INCLUDE):
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
test_soup.py
187
self.
unicode_data
= u'<html><head><meta charset="utf-8"/></head><body><foo>Sacr\N{LATIN SMALL LETTER E WITH ACUTE} bleu!</foo></body></html>'
188
self.utf8_data = self.
unicode_data
.encode("utf-8")
217
soup_from_unicode = self.soup(self.
unicode_data
)
218
self.assertEqual(soup_from_unicode.decode(), self.
unicode_data
)
226
self.assertEqual(soup_from_utf8.decode(), self.
unicode_data
)
231
soup_from_unicode = self.soup(self.
unicode_data
)
Completed in 84 milliseconds