Home
last modified time | relevance | path

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

/development/vndk/tools/sourcedr/blueprint/
Dblueprint.py36 def py3_chr(codepoint): argument
38 return unichr(codepoint).encode('utf-8')
213 codepoint = int(buf[start:end], 8)
216 if codepoint > 0xff:
218 return codepoint