Searched refs:casefolded_tr (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unicase/
H A Dtest-u16-casefold.c133 static const uint16_t casefolded_tr[] = { 0x0131 }; local
135 ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
146 static const uint16_t casefolded_tr[] = { 0x0069 }; local
148 ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
H A Dtest-u32-casefold.c133 static const uint32_t casefolded_tr[] = { 0x0131 }; local
135 ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
146 static const uint32_t casefolded_tr[] = { 0x0069 }; local
148 ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
H A Dtest-u8-casefold.c137 static const uint8_t casefolded_tr[] = { 0xC4, 0xB1 }; local
139 ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
150 static const uint8_t casefolded_tr[] = { 0x69 }; local
152 ASSERT (check (input, SIZEOF (input), "tr", NULL, casefolded_tr, SIZEOF (casefolded_tr)) == 0);
H A Dtest-u16-casecmp.c193 static const uint16_t casefolded_tr[] = { 0x0131 }; local
199 ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
205 static const uint16_t casefolded_tr[] = { 0x0130 }; local
211 ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
217 static const uint16_t casefolded_tr[] = { 0x0069 }; local
223 ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
H A Dtest-u32-casecmp.c193 static const uint32_t casefolded_tr[] = { 0x0131 }; local
199 ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
205 static const uint32_t casefolded_tr[] = { 0x0130 }; local
211 ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
217 static const uint32_t casefolded_tr[] = { 0x0069 }; local
223 ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
H A Dtest-u8-casecmp.c199 static const uint8_t casefolded_tr[] = { 0xC4, 0xB1 }; local
205 ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
211 static const uint8_t casefolded_tr[] = { 0xC4, 0xB0 }; local
217 ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
223 static const uint8_t casefolded_tr[] = { 0x69 }; local
229 ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
H A Dtest-ulc-casecmp.c246 static const char casefolded_tr[] = { 0xC4, 0xB1 }; local
252 ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
258 static const char casefolded_tr[] = { 0xC4, 0xB0 }; local
264 ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);
270 static const char casefolded_tr[] = { 0x69 }; local
276 ASSERT (my_casecmp (input, SIZEOF (input), casefolded_tr, SIZEOF (casefolded_tr), "tr", NULL, &cmp) == 0);

Completed in 198 milliseconds