Searched refs:expected_translit (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/uniconv/
H A Dtest-u16-strconv-to-enc.c75 static const char expected_translit[] = "Rafal Maszkowski"; local
78 || strcmp (result, expected_translit) == 0);
H A Dtest-u32-strconv-to-enc.c74 static const char expected_translit[] = "Rafal Maszkowski"; local
77 || strcmp (result, expected_translit) == 0);
H A Dtest-u8-strconv-to-enc.c66 static const char expected_translit[] = "Rafal Maszkowski"; local
69 || strcmp (result, expected_translit) == 0);
H A Dtest-u32-conv-to-enc.c113 static const char expected_translit[] = "Rafal Maszkowski"; local
117 || memcmp (result, expected_translit, length) == 0);
H A Dtest-u16-conv-to-enc.c113 static const char expected_translit[] = "Rafal Maszkowski"; local
117 || memcmp (result, expected_translit, length) == 0);
H A Dtest-u8-conv-to-enc.c113 static const char expected_translit[] = "Rafal Maszkowski"; local
117 || memcmp (result, expected_translit, length) == 0);

Completed in 19 milliseconds