Home
last modified time | relevance | path

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

/third_party/jerryscript/tools/
Dgen-unicode.py82 def _store_by_category(self, unicode_id, category): argument
88 self._categories[target_category].append(unicode_id)
101 unicode_id = int(line[0], 16)
104 if unicode_id >= 0x10000 or unicode_id < 128:
110 while range_start_id <= unicode_id:
118 range_start_id = unicode_id
120 self._store_by_category(unicode_id, category)