Home
last modified time | relevance | path

Searched refs:chinese (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/configuration_test/
H A Dconfiguration_test.cpp411 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 Di18n-calendar.md67 let calendar : i18n.Calendar = i18n.getCalendar("zh-Hans", "chinese");
81 | chinese | 农历 |
H A Di18n-locale-culture.md22 …历法、字符串排序、数字系统、小时周期,由小写字母u开头,每一个扩展参数由key和value组成,使用中划线拼接。例如,农历拼音排序使用”u-ca-chinese-co-pinyin”。<br/>支…
28 | ca | 表示用户使用的历法系统。例如,农历使用”chinese”表示。 |
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_char_decode.h51 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 Djs-apis-application-abilityManager-sys.md56 language: 'chinese'
96 language: 'chinese'
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-application-abilityManager-sys.md56 language: 'chinese'
96 language: 'chinese'
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-calendar.md67 let calendar : i18n.Calendar = i18n.getCalendar("zh-Hans", "chinese");
81 | chinese | Lunar calendar|
H A Di18n-locale-culture.md22 …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 Dinput-method-subtype-guide.md46 "label": "$string:chinese",
/ohos5.0/docs/en/application-dev/inputmethod/
H A Dinput-method-subtype-guide.md46 "label": "$string:chinese",
/ohos5.0/drivers/interface/intelligent_voice/engine/v1_2/
H A DIntellVoiceEngineTypes.idl88 CHINESE_ONLY = 3, /**< Only chinese is supported */
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/
H A Djs-apis-intl.md40 | calendar | string | 是 | 区域的日历信息,<br>取值包括:"buddhist",&nbsp;"chinese",&nbsp;"coptic","da…
205 | calendar | string | 否 |日历参数,<br>取值包括:"buddhist", "chinese", "coptic", "dangi", "ethioaa…
H A Djs-apis-i18n.md489 | type | string | 否 | 合法的日历类型,取值包括:buddhist,&nbsp;chinese,&nbsp;coptic,&nbsp;ethiopic,&nbsp;he…
499 i18n.getCalendar("zh-Hans", "chinese"); // 获取中国农历日历对象
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_create_test.cpp917 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 Djs-apis-intl.md40 …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 Djs-apis-i18n.md489 | 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…