spooftest.c | 401 char utf8buf[200]; local 405 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status); 408 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status); 413 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodCyrl, -1, &status); 415 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status); 419 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, scMixed, -1, &status); 422 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status) [all...] |