Searched defs:munchen_utf8_lowcase (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tests/
H A Dutil-tests.c459 const uint8_t munchen_utf8_lowcase[] = { 'm', 0xC3, 0xBC, 'n', 'c', 'h', 'e', 'n', 0x0 }; local
467 fail_if(memcmp(lcase, munchen_utf8_lowcase, nlen));
475 const uint8_t munchen_utf8_lowcase[] = { 'm', 0xC3, 0xBC, 'n', 'c', 'h', 'e', 'n', 0x0 }; local
486 fail_if(memcmp(lcase, munchen_utf8_lowcase, nsize));
494 const uint8_t munchen_utf8_lowcase[] = { 'm', 0xC3, 0xBC, 'n', 'c', 'h', 'e', 'n', 0x0 }; local
502 fail_if(memcmp(lcase, munchen_utf8_lowcase, strlen(lcase)));
510 const uint8_t munchen_utf8_lowcase[] = { 'm', 0xC3, 0xBC, 'n', 'c', 'h', 'e', 'n', 0x0 }; local
516 ret = sss_utf8_case_eq(munchen_utf8_upcase, munchen_utf8_lowcase);

Completed in 825 milliseconds