Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.cc141 is_one_of (const hb_glyph_info_t &info, unsigned int flags) in is_one_of() function
151 return is_one_of (info, JOINER_FLAGS); in is_joiner()
157 return is_one_of (info, CONSONANT_FLAGS); in is_consonant()
163 return is_one_of (info, HALANT_OR_COENG_FLAGS); in is_halant_or_coeng()
701 is_one_of (info[start ], FLAG (OT_Ra)) && in initial_reordering_consonant_syllable()
702 is_one_of (info[start+1], FLAG (OT_H)) && in initial_reordering_consonant_syllable()
703 is_one_of (info[start+2], FLAG (OT_ZWJ))) in initial_reordering_consonant_syllable()
1381 is_one_of (info[base - 1], FLAG (OT_ZWJ))) in final_reordering_syllable()
1385 is_one_of (info[base], (FLAG (OT_N) | HALANT_OR_COENG_FLAGS))) in final_reordering_syllable()
1411 !(is_one_of (info[new_pos], (FLAG (OT_M) | HALANT_OR_COENG_FLAGS)))) in final_reordering_syllable()
[all …]
Dhb-ot-shape-complex-myanmar.cc153 is_one_of (const hb_glyph_info_t &info, unsigned int flags) in is_one_of() function
163 return is_one_of (info, CONSONANT_FLAGS); in is_consonant()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatProviders.h32 bool, is_one_of<T, uint8_t, int16_t, uint16_t, int32_t, uint32_t,
43 is_one_of<T, char *, const char *>::value> {
49 bool, is_one_of<T, llvm::StringRef, std::string>::value ||
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h487 template <typename T, typename... Ts> struct is_one_of {
492 struct is_one_of<T, U, Ts...> {
494 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;