/ohos5.0/foundation/ability/ability_runtime/test/unittest/configuration_test/ |
H A D | configuration_test.cpp | 411 std::string chinese{ "Chinese " }; variable 412 config.AddItem(displayId, AAFwk::GlobalConfigurationKey::SYSTEM_LANGUAGE, chinese); 442 std::string chinese{ "Chinese " }; variable 443 config.AddItem(displayId, AAFwk::GlobalConfigurationKey::SYSTEM_LANGUAGE, chinese); 466 std::string chinese{ "Chinese " }; variable 467 config.AddItem(displayId, AAFwk::GlobalConfigurationKey::SYSTEM_LANGUAGE, chinese); 471 EXPECT_TRUE(item == chinese); 477 EXPECT_TRUE(item2 == chinese); 481 EXPECT_TRUE(item3 == chinese);
|
/ohos5.0/docs/zh-cn/application-dev/internationalization/ |
H A D | i18n-calendar.md | 67 let calendar : i18n.Calendar = i18n.getCalendar("zh-Hans", "chinese"); 81 | chinese | 农历 |
|
H A D | i18n-locale-culture.md | 22 …历法、字符串排序、数字系统、小时周期,由小写字母u开头,每一个扩展参数由key和value组成,使用中划线拼接。例如,农历拼音排序使用”u-ca-chinese-co-pinyin”。<br/>支… 28 | ca | 表示用户使用的历法系统。例如,农历使用”chinese”表示。 |
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_char_decode.h | 51 static std::string CharCodeToSequence(const tStringType &str, bool chinese) in CharCodeToSequence() argument 69 if (chinese) { in CharCodeToSequence()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-application-abilityManager-sys.md | 56 language: 'chinese' 96 language: 'chinese'
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-application-abilityManager-sys.md | 56 language: 'chinese' 96 language: 'chinese'
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-calendar.md | 67 let calendar : i18n.Calendar = i18n.getCalendar("zh-Hans", "chinese"); 81 | chinese | Lunar calendar|
|
H A D | i18n-locale-culture.md | 22 …and a value, which are separated using a hyphen (-). For example, **u-ca-chinese-co-pinyin** means… 28 | ca | Calendar system used by the user. For example, **chinese** indicates the lunar calendar.|
|
/ohos5.0/docs/zh-cn/application-dev/inputmethod/ |
H A D | input-method-subtype-guide.md | 46 "label": "$string:chinese",
|
/ohos5.0/docs/en/application-dev/inputmethod/ |
H A D | input-method-subtype-guide.md | 46 "label": "$string:chinese",
|
/ohos5.0/drivers/interface/intelligent_voice/engine/v1_2/ |
H A D | IntellVoiceEngineTypes.idl | 88 CHINESE_ONLY = 3, /**< Only chinese is supported */
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/ |
H A D | js-apis-intl.md | 40 | calendar | string | 是 | 区域的日历信息,<br>取值包括:"buddhist", "chinese", "coptic","da… 205 | calendar | string | 否 |日历参数,<br>取值包括:"buddhist", "chinese", "coptic", "dangi", "ethioaa…
|
H A D | js-apis-i18n.md | 489 | type | string | 否 | 合法的日历类型,取值包括:buddhist, chinese, coptic, ethiopic, he… 499 i18n.getCalendar("zh-Hans", "chinese"); // 获取中国农历日历对象
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_create_test.cpp | 917 char chinese[5] = { static_cast<char>(0xD6), static_cast<char>(0xD0), variable 919 std::string chStr = chinese;
|
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/ |
H A D | js-apis-intl.md | 40 …or the locale.<br>The value can be any of the following: **buddhist**, **chinese**, **coptic**, **… 205 …dar parameter.<br>The value can be any of the following: **buddhist**, **chinese**, **coptic**, **…
|
H A D | js-apis-i18n.md | 489 | type | string | No | Valid calendar type. The value can be **buddhist**, **chinese**, **copti… 499 …i18n.getCalendar("zh-Hans", "chinese"); // Obtain the Calendar object for the Chinese lunar calend…
|