Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dunicode.h198 if (__prev == __property::__CR && __next == __property::__LF) // GB3 in __at_extended_grapheme_cluster_break()
201 …if (__prev == __property::__Control || __prev == __property::__CR || __prev == __property::__LF) /… in __at_extended_grapheme_cluster_break()
204 …if (__next == __property::__Control || __next == __property::__CR || __next == __property::__LF) /… in __at_extended_grapheme_cluster_break()
H A Dextended_grapheme_cluster_table.h87 __LF, enumerator
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/format/format.string/format.string.std/
H A Dextended_grapheme_cluster.pass.cpp45 static_assert(count_entries(cluster::__property::__LF) == 1);