Home
last modified time | relevance | path

Searched refs:SIZEOF_WCHAR (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwcharndk1.cpp76 #define SIZEOF_WCHAR(x) (sizeof(x) / sizeof(wchar_t)) macro
401 int length = SIZEOF_WCHAR(wch); in PutWChar_One()
696 wchar_t buf[SIZEOF_WCHAR(src) + PARAM_1]; in Wcsncpy_One()
697 wmemset(buf, L'A', SIZEOF_WCHAR(buf)); in Wcsncpy_One()
701 napi_create_int32(env, ret == wcsncpy(ret, src, SIZEOF_WCHAR(src)), &result); in Wcsncpy_One()

Completed in 3 milliseconds