Searched refs:is_one_of (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-indic.cc | 141 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 …]
|
D | hb-ot-shape-complex-myanmar.cc | 153 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/ |
D | FormatProviders.h | 32 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/ |
D | STLExtras.h | 487 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;
|