Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh1193 …const EncodingRecord *unicode_bmp= nullptr, *unicode_ucs4 = nullptr, *ms_bmp = nullptr, *ms_ucs4 =… in subset() local
1203 else if (_.platformID == 0 && _.encodingID == 4) unicode_ucs4 = table; in subset()
1209 if (unlikely (has_format12 && (!unicode_ucs4 && !ms_ucs4))) return_trace (false); in subset()