Searched refs:casemapped_normalized (Results 1 - 6 of 6) 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-totitle.c192 static const uint16_t casemapped_normalized[] = { 0x004A, 0x0323, 0x030C }; local
194 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
H A Dtest-u16-toupper.c192 static const uint16_t casemapped_normalized[] = { 0x004A, 0x0323, 0x030C }; local
194 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
H A Dtest-u32-totitle.c192 static const uint32_t casemapped_normalized[] = { 0x004A, 0x0323, 0x030C }; local
194 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
H A Dtest-u32-toupper.c192 static const uint32_t casemapped_normalized[] = { 0x004A, 0x0323, 0x030C }; local
194 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
H A Dtest-u8-totitle.c198 static const uint8_t casemapped_normalized[] = { 0x4A, 0xCC, 0xA3, 0xCC, 0x8C }; local
200 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);
H A Dtest-u8-toupper.c198 static const uint8_t casemapped_normalized[] = { 0x4A, 0xCC, 0xA3, 0xCC, 0x8C }; local
200 ASSERT (check (input, SIZEOF (input), NULL, UNINORM_NFC, casemapped_normalized, SIZEOF (casemapped_normalized)) == 0);

Completed in 98 milliseconds