Searched refs:utf8buf (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspooftest.c428 char utf8buf[200]; local
432 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status);
435 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status);
440 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodCyrl, -1, &status);
442 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status);
446 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, scMixed, -1, &status);
449 checkResults = uspoof_checkUTF8(sc, utf8buf,
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c428 char utf8buf[200]; local
432 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status);
435 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status);
440 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodCyrl, -1, &status);
442 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status);
446 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, scMixed, -1, &status);
449 checkResults = uspoof_checkUTF8(sc, utf8buf,
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc7867 char utf8buf[0xd800 * 3]; local
7872 memset(utf8buf, 0x1, 1000);
7873 len = str2->WriteUtf8(utf8buf, sizeof(utf8buf), &charlen);
7876 CHECK_EQ(0, strcmp(utf8buf, "abc\303\260\342\230\203"));
7878 memset(utf8buf, 0x1, 1000);
7879 len = str2->WriteUtf8(utf8buf, 8, &charlen);
7882 CHECK_EQ(0, strncmp(utf8buf, "abc\303\260\342\230\203\1", 9));
7884 memset(utf8buf, 0x1, 1000);
7885 len = str2->WriteUtf8(utf8buf,
[all...]

Completed in 92 milliseconds