Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dunicode.h320 …__EGC_property __next_property = __extended_grapheme_custer_property_boundary::__get_property(__ne… in operator() local
321 bool __result = __evaluate(__next_code_point, __next_property); in operator()
323 __prev_property_ = __next_property; in operator()
336 __evaluate(char32_t __next_code_point, __EGC_property __next_property) { in __evaluate() argument
339 return __evaluate_none(__next_code_point, __next_property); in __evaluate()
341 return __evaluate_GB9c_indic_conjunct_break(__next_code_point, __next_property); in __evaluate()
343 return __evaluate_GB11_emoji(__next_code_point, __next_property); in __evaluate()
345 return __evaluate_GB12_GB13_regional_indicator(__next_code_point, __next_property); in __evaluate()
350 …OM_ABI constexpr bool __evaluate_none(char32_t __next_code_point, __EGC_property __next_property) { in __evaluate_none() argument
357 if (__prev_property_ == __EGC_property::__CR && __next_property == __EGC_property::__LF) // GB3 in __evaluate_none()
[all …]