Searched refs:cd (Results 1 – 5 of 5) sorted by relevance
12 cd data/tool19 cd tool/compile_tool
14 cd tool/update_tool // 切换到时区数据更新工具所在目录21 cd tool/compile_tool // 切换到时区数据编译工具所在目录
25 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.
288 GIConv cd = g_iconv_open("UTF16BE", "UTF8"); in Utf8ToUcs2() local289 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() local435 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() local466 if (cd != nullptr) { in EuckrToUtf8()[all …]
22 [ "cd $native_source_path; if [ -d $web_dir ]; then echo true; else echo false; fi" ],