Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dtest_c.py21 mandatory_u_prefix = 'u' variable
37 mandatory_u_prefix = '' variable
2161 typename, mandatory_u_prefix)
2163 typename, mandatory_u_prefix)
2168 typename, mandatory_u_prefix)
2173 typename, mandatory_u_prefix)
2226 assert repr(w) == "<cdata '%s' %s'a'>" % (typename, mandatory_u_prefix)
2231 assert repr(w) == "<cdata '%s' %s'\u1234'>" % (typename, mandatory_u_prefix)
2236 assert repr(w) == "<cdata '%s' %s'\u8234'>" % (typename, mandatory_u_prefix)
2245 typename, mandatory_u_prefix)