Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/tools/
H A Dextract_unicode_properties.py47 start_char = int(first_char_str, 16)
48 last_char = (int(last_char_str, 16) if last_char_str else start_char) + 1
50 for char in range(start_char, last_char):
/aosp12/system/libziparchive/
H A Dzip_cd_entry_map.cc79 const char* start_char = reinterpret_cast<const char*>(start); in AddToMap() local
80 hash_table_[ent].name_offset = static_cast<uint32_t>(name.data() - start_char); in AddToMap()