Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 5 of 5) sorted by relevance

/base/global/timezone/
Dbinary_file_build.md12 cd data/tool
19 cd tool/compile_tool
DREADME_zh.md14 cd tool/update_tool // 切换到时区数据更新工具所在目录
21 cd tool/compile_tool // 切换到时区数据编译工具所在目录
DREADME.md25 cd tool/update_tool // Go to the directory where the time zone update tool is located.
32 cd tool/compile_tool // Go to the directory where the time zone compilation tool is located.
/base/telephony/sms_mms/utils/
Dtext_coder.cpp288 GIConv cd = g_iconv_open("UTF16BE", "UTF8"); in Utf8ToUcs2() local
289 if (cd != nullptr) { in Utf8ToUcs2()
290 …err = g_iconv(cd, reinterpret_cast<gchar **>(const_cast<uint8_t **>(&src)), reinterpret_cast<gsize… in Utf8ToUcs2()
293 g_iconv_close(cd); in Utf8ToUcs2()
434 GIConv cd = g_iconv_open("UTF8", "UTF16BE"); in Ucs2ToUtf8() local
435 if (cd != nullptr) { in Ucs2ToUtf8()
436 …err = g_iconv(cd, reinterpret_cast<gchar **>(const_cast<uint8_t **>(&src)), reinterpret_cast<gsize… in Ucs2ToUtf8()
439 g_iconv_close(cd); in Ucs2ToUtf8()
465 GIConv cd = g_iconv_open("UTF8", "EUCKR"); in EuckrToUtf8() local
466 if (cd != nullptr) { in EuckrToUtf8()
[all …]
/base/web/webview/ohos_nweb/
DBUILD.gn22 [ "cd $native_source_path; if [ -d $web_dir ]; then echo true; else echo false; fi" ],