D | idnatest.c | 875 UIDNA *uts46 = uidna_openUTS46(UIDNA_USE_STD3_RULES|UIDNA_NONTRANSITIONAL_TO_UNICODE, in TestUTS46() local 883 length = uidna_labelToASCII(uts46, fA_sharps16, -1, in TestUTS46() 891 length = uidna_labelToUnicode(uts46, fA_sharps16, u_strlen(fA_sharps16), in TestUTS46() 899 length = uidna_nameToASCII(uts46, fA_sharps16, u_strlen(fA_sharps16), in TestUTS46() 908 length = uidna_nameToUnicode(uts46, fA_sharps16, -1, in TestUTS46() 918 length = uidna_labelToASCII_UTF8(uts46, fA_sharps8, -1, in TestUTS46() 926 length = uidna_labelToUnicodeUTF8(uts46, fA_sharps8, (int32_t)strlen(fA_sharps8), in TestUTS46() 934 length = uidna_nameToASCII_UTF8(uts46, fA_sharps8, (int32_t)strlen(fA_sharps8), in TestUTS46() 943 length = uidna_nameToUnicodeUTF8(uts46, fA_sharps8, -1, in TestUTS46() 953 length = uidna_nameToASCII(uts46, NULL, 0, in TestUTS46() [all …]
|