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

  /external/chromium_org/third_party/icu/source/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/icu4c/test/cintltst/
spooftest.c 428 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, -1, &position, &status)
    [all...]
  /external/v8/test/cctest/
test-api.cc 5566 char utf8buf[0xd800 * 3]; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 7117 char utf8buf[0xd800 * 3]; local
    [all...]

Completed in 128 milliseconds