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

/external/oj-libjdwp/src/share/back/
H A Derror_messages.c63 jbyte utf8buf[MAX_MESSAGE_LEN+1]; local
68 (void)vsnprintf((char*)utf8buf, MAX_MESSAGE_LEN, format, ap);
69 utf8buf[MAX_MESSAGE_LEN] = 0;
70 len = (int)strlen((char*)utf8buf);
75 utf8buf, len, pbuf, MAX_MESSAGE_LEN); local
78 strncpy(pbuf, (char*)utf8buf, len);
/external/icu/icu4c/source/test/cintltst/
H A Dspooftest.c438 char utf8buf[200]; local
442 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodLatin, -1, &status);
445 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status);
450 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, goodCyrl, -1, &status);
452 checkResults = uspoof_checkUTF8(sc, utf8buf, -1, &position, &status);
456 u_strToUTF8(utf8buf, sizeof(utf8buf), NULL, scMixed, -1, &status);
459 checkResults = uspoof_checkUTF8(sc, utf8buf,
473 char utf8buf[200]; local
[all...]

Completed in 124 milliseconds