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

  /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/v8/test/cctest/
test-api.cc 4761 char utf8buf[100]; local
    [all...]

Completed in 80 milliseconds