/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/resource/ |
H A D | locales.txt | 3 ar 4 ar-AE 5 ar-BH 6 ar-DJ 7 ar-DZ 8 ar-EG 9 ar-ER 10 ar-IL 11 ar-IQ 12 ar-JO [all …]
|
H A D | plural.txt | 2 ar "= 0", "= 1", "= 2", "% 100 = 3<10", "% 100 = 11<99", ""
|
/ohos5.0/build/toolchain/linux/ |
H A D | BUILD.gn | 42 ar = "${toolprefix}ar" 60 ar = "${toolprefix}ar" 78 ar = "${toolprefix}ar" 106 ar = "ar" 140 ar = "ar"
|
/ohos5.0/build/lite/ndk/build/toolchain/ |
H A D | BUILD.gn | 20 ar = "$ohos_build_compiler_dir/arm-linux-ohoseabi-ar" 31 ar = "ar" 41 ar = "$ohos_build_compiler_dir/llvm-ar" 52 ar = "$ohos_build_compiler_dir/llvm-ar"
|
H A D | clang.gni | 25 assert(defined(invoker.ar), "clang toolchain must specify a \"ar\" value") 31 ar = invoker.ar 65 command = "$ar -r {{output}} @\"$rspfile\""
|
H A D | gcc.gni | 24 assert(defined(invoker.ar), "gcc toolchain must specify a \"ar\" value") 31 ar = invoker.ar 71 command = "$ar cr {{output}} @\"$rspfile\""
|
/ohos5.0/build/lite/toolchain/ |
H A D | BUILD.gn | 23 ar = ohos_current_ar_command 31 ar = ohos_current_ar_command 40 ar = ohos_current_ar_command 49 ar = ohos_current_ar_command
|
H A D | clang.gni | 18 assert(defined(invoker.ar), "clang toolchain must specify a \"ar\" value") 23 ar = invoker.ar 56 command = "$ar -cr {{output}} @\"$rspfile\""
|
H A D | gcc.gni | 16 assert(defined(invoker.ar), "gcc toolchain must specify a \"ar\" value") 23 ar = invoker.ar 65 command = "$ar cr {{output}} @\"$rspfile\""
|
H A D | iccarm.gni | 18 assert(defined(invoker.ar), "gcc_toolchain() must specify a \"ar\" value") 26 ar = invoker.ar 77 command = "rm -f {{output}} && $ar {{inputs}} -o {{output}}"
|
/ohos5.0/docs/zh-cn/application-dev/internationalization/ |
H A D | pseudo-i18n-testing-mirror.md | 9 1. 切换到伪本地化测试区域,如“ar-XB”。 14 i18n.System.setSystemLanguage('ar-XB')
|
H A D | i18n-system-language-region.md | 8 当设置/切换系统语言时,系统会检查[扩展参数](i18n-locale-culture.md)与系统语言是否匹配,若不匹配,则删除扩展属性。例如,当前系统语言设置为阿拉伯语“ar”,使用本地数字为“…
|
H A D | i18n-user-preferences.md | 33 let appPreferredLanguage = "ar";
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | pseudo-i18n-testing-mirror.md | 9 1. Switch to the target locale for pseudo-localization testing, for example, **ar-XB**. 14 i18n.System.setSystemLanguage('ar-XB')
|
/ohos5.0/build/toolchain/ |
H A D | gcc_toolchain.gni | 119 assert(defined(invoker.ar), "gcc_toolchain() must specify a \"ar\" value") 181 ar = invoker.ar 830 ar = "${prefix}/llvm-ar"
|
/ohos5.0/build/toolchain/mingw/ |
H A D | BUILD.gn | 37 ar = "${_mingw_tool_prefix}/llvm-ar"
|
/ohos5.0/build/lite/config/ |
H A D | BUILDCONFIG.gn | 82 ohos_current_ar_command = "${compile_prefix}ar$toolchain_cmd_suffix" 91 ohos_current_ar_command = "${compile_prefix}ar$toolchain_cmd_suffix" 116 ohos_current_ar_command = "${compile_prefix}ar$toolchain_cmd_suffix"
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-thirdparty-makefile.md | 41 AR:=llvm-ar 51 AR:=ar
|
/ohos5.0/base/tee/tee_client/build_armpc/armpc/ |
H A D | flags.mk | 14 AR := ${TOOLCHAIN_DIR}/aarch64-linux-gnu-ar
|
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/resource/datashare_ext_bundle/entry/src/main/ets/MainAbility/ |
H A D | MainAbility.ts | 210 let ar = new Uint8Array([1,2,3,4,5,6]); 213 {"name": "LiSi", "age": 41, "Binary": ar},
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | js-framework-multiple-languages.md | 51 以en-US.json和ar-AE.json为例,资源文件内容格式如下: 68 ar-AE.json
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_state_handle.h | 155 void ProcessIccCardState(IccState &ar, int32_t slotId); 156 void UpdateAppInfo(IccState &ar, int32_t slotId);
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/test/test_helper_driver/src/ |
H A D | Makefile | 17 AR := $(CROSS_PATH)/$(CROSS)ar
|
/ohos5.0/drivers/interface/activity_recognition/v1_0/ |
H A D | BUILD.gn | 16 hdi("ar") {
|
/ohos5.0/build/toolchain/ohos/ |
H A D | ohos_toolchain.gni | 78 ar = "${_prefix}/llvm-ar"
|