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

  /bionic/libc/upstream-openbsd/lib/libc/locale/
mbstowcs.c 1 /* $OpenBSD: mbstowcs.c,v 1.2 2012/12/05 23:20:00 deraadt Exp $ */
36 mbstowcs(wchar_t * __restrict pwcs, const char * __restrict s, size_t n) function
  /external/icu/icu4c/source/common/
cwchar.h 55 #define uprv_mbstowcs(wcstr, mbstr, count) U_STANDARD_CPP_NAMESPACE mbstowcs(wcstr, mbstr, count)
  /external/google-breakpad/src/common/windows/
string_utils.cc 61 if ((wcs_length = mbstowcs(NULL, mbs.c_str(), mbs.length())) == (size_t)-1) {
78 if (mbstowcs(&wcs_v[0], mbs.c_str(), mbs.length()) == (size_t)-1) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcsftime.c 95 n = mbstowcs(wcs, dstp, maxsize);
multibyte_sb.c 203 mbstowcs( function
multibyte_Utf8.c 684 The mbstowcs function converts a sequence of multibyte characters that
701 @return If an invalid multibyte character is encountered, the mbstowcs
702 function returns (size_t)(-1). Otherwise, the mbstowcs function
709 mbstowcs( function
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h 71 size_t mbstowcs (wchar_t * __restrict dest,
    [all...]
  /bionic/tests/headers/posix/
stdlib_h.c 104 FUNCTION(mbstowcs, size_t (*f)(wchar_t*, const char*, size_t));
  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 118 static_assert((std::is_same<decltype(mbstowcs(pw,"",0)), size_t>::value), "");
  /external/lzma/CPP/Common/
StringConvert.cpp 226 size_t len = mbstowcs(d, src, limit);
  /external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-tests.cpp 624 EXPECT_DEATH(mbstowcs(wchar_buffer, small_buffer, wchar_buffer_size + 1));
661 mbstowcs(wsplit.tiny_buffer, small_buffer, tiny_buffer_size + 1));
  /bionic/libc/include/
stdlib.h 164 size_t mbstowcs(wchar_t* __dst, const char* __src, size_t __n);
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 110 static_assert((std::is_same<decltype(std::mbstowcs(pw,"",0)), std::size_t>::value), "");
  /bionic/benchmarks/
stdlib_benchmark.cpp 171 c = mbstowcs(widebuf_aligned, buf_aligned, 500000);
  /external/harfbuzz_ng/src/
hb-blob.cc 571 mbstowcs (wchar_file_name, file_name, size);
hb-directwrite.cc 603 mbstowcs ((wchar_t*) localeName,
  /external/python/cpython3/Python/
fileutils.c 77 ASCII encoding, whereas mbstowcs() and wcstombs() functions use the
80 are decoded by mbstowcs() and encoded back by os.fsencode(), we get a
95 Py_DecodeLocale() uses mbstowcs()
163 res = mbstowcs(&wch, (char*)&ch, 1);
333 * mbstowcs which does not count the characters that
338 argsize = mbstowcs(NULL, arg, 0);
349 count = mbstowcs(res, arg, argsize + 1);
505 /* force ASCII encoding to workaround mbstowcs() issue */
    [all...]
  /external/e2fsprogs/misc/
badblocks.c 238 mbstowcs(wline_buf, line_buf, sizeof(line_buf));
    [all...]
  /external/python/cpython3/PC/
getpathp.c 385 mbstowcs(keyBufPtr, PyWin_DLLVersionString, versionLen);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/python/cpython3/Modules/_decimal/
_decimal.c     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 1219 milliseconds