Home | History | Annotate | Download | only in Tempita

Lines Matching refs:is_unicode

46 from Cython.Tempita.compat3 import bytes, basestring_, next, is_unicode, coerce_text
117 self._unicode = is_unicode(content)
341 if (is_unicode(value)
364 elif not self._unicode and is_unicode(value):
457 if is_unicode(value):
464 if is_unicode(v):