Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dutil.py98 def to_unicode(s): function
142 NTPath = to_unicode(r'\\?\%s' % path)
H A DTestRunner.py24 from lit.util import to_bytes, to_string, to_unicode
376 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) \
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp1371 static char *to_unicode (unsigned int ch) in to_unicode() function
4248 html_glyph = to_unicode(code); in add_to_sbuf()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.117951 (to_unicode): Remove `stop()'.
1051 (to_unicode): New function.
1053 Use `to_unicode()'.
H A DChangeLog.118508 * src/devices/grohtml/post-html.cc (to_unicode): Use `unsigned int'
2946 (to_unicode): Moved upwards.