Searched refs:inbuf (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | iconvndk.cpp | 36 char *inbuf = static_cast<char *>(malloc(sizeof("hello,world!")));
in Iconv() local 37 memcpy(inbuf, "hello,world!", sizeof("hello,world!"));
in Iconv() 39 size_t inlen = strlen(inbuf);
in Iconv() 47 r = iconv(cd, &inbuf, &inlen, &outbuf, &outlen);
in Iconv() 49 r = iconv(cd, &inbuf, &inlen, &outbuf, &outlen);
in Iconv() 60 char *inbuf = static_cast<char *>(malloc(sizeof("hello,world!")));
in IconvOpen() local 61 memcpy(inbuf, "hello,world!", sizeof("hello,world!"));
in IconvOpen() 63 size_t inlen = strlen(inbuf);
in IconvOpen() 70 iconv(cd, &inbuf, &inlen, &outbuf, &outlen);
in IconvOpen() 72 iconv(cd, &inbuf, in IconvOpen() 87 char *inbuf = static_cast<char *>(malloc(sizeof("hello,world!"))); IconvClose() local [all...] |
Completed in 1 milliseconds