Home | History | Annotate | Download | only in test

Lines Matching refs:unicode

50         (unicode("Unicode Val"),  unicode("A Unicode value"), REG_SZ,),
51 ("UnicodeExpand", unicode("The path is %path%"), REG_EXPAND_SZ),
52 ("Multi-unicode", [unicode("Lots"), unicode("of"), unicode("unicode"),
53 unicode("values")], REG_MULTI_SZ),
54 ("Multi-mixed", [unicode("Unicode"), unicode("and"), "string",
226 self.assertEqual(type(r), unicode)