Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-use.cc441 if ((FLAG_UNSAFE (info[i].use_category()) & (BASE_FLAGS)) || is_halant (info[i])) in reorder_syllable()
462 uint32_t flag = FLAG_UNSAFE (info[i].use_category()); in reorder_syllable()
Dhb-private.hh939 #define FLAG_UNSAFE(x) ((x) < 32 ? FLAG_SAFE(x) : 0) macro