Searched refs:to_unicode (Results 1 – 5 of 5) sorted by relevance
98 def to_unicode(s): function142 NTPath = to_unicode(r'\\?\%s' % path)
24 from lit.util import to_bytes, to_string, to_unicode376 dir = to_unicode(dir) if kIsWindows else to_bytes(dir)377 cwd = to_unicode(cwd) if kIsWindows else to_bytes(cwd)421 path = to_unicode(path) if kIsWindows else to_bytes(path)422 cwd = to_unicode(cwd) if kIsWindows else to_bytes(cwd)568 redir_filename = to_unicode(redir_filename) \
1371 static char *to_unicode (unsigned int ch) in to_unicode() function4248 html_glyph = to_unicode(code); in add_to_sbuf()
951 (to_unicode): Remove `stop()'.1051 (to_unicode): New function.1053 Use `to_unicode()'.
508 * src/devices/grohtml/post-html.cc (to_unicode): Use `unsigned int'2946 (to_unicode): Moved upwards.