Home
last modified time | relevance | path

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

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