Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dunicode.h274 __next_code_point_(__code_point_view_.__consume()), in __extended_grapheme_cluster_view()
275 … __next_prop_(__extended_grapheme_custer_property_boundary::__get_property(__next_code_point_)) {} in __extended_grapheme_cluster_view()
295 char32_t __code_point = __next_code_point_; in __consume()
306 char32_t __next_code_point_; variable
319 __next_code_point_ = __code_point_view_.__consume(); in __get_break()
320 …ext_prop_ = __extended_grapheme_custer_property_boundary::__get_property(__next_code_point_); in __get_break()