|
29 | 29 |
|
30 | 30 | #include "../SwiftShims/UnicodeShims.h"
|
31 | 31 |
|
32 |
| -/// Zero weight 0-8, 14-31, 127. |
33 |
| -const int8_t _swift_stdlib_unicode_ascii_collation_table_impl[128] = { |
34 |
| - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 5, 0, 0, 0, 0, 0, |
35 |
| - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 12, 16, 28, 38, 29, |
36 |
| - 27, 15, 17, 18, 24, 32, 9, 8, 14, 25, 39, 40, 41, 42, 43, 44, 45, 46, 47, |
37 |
| - 48, 11, 10, 33, 34, 35, 13, 23, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, |
38 |
| - 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 19, 26, 20, 31, |
39 |
| - 7, 30, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, |
40 |
| - 83, 85, 87, 89, 91, 93, 95, 97, 99, 21, 36, 22, 37, 0}; |
41 |
| - |
42 |
| -const int8_t *_swift_stdlib_unicode_ascii_collation_table = |
43 |
| - _swift_stdlib_unicode_ascii_collation_table_impl; |
44 |
| - |
45 | 32 | static const UCollator *MakeRootCollator() {
|
46 | 33 | UErrorCode ErrorCode = U_ZERO_ERROR;
|
47 | 34 | UCollator *root = ucol_open("", &ErrorCode);
|
|
0 commit comments