We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe0c633 + 7888f1e commit eef56b5Copy full SHA for eef56b5
stdlib/public/stubs/UnicodeExtendedGraphemeClusters.cpp.gyb
@@ -58,7 +58,6 @@ trie_generator.serialize(grapheme_cluster_break_property_table)
58
59
#include <stdint.h>
60
61
-SWIFT_RUNTIME_STDLIB_INTERFACE
62
const uint8_t _swift_stdlib_GraphemeClusterBreakPropertyTrieImpl[] = {
63
% for byte in trie_generator.trie_bytes:
64
${byte},
@@ -124,7 +123,6 @@ extended_grapheme_cluster_rules_matrix = \
124
123
}%
125
126
127
128
const uint16_t _swift_stdlib_ExtendedGraphemeClusterNoBoundaryRulesMatrixImpl[] = {
129
% for row in get_extended_grapheme_cluster_rules_matrix(grapheme_cluster_break_property_table):
130
${row},
0 commit comments