Home
last modified time | relevance | path

Searched refs:caseFirst (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dcollator.cpp69 caseFirst = ParseOption(options, "caseFirst"); in ParseAllOptions()
189 if (caseFirst == "") { in SetCaseFirst()
190 caseFirst = localeInfo->GetCaseFirst(); in SetCaseFirst()
191 if (caseFirst != "upper" && caseFirst != "lower" && caseFirst != "false") { in SetCaseFirst()
192 caseFirst = "false"; in SetCaseFirst()
196 if (caseFirst == "upper") { in SetCaseFirst()
199 } else if (caseFirst == "lower") { in SetCaseFirst()
291 options.insert(std::pair<std::string, std::string>("caseFirst", caseFirst)); in ResolvedOptions()
H A Dlocale_info.cpp54 caseFirst = ""; in ResetFinalLocaleStatus()
113 !caseFirst.empty() || !numeric.empty()) { in ComputeFinalLocaleTag()
128 if (!caseFirst.empty()) { in ComputeFinalLocaleTag()
129 finalLocaleTag += caseFirstTag + caseFirst; in ComputeFinalLocaleTag()
156 caseFirst = localeTag.substr(localeTag.find(caseFirstTag) + CONFIG_TAG_LEN); in ParseLocaleTag()
157 caseFirst = caseFirst.substr(0, caseFirst.find(flag)); in ParseLocaleTag()
186 caseFirst = configs["caseFirst"]; in ParseConfigs()
242 return caseFirst; in GetCaseFirst()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dcollator.h53 std::string caseFirst; variable
H A Dlocale_info.h63 std::string caseFirst; variable
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-global.md40 | ohos.intl | CollatorOptions | caseFirst: string; | 新增 |
48 | ohos.intl | LocaleOptions | caseFirst: string; | 新增 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-localization-kit/
H A Djs-apis-intl.md39 | caseFirst | string | 是 | 区域的排序规则是否考虑大小写,<br>取值包括:"upper",&nbsp;"lower",&nbsp;"false"。 |
48 > - caseFirst、collation:不同取值表示的含义请参考[本地习惯排序表1](../../internationalization/i18n-sorting-local.md)。
210 | caseFirst | string | 否 | 表示大写、小写的排序顺序,<br>取值范围:"upper",&nbsp;"lower",&nbsp;"false"。 |
218 > - collation、caseFirst:不同取值表示的含义请参考[本地习惯排序表1](../../internationalization/i18n-sorting-local.md)。
656 | caseFirst | string | 否 | 表示大写、小写的排序顺序,取值范围:"upper",&nbsp;"lower",&nbsp;"false"。<br>默认…
661 > - usage、sensitivity、collation、caseFirst不同取值代表的含义请参考[本地习惯排序](../../internationalization/i18n-sort…
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-global.md40 | ohos.intl | CollatorOptions | caseFirst: string; | Added|
48 | ohos.intl | LocaleOptions | caseFirst: string; | Added|
/ohos5.0/docs/zh-cn/application-dev/internationalization/
H A Di18n-sorting-local.md48 | caseFirst | upper | 大写排前面 | ab,aB, AB,Ab =&gt; AB &lt; Ab &lt; aB &lt; ab |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-global.md152 |type有变化|类名:LocaleOptions;<br>方法or属性:caseFirst?: string;<br>旧版本信息:|类名:LocaleOptions;<br>方法or属性:case…
153 |type有变化|类名:CollatorOptions;<br>方法or属性:caseFirst?: string;<br>旧版本信息:|类名:CollatorOptions;<br>方法or属性:
214 |函数有变化|类名:LocaleOptions;<br>方法or属性:caseFirst: string;|类名:LocaleOptions;<br>方法or属性:caseFirst?: strin…
215 |函数有变化|类名:CollatorOptions;<br>方法or属性:caseFirst: string;|类名:CollatorOptions;<br>方法or属性:caseFirst?: s…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-global.md106 |type有变化|类名:LocaleOptions;<br>方法or属性:caseFirst?: string;<br>旧版本信息:string|类名:LocaleOptions;<br>方法or属…
107 |type有变化|类名:CollatorOptions;<br>方法or属性:caseFirst?: string;<br>旧版本信息:string|类名:CollatorOptions;<br>方…
210 |跨平台能力有变化|类名:LocaleOptions;<br>方法or属性:caseFirst?: string;<br>旧版本信息:|类名:LocaleOptions;<br>方法or属性:cas…
211 |跨平台能力有变化|类名:CollatorOptions;<br>方法or属性:caseFirst?: string;<br>旧版本信息:|类名:CollatorOptions;<br>方法or属性…
224 |跨平台能力有变化|类名:Locale;<br>方法or属性:caseFirst: string;<br>旧版本信息:|类名:Locale;<br>方法or属性:caseFirst: string;…
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-sorting-local.md48 | caseFirst | upper | Place uppercase letters in the front.| ab,aB, AB,Ab =&gt; AB &lt; Ab &lt; aB …
/ohos5.0/docs/en/application-dev/reference/apis-localization-kit/
H A Djs-apis-intl.md39 | caseFirst | string | Yes | Whether case is taken into account for the locale's collation…
48 > - For details about **caseFirst** and **collation**, see Table 1 in [Sorting by Local Habits ](.…
210 | caseFirst | string | No | Whether upper case or lower case is sorted first.<br>The valu…
218 > - For details about **caseFirst** and **collation**, see Table 1 in [Sorting by Local Habits ](.…
656 | caseFirst | string | No | Whether upper case or lower case is sorted first. The value …
661 > - For details about the meanings of **usage**, **sensitivity**, **collation**, and **caseFirst**…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-global.md152 …ethod or attribute name: caseFirst?: string;<br>Old version: |Class name: LocaleOptions;<br>Method…
153 …thod or attribute name: caseFirst?: string;<br>Old version: |Class name: CollatorOptions;<br>Metho…
214 …ons;<br>Method or attribute name: caseFirst: string;|Class name: LocaleOptions;<br>Method or attri…
215 …ns;<br>Method or attribute name: caseFirst: string;|Class name: CollatorOptions;<br>Method or attr…
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-global.md43 |新增|NA|方法名 or 属性名:caseFirst<br>函数:caseFirst?: string;|@ohos.intl.d.ts|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v2.2-beta2/
H A Djs-apidiff-v2.2-beta2.md12 | 时间日期数字模块-Locale | caseFirst | 新增 | - |
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Dintl_addon.cpp1240 std::string caseFirst = it->second; in GetCollatorCaseFirst() local
1241 if (caseFirst != "upper" && caseFirst != "lower" && caseFirst != "false") { in GetCollatorCaseFirst()
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-global.md106 …attribute name: caseFirst?: string;<br>Old version information: string|Class name: LocaleOptions;<…
107 …ttribute name: caseFirst?: string;<br>Old version information: string|Class name: CollatorOptions;…
210 …or attribute name: caseFirst?: string;<br>Old version information: |Class name: LocaleOptions;<br>…
211 …r attribute name: caseFirst?: string;<br>Old version information: |Class name: CollatorOptions;<br…
224 …hod or attribute name: caseFirst: string;<br>Old version information: |Class name: Locale;<br>Meth…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-global.md43 |Added|NA|Method or attribute name: caseFirst<br>Function name: caseFirst?: string;|@ohos.intl.d.ts|
/ohos5.0/docs/en/release-notes/api-diff/v2.2-beta2/
H A Djs-apidiff-v2.2-beta2.md12 | Time, date, and digit module - Locale | caseFirst | Added | - |