casemapped_normalized  192 maint/gnulib/tests/unicase/test-u16-totitle.c     static const uint16_t casemapped_normalized[] = { 0x004A, 0x0323, 0x030C };
casemapped_normalized  194 maint/gnulib/tests/unicase/test-u16-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
casemapped_normalized  192 maint/gnulib/tests/unicase/test-u16-toupper.c     static const uint16_t casemapped_normalized[] = { 0x004A, 0x0323, 0x030C };
casemapped_normalized  194 maint/gnulib/tests/unicase/test-u16-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
casemapped_normalized  192 maint/gnulib/tests/unicase/test-u32-totitle.c     static const uint32_t casemapped_normalized[] = { 0x004A, 0x0323, 0x030C };
casemapped_normalized  194 maint/gnulib/tests/unicase/test-u32-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
casemapped_normalized  192 maint/gnulib/tests/unicase/test-u32-toupper.c     static const uint32_t casemapped_normalized[] = { 0x004A, 0x0323, 0x030C };
casemapped_normalized  194 maint/gnulib/tests/unicase/test-u32-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
casemapped_normalized  198 maint/gnulib/tests/unicase/test-u8-totitle.c     static const uint8_t casemapped_normalized[] = { 0x4A, 0xCC, 0xA3, 0xCC, 0x8C };
casemapped_normalized  200 maint/gnulib/tests/unicase/test-u8-totitle.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
casemapped_normalized  198 maint/gnulib/tests/unicase/test-u8-toupper.c     static const uint8_t casemapped_normalized[] = { 0x4A, 0xCC, 0xA3, 0xCC, 0x8C };
casemapped_normalized  200 maint/gnulib/tests/unicase/test-u8-toupper.c     ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);