• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unicase/

Lines Matching refs:casemapped

106     static const uint16_t casemapped[] =
114 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
120 static const uint16_t casemapped[] = { 0x0069 };
122 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
127 static const uint16_t casemapped[] = { 0x0069 };
128 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
129 ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
133 static const uint16_t casemapped[] = { 0x0069, 0x0307 };
135 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
140 static const uint16_t casemapped[] = { 0x0131 };
141 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
142 ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
147 static const uint16_t casemapped[] =
149 ASSERT (check (input, SIZEOF (input), "tr", NULL, casemapped, SIZEOF (casemapped)) == 0);
155 static const uint16_t casemapped[] = { 0x0068, 0x0065, 0x0069, 0x00DF };
156 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
167 static const uint16_t casemapped[] =
173 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
177 static const uint16_t casemapped[] = { 0x03C3 };
178 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
182 static const uint16_t casemapped[] = { 0x03B1, 0x03C2 };
183 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
190 static const uint16_t casemapped[] = { 0x03B1, 0x03C3, 0x03B1 };
191 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
195 static const uint16_t casemapped[] = { 0x03B1, 0x03C2, 0x003A };
196 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
200 static const uint16_t casemapped[] = { 0x03B1, 0x03C3, 0x003A, 0x03B1 };
201 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
205 static const uint16_t casemapped[] = { 0x03B1, 0x03C3, 0x003A, 0x037A };
206 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
210 static const uint16_t casemapped[] = { 0x03B1, 0x03C3, 0x003A, 0x037A, 0x0020 };
211 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
218 static const uint16_t casemapped[] = { 0x003A, 0x03C3 };
219 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
223 static const uint16_t casemapped[] = { 0x03B1, 0x003A, 0x03C2 };
224 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
228 static const uint16_t casemapped[] = { 0x037A, 0x003A, 0x03C2 };
229 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);
233 static const uint16_t casemapped[] = { 0x0020, 0x037A, 0x003A, 0x03C2 };
234 ASSERT (check (input, SIZEOF (input), NULL, NULL, casemapped, SIZEOF (casemapped)) == 0);