HomeSort by relevance Sort by last modified time
    Searched refs:utf8buf (Results 1 - 4 of 4) sorted by null

  /external/oj-libjdwp/src/share/back/
error_messages.c 63 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/
spooftest.c 438 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, -1, &position, &status)
473 char utf8buf[200]; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 111 milliseconds