OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unichr
(Results
1 - 6
of
6
) sorted by null
/external/harfbuzz_ng/contrib/python/scripts/
hbtestfont
40
text = "".join(
unichr
(int(c, 16)) for c in args)
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
decoder.py
102
m =
unichr
(int(esc, 16))
/external/harfbuzz_ng/test/shaping/
hb_test_tools.py
418
return u''.join (
unichr
(x) for x in Unicode.parse (s)).encode ('utf-8')
454
s = [
unichr
(int (x, 16)) for x in re.split ('[, \n]', s) if len (x)]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py
482
return
unichr
(name2codepoint[x])
491
return
unichr
(int(x[2:], 16))
493
return
unichr
(int(x[1:]))
[
all
...]
/external/regex-re2/lib/codereview/
codereview.py
[
all
...]
Completed in 208 milliseconds