HomeSort by relevance Sort by last modified time
    Searched refs:u11c3_str_b (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/test/
test_unicodedata.py 214 u11c3_str_b = u'\uae30\u11c3'
217 self.assertEqual(self.db.normalize('NFC', u11c3_str_a), u11c3_str_b)
  /external/python/cpython3/Lib/test/
test_unicodedata.py 218 u11c3_str_b = '\uae30\u11c3'
221 self.assertEqual(self.db.normalize('NFC', u11c3_str_a), u11c3_str_b)

Completed in 53 milliseconds