Lines Matching refs:utf8buf
450 char utf8buf[200]; in TestUSpoofCAPI() local
454 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status); in TestUSpoofCAPI()
457 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status); in TestUSpoofCAPI()
462 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodCyrl, -1, &status); in TestUSpoofCAPI()
464 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status); in TestUSpoofCAPI()
468 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, scMixed, -1, &status); in TestUSpoofCAPI()
471 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status); in TestUSpoofCAPI()
485 char utf8buf[200]; in TestUSpoofCAPI() local
516 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status); in TestUSpoofCAPI()
518 result1 = uspoof_checkUTF8(sc, utf8buf, -1, NULL, &status); in TestUSpoofCAPI()
519 result2 = uspoof_check2UTF8(sc, utf8buf, -1, NULL, &status); in TestUSpoofCAPI()