casemapped 106 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = casemapped 114 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 120 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x0069 }; casemapped 122 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 127 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x0069 }; casemapped 128 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 129 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 133 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x0069, 0x0307 }; casemapped 135 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 140 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x0131 }; casemapped 141 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 142 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 147 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = casemapped 149 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 155 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x0068, 0x0065, 0x0069, 0x00DF }; casemapped 156 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 167 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = casemapped 173 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 177 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x03C3 }; casemapped 178 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 182 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x03B1, 0x03C2 }; casemapped 183 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 190 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x03B1, 0x03C3, 0x03B1 }; casemapped 191 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 195 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x03B1, 0x03C2, 0x003A }; casemapped 196 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 200 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x03B1, 0x03C3, 0x003A, 0x03B1 }; casemapped 201 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 205 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x03B1, 0x03C3, 0x003A, 0x037A }; casemapped 206 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 210 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x03B1, 0x03C3, 0x003A, 0x037A, 0x0020 }; casemapped 211 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 218 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x003A, 0x03C3 }; casemapped 219 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 223 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x03B1, 0x003A, 0x03C2 }; casemapped 224 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 228 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x037A, 0x003A, 0x03C2 }; casemapped 229 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 233 maint/gnulib/tests/unicase/test-u16-tolower.c static const uint16_t casemapped[] = { 0x0020, 0x037A, 0x003A, 0x03C2 }; casemapped 234 maint/gnulib/tests/unicase/test-u16-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 106 maint/gnulib/tests/unicase/test-u16-totitle.c static const uint16_t casemapped[] = casemapped 114 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 120 maint/gnulib/tests/unicase/test-u16-totitle.c static const uint16_t casemapped[] = { 0x02BC, 0x004E }; casemapped 121 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 125 maint/gnulib/tests/unicase/test-u16-totitle.c static const uint16_t casemapped[] = { 0x0399, 0x0308, 0x0301 }; casemapped 126 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 132 maint/gnulib/tests/unicase/test-u16-totitle.c static const uint16_t casemapped[] = { 0x0049 }; casemapped 133 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 134 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 138 maint/gnulib/tests/unicase/test-u16-totitle.c static const uint16_t casemapped[] = { 0x0049 }; casemapped 140 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 145 maint/gnulib/tests/unicase/test-u16-totitle.c static const uint16_t casemapped[] = { 0x0130 }; casemapped 146 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 147 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 151 maint/gnulib/tests/unicase/test-u16-totitle.c static const uint16_t casemapped[] = { 0x0049 }; casemapped 152 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 153 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 158 maint/gnulib/tests/unicase/test-u16-totitle.c static const uint16_t casemapped[] = casemapped 160 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 161 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 167 maint/gnulib/tests/unicase/test-u16-totitle.c static const uint16_t casemapped[] = { 0x0048, 0x0065, 0x0069, 0x00DF }; casemapped 168 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 179 maint/gnulib/tests/unicase/test-u16-totitle.c static const uint16_t casemapped[] = casemapped 185 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 191 maint/gnulib/tests/unicase/test-u16-totitle.c static const uint16_t casemapped[] = { 0x004A, 0x030C, 0x0323 }; casemapped 193 maint/gnulib/tests/unicase/test-u16-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 106 maint/gnulib/tests/unicase/test-u16-toupper.c static const uint16_t casemapped[] = casemapped 114 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 120 maint/gnulib/tests/unicase/test-u16-toupper.c static const uint16_t casemapped[] = { 0x02BC, 0x004E }; casemapped 121 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 125 maint/gnulib/tests/unicase/test-u16-toupper.c static const uint16_t casemapped[] = { 0x0399, 0x0308, 0x0301 }; casemapped 126 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 132 maint/gnulib/tests/unicase/test-u16-toupper.c static const uint16_t casemapped[] = { 0x0049 }; casemapped 133 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 134 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 138 maint/gnulib/tests/unicase/test-u16-toupper.c static const uint16_t casemapped[] = { 0x0049 }; casemapped 140 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 145 maint/gnulib/tests/unicase/test-u16-toupper.c static const uint16_t casemapped[] = { 0x0130 }; casemapped 146 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 147 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 151 maint/gnulib/tests/unicase/test-u16-toupper.c static const uint16_t casemapped[] = { 0x0049 }; casemapped 152 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 153 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 158 maint/gnulib/tests/unicase/test-u16-toupper.c static const uint16_t casemapped[] = casemapped 160 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 161 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 167 maint/gnulib/tests/unicase/test-u16-toupper.c static const uint16_t casemapped[] = { 0x0048, 0x0045, 0x0049, 0x0053, 0x0053 }; casemapped 168 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 179 maint/gnulib/tests/unicase/test-u16-toupper.c static const uint16_t casemapped[] = casemapped 185 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 191 maint/gnulib/tests/unicase/test-u16-toupper.c static const uint16_t casemapped[] = { 0x004A, 0x030C, 0x0323 }; casemapped 193 maint/gnulib/tests/unicase/test-u16-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 106 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = casemapped 114 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 120 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x0069 }; casemapped 122 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 127 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x0069 }; casemapped 128 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 129 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 133 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x0069, 0x0307 }; casemapped 135 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 140 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x0131 }; casemapped 141 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 142 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 147 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = casemapped 149 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 155 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x0068, 0x0065, 0x0069, 0x00DF }; casemapped 156 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 167 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = casemapped 173 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 177 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x03C3 }; casemapped 178 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 182 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x03B1, 0x03C2 }; casemapped 183 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 190 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x03B1, 0x03C3, 0x03B1 }; casemapped 191 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 195 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x03B1, 0x03C2, 0x003A }; casemapped 196 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 200 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x03B1, 0x03C3, 0x003A, 0x03B1 }; casemapped 201 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 205 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x03B1, 0x03C3, 0x003A, 0x037A }; casemapped 206 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 210 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x03B1, 0x03C3, 0x003A, 0x037A, 0x0020 }; casemapped 211 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 218 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x003A, 0x03C3 }; casemapped 219 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 223 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x03B1, 0x003A, 0x03C2 }; casemapped 224 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 228 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x037A, 0x003A, 0x03C2 }; casemapped 229 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 233 maint/gnulib/tests/unicase/test-u32-tolower.c static const uint32_t casemapped[] = { 0x0020, 0x037A, 0x003A, 0x03C2 }; casemapped 234 maint/gnulib/tests/unicase/test-u32-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 106 maint/gnulib/tests/unicase/test-u32-totitle.c static const uint32_t casemapped[] = casemapped 114 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 120 maint/gnulib/tests/unicase/test-u32-totitle.c static const uint32_t casemapped[] = { 0x02BC, 0x004E }; casemapped 121 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 125 maint/gnulib/tests/unicase/test-u32-totitle.c static const uint32_t casemapped[] = { 0x0399, 0x0308, 0x0301 }; casemapped 126 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 132 maint/gnulib/tests/unicase/test-u32-totitle.c static const uint32_t casemapped[] = { 0x0049 }; casemapped 133 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 134 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 138 maint/gnulib/tests/unicase/test-u32-totitle.c static const uint32_t casemapped[] = { 0x0049 }; casemapped 140 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 145 maint/gnulib/tests/unicase/test-u32-totitle.c static const uint32_t casemapped[] = { 0x0130 }; casemapped 146 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 147 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 151 maint/gnulib/tests/unicase/test-u32-totitle.c static const uint32_t casemapped[] = { 0x0049 }; casemapped 152 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 153 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 158 maint/gnulib/tests/unicase/test-u32-totitle.c static const uint32_t casemapped[] = casemapped 160 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 161 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 167 maint/gnulib/tests/unicase/test-u32-totitle.c static const uint32_t casemapped[] = { 0x0048, 0x0065, 0x0069, 0x00DF }; casemapped 168 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 179 maint/gnulib/tests/unicase/test-u32-totitle.c static const uint32_t casemapped[] = casemapped 185 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 191 maint/gnulib/tests/unicase/test-u32-totitle.c static const uint32_t casemapped[] = { 0x004A, 0x030C, 0x0323 }; casemapped 193 maint/gnulib/tests/unicase/test-u32-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 106 maint/gnulib/tests/unicase/test-u32-toupper.c static const uint32_t casemapped[] = casemapped 114 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 120 maint/gnulib/tests/unicase/test-u32-toupper.c static const uint32_t casemapped[] = { 0x02BC, 0x004E }; casemapped 121 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 125 maint/gnulib/tests/unicase/test-u32-toupper.c static const uint32_t casemapped[] = { 0x0399, 0x0308, 0x0301 }; casemapped 126 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 132 maint/gnulib/tests/unicase/test-u32-toupper.c static const uint32_t casemapped[] = { 0x0049 }; casemapped 133 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 134 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 138 maint/gnulib/tests/unicase/test-u32-toupper.c static const uint32_t casemapped[] = { 0x0049 }; casemapped 140 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 145 maint/gnulib/tests/unicase/test-u32-toupper.c static const uint32_t casemapped[] = { 0x0130 }; casemapped 146 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 147 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 151 maint/gnulib/tests/unicase/test-u32-toupper.c static const uint32_t casemapped[] = { 0x0049 }; casemapped 152 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 153 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 158 maint/gnulib/tests/unicase/test-u32-toupper.c static const uint32_t casemapped[] = casemapped 160 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 161 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 167 maint/gnulib/tests/unicase/test-u32-toupper.c static const uint32_t casemapped[] = { 0x0048, 0x0045, 0x0049, 0x0053, 0x0053 }; casemapped 168 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 179 maint/gnulib/tests/unicase/test-u32-toupper.c static const uint32_t casemapped[] = casemapped 185 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 191 maint/gnulib/tests/unicase/test-u32-toupper.c static const uint32_t casemapped[] = { 0x004A, 0x030C, 0x0323 }; casemapped 193 maint/gnulib/tests/unicase/test-u32-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 108 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = casemapped 118 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 124 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0x69 }; casemapped 126 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 131 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0x69 }; casemapped 132 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 133 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 137 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0x69, 0xCC, 0x87 }; casemapped 139 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 144 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0xC4, 0xB1 }; casemapped 145 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 146 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 151 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = casemapped 153 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 159 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0x68, 0x65, 0x69, 0xC3, 0x9F }; casemapped 160 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 172 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = casemapped 179 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 183 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0xCF, 0x83 }; casemapped 184 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 188 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0xCE, 0xB1, 0xCF, 0x82 }; casemapped 189 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 196 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0xCE, 0xB1, 0xCF, 0x83, 0xCE, 0xB1 }; casemapped 197 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 201 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0xCE, 0xB1, 0xCF, 0x82, 0x3A }; casemapped 202 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 206 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0xCE, 0xB1, 0xCF, 0x83, 0x3A, 0xCE, 0xB1 }; casemapped 207 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 211 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0xCE, 0xB1, 0xCF, 0x83, 0x3A, 0xCD, 0xBA }; casemapped 212 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 216 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0xCE, 0xB1, 0xCF, 0x83, 0x3A, 0xCD, 0xBA, 0x20 }; casemapped 217 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 224 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0x3A, 0xCF, 0x83 }; casemapped 225 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 229 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0xCE, 0xB1, 0x3A, 0xCF, 0x82 }; casemapped 230 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 234 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0xCD, 0xBA, 0x3A, 0xCF, 0x82 }; casemapped 235 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 239 maint/gnulib/tests/unicase/test-u8-tolower.c static const uint8_t casemapped[] = { 0x20, 0xCD, 0xBA, 0x3A, 0xCF, 0x82 }; casemapped 240 maint/gnulib/tests/unicase/test-u8-tolower.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 108 maint/gnulib/tests/unicase/test-u8-totitle.c static const uint8_t casemapped[] = casemapped 118 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 124 maint/gnulib/tests/unicase/test-u8-totitle.c static const uint8_t casemapped[] = { 0xCA, 0xBC, 0x4E }; casemapped 125 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 129 maint/gnulib/tests/unicase/test-u8-totitle.c static const uint8_t casemapped[] = { 0xCE, 0x99, 0xCC, 0x88, 0xCC, 0x81 }; casemapped 130 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 136 maint/gnulib/tests/unicase/test-u8-totitle.c static const uint8_t casemapped[] = { 0x49 }; casemapped 137 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 138 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 142 maint/gnulib/tests/unicase/test-u8-totitle.c static const uint8_t casemapped[] = { 0x49 }; casemapped 144 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 149 maint/gnulib/tests/unicase/test-u8-totitle.c static const uint8_t casemapped[] = { 0xC4, 0xB0 }; casemapped 150 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 151 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 155 maint/gnulib/tests/unicase/test-u8-totitle.c static const uint8_t casemapped[] = { 0x49 }; casemapped 156 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 157 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 162 maint/gnulib/tests/unicase/test-u8-totitle.c static const uint8_t casemapped[] = casemapped 164 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 165 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 171 maint/gnulib/tests/unicase/test-u8-totitle.c static const uint8_t casemapped[] = { 0x48, 0x65, 0x69, 0xC3, 0x9F }; casemapped 172 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 184 maint/gnulib/tests/unicase/test-u8-totitle.c static const uint8_t casemapped[] = casemapped 191 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 197 maint/gnulib/tests/unicase/test-u8-totitle.c static const uint8_t casemapped[] = { 0x4A, 0xCC, 0x8C, 0xCC, 0xA3 }; casemapped 199 maint/gnulib/tests/unicase/test-u8-totitle.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 108 maint/gnulib/tests/unicase/test-u8-toupper.c static const uint8_t casemapped[] = casemapped 118 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 124 maint/gnulib/tests/unicase/test-u8-toupper.c static const uint8_t casemapped[] = { 0xCA, 0xBC, 0x4E }; casemapped 125 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 129 maint/gnulib/tests/unicase/test-u8-toupper.c static const uint8_t casemapped[] = { 0xCE, 0x99, 0xCC, 0x88, 0xCC, 0x81 }; casemapped 130 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 136 maint/gnulib/tests/unicase/test-u8-toupper.c static const uint8_t casemapped[] = { 0x49 }; casemapped 137 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 138 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 142 maint/gnulib/tests/unicase/test-u8-toupper.c static const uint8_t casemapped[] = { 0x49 }; casemapped 144 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 149 maint/gnulib/tests/unicase/test-u8-toupper.c static const uint8_t casemapped[] = { 0xC4, 0xB0 }; casemapped 150 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 151 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 155 maint/gnulib/tests/unicase/test-u8-toupper.c static const uint8_t casemapped[] = { 0x49 }; casemapped 156 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 157 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 162 maint/gnulib/tests/unicase/test-u8-toupper.c static const uint8_t casemapped[] = casemapped 164 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 165 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 171 maint/gnulib/tests/unicase/test-u8-toupper.c static const uint8_t casemapped[] = { 0x48, 0x45, 0x49, 0x53, 0x53 }; casemapped 172 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 184 maint/gnulib/tests/unicase/test-u8-toupper.c static const uint8_t casemapped[] = casemapped 191 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0); casemapped 197 maint/gnulib/tests/unicase/test-u8-toupper.c static const uint8_t casemapped[] = { 0x4A, 0xCC, 0x8C, 0xCC, 0xA3 }; casemapped 199 maint/gnulib/tests/unicase/test-u8-toupper.c ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);