Searched refs:__EGC_property (Results 1 – 1 of 1) sorted by relevance
303 using __EGC_property = __extended_grapheme_custer_property_boundary::__property; variable311 if (__prev_property_ == __EGC_property::__Extended_Pictographic) in __extended_grapheme_cluster_break()313 else if (__prev_property_ == __EGC_property::__Regional_Indicator) in __extended_grapheme_cluster_break()320 …__EGC_property __next_property = __extended_grapheme_custer_property_boundary::__get_property(__ne… in operator()336 __evaluate(char32_t __next_code_point, __EGC_property __next_property) { in __evaluate()350 …_LIBCPP_HIDE_FROM_ABI constexpr bool __evaluate_none(char32_t __next_code_point, __EGC_property __… in __evaluate_none()353 …_LIBCPP_ASSERT_INTERNAL(__prev_property_ != __EGC_property::__sot, "should be handled in the const… in __evaluate_none()354 …_LIBCPP_ASSERT_INTERNAL(__prev_property_ != __EGC_property::__eot, "should be handled by our calle… in __evaluate_none()357 if (__prev_property_ == __EGC_property::__CR && __next_property == __EGC_property::__LF) // GB3 in __evaluate_none()360 if (__prev_property_ == __EGC_property::__Control || __prev_property_ == __EGC_property::__CR || in __evaluate_none()[all …]