Searched refs:wchar (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/docs/zh-cn/device-dev/quick-start/ |
H A D | quickstart-pkg-3861-tool.md | 185 …wchar" CFLAGS_FOR_TARGET="-Os -mcmodel=medlow -Wall -fstack-protector-strong -Wl,-z,relro,-z,now,-… 191 …wchar" CFLAGS_FOR_TARGET="-Os -mcmodel=medlow -Wall -fstack-protector-strong -Wl,-z,relro,-z,now,-… 197 …wchar" CFLAGS_FOR_TARGET="-Os -mcmodel=medlow -Wall -fstack-protector-strong -Wl,-z,relro,-z,now,-…
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
H A D | output_p.inl | 277 wchar_t wchar; local 285 wchar = (wchar_t)cValue; 289 tempchar[0] = (char)(wchar & 0x00ff); 296 buffer->wStr[0] = wchar; 303 wchar = (wchar_t)cValue; 306 textLen = wctomb(buffer->str, wchar); 764 /* convert wchar to char */ 1193 /* char * cast to wchar * */ 1215 /* char * cast to wchar * */ 1251 wchar_t wchar = L'\0'; local [all …]
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hiview_log.c | 405 wchar_t wchar; in SecDecodeTypeC() local 413 wchar = (wchar_t)cValue; in SecDecodeTypeC() 417 tempchar[0] = (char)(wchar & 0x00ff); in SecDecodeTypeC() 424 buffer->wStr[0] = wchar; in SecDecodeTypeC() 431 wchar = (wchar_t)cValue; in SecDecodeTypeC() 434 textLen = wctomb(buffer->str, wchar); in SecDecodeTypeC() 1356 wchar_t wchar = L'\0'; in HiLogSecOutputS() local 1357 int retVal = mbtowc(&wchar, p, (size_t)MB_CUR_MAX); in HiLogSecOutputS() 1362 SECUREC_WRITE_CHAR(wchar, stream, &charsOut); in HiLogSecOutputS()
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-3861-tool.md | 185 …wchar" CFLAGS_FOR_TARGET="-Os -mcmodel=medlow -Wall -fstack-protector-strong -Wl,-z,relro,-z,now,-… 191 …wchar" CFLAGS_FOR_TARGET="-Os -mcmodel=medlow -Wall -fstack-protector-strong -Wl,-z,relro,-z,now,-… 197 …wchar" CFLAGS_FOR_TARGET="-Os -mcmodel=medlow -Wall -fstack-protector-strong -Wl,-z,relro,-z,now,-…
|
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/ |
H A D | io.h | 27 int32_t wchar; member
|
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
H A D | io_collector_impl.cpp | 107 processIO.wchar = value; in CollectProcessIo() 564 stats.wcharRate = IoCalculator::PercentValue(preData.wchar, currData.wchar, period); in CalculateProcIoStats()
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | OpenHarmony-64bits-coding-guide.md | 169 对于涉及到8bit编码的非ANSI字符序列,建议仍然使用char类型来定义。C++情况下,可使用wchar等宽字符类型定义。
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hidumper.md | 389 wchar: 4364169
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hidumper.md | 389 wchar: 4364169
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-64bits-coding-guide.md | 169 For non-ANSI character sequences involving 8-bit encoding, char is recommended. In C++, wchar can b…
|