HomeSort by: relevance | last modified time | path
    Searched refs:to_unicode (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
util.py 98 def to_unicode(s): function
142 NTPath = to_unicode(r'\\?\%s' % path)
TestRunner.py 24 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) \
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 1368 * to_unicode - returns a unicode translation of int, ch.
1371 static char *to_unicode (unsigned int ch) function
4248 html_glyph = to_unicode(code);

Completed in 20 milliseconds