/external/icu4c/test/cintltst/ |
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...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
spooftest.c | 420 char utf8buf[200]; local 424 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status); 427 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status); 432 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodCyrl, -1, &status); 434 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status); 438 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, scMixed, -1, &status); 441 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status) [all...] |