Home | History | Annotate | Download | only in test

Lines Matching full:weirdunicode

564             class weirdunicode(unicode):
566 return weirdunicode(2*unicode.__getitem__(self, index))
568 filter(lambda x: x>=unicode("33"), weirdunicode("1234")), unicode("3344"))