Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__format/
H A Dunicode.h308 : __prev_code_point_(__first_code_point), in __extended_grapheme_cluster_break()
322 __prev_code_point_ = __next_code_point; in operator()
329 …LIBCPP_HIDE_FROM_ABI constexpr char32_t __current_code_point() const { return __prev_code_point_; } in __current_code_point()
495 char32_t __prev_code_point_; variable