HomeSort by: relevance | last modified time | path
    Searched defs:to_unicode (Results 1 - 4 of 4) 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)
util.py 98 def to_unicode(s): function
142 NTPath = to_unicode(r'\\?\%s' % path)
  /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);
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 106 milliseconds