Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/icu_capi/bindings/js/
DCollatorResolvedOptions.mjs31 #caseFirst;
33 get caseFirst() { getter in CollatorResolvedOptions
34 return this.#caseFirst;
81 if ("caseFirst" in structObj) {
82 this.#caseFirst = structObj.caseFirst;
84 throw new Error("Missing required field caseFirst.");
121 …return [this.#strength.ffiValue, this.#alternateHandling.ffiValue, this.#caseFirst.ffiValue, this.…
144 … diplomatRuntime.writeToArrayBuffer(arrayBuffer, offset + 8, this.#caseFirst.ffiValue, Int32Array);
166 … structObj.caseFirst = new CollatorCaseFirst(diplomatRuntime.internalConstructor, caseFirstDeref);
DCollatorResolvedOptions.d.ts22 get caseFirst() : CollatorCaseFirst;
/external/icu/icu4c/source/data/coll/
Dda.txt10 "[caseFirst off]"
16 "[caseFirst upper]"
Dmt.txt8 "[caseFirst upper]"
/external/cronet/stable/third_party/icu/source/data/coll/
Dda.txt10 "[caseFirst off]"
16 "[caseFirst upper]"
Dmt.txt8 "[caseFirst upper]"
/external/cronet/tot/third_party/icu/source/data/coll/
Dda.txt10 "[caseFirst off]"
16 "[caseFirst upper]"
Dmt.txt8 "[caseFirst upper]"
/external/cldr/docs/site/development/development-process/design-proposals/
Dbcp47-syntax-mapping.md57 | caseFirst | upper<br /> lower<br /> off | [caseFirst off] | caseFirst = " off " | If set to *uppe…
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dcollationtest.txt622 % caseFirst=lower
641 ** test: tertiary CEs, tertiary, caseLevel=off, caseFirst=lower
644 % caseFirst=lower
654 ** test: tertiary CEs, tertiary, caseLevel=off, caseFirst=upper
655 % caseFirst=upper
2276 % caseFirst=upper
2337 % caseFirst=upper
/external/cronet/stable/third_party/icu/source/test/testdata/
Dcollationtest.txt622 % caseFirst=lower
641 ** test: tertiary CEs, tertiary, caseLevel=off, caseFirst=lower
644 % caseFirst=lower
654 ** test: tertiary CEs, tertiary, caseLevel=off, caseFirst=upper
655 % caseFirst=upper
2276 % caseFirst=upper
2337 % caseFirst=upper
/external/cronet/tot/third_party/icu/source/test/testdata/
Dcollationtest.txt622 % caseFirst=lower
641 ** test: tertiary CEs, tertiary, caseLevel=off, caseFirst=lower
644 % caseFirst=lower
654 ** test: tertiary CEs, tertiary, caseLevel=off, caseFirst=upper
655 % caseFirst=upper
2276 % caseFirst=upper
2337 % caseFirst=upper
/external/icu/icu4c/source/test/testdata/
Dcollationtest.txt622 % caseFirst=lower
641 ** test: tertiary CEs, tertiary, caseLevel=off, caseFirst=lower
644 % caseFirst=lower
654 ** test: tertiary CEs, tertiary, caseLevel=off, caseFirst=upper
655 % caseFirst=upper
2290 % caseFirst=upper
2351 % caseFirst=upper
/external/icu/icu4j/main/collate/src/test/resources/com/ibm/icu/dev/data/
Dcollationtest.txt622 % caseFirst=lower
641 ** test: tertiary CEs, tertiary, caseLevel=off, caseFirst=lower
644 % caseFirst=lower
654 ** test: tertiary CEs, tertiary, caseLevel=off, caseFirst=upper
655 % caseFirst=upper
2276 % caseFirst=upper
2337 % caseFirst=upper
/external/cldr/docs/ldml/
Dtr35-collation.md172 …ercase first, as a stronger distinction than other tertiary variants (**caseFirst**) or while comp…
644 <tr><td rowspan="3">kf</td><td>upper</td><td><code>[caseFirst upper]</code></td>
646 <tr><td>lower</td><td><code>[caseFirst lower]</code></td></tr>
647 <tr><td>false</td><td><i><b><code>[caseFirst off]</code></b></i></td></tr>
769 …_. (This can be skipped if an implementation does not support the caseLevel or caseFirst settings.)
1065caseFirst** but not **caseLevel**, the combined case+tertiary weight of a tertiary CE must be grea…
/external/cldr/docs/site/index/cldr-spec/
Dcollation-guidelines.md246 …be supplied, with tertiary differences in that order (regardless of the caseFirst setting). That i…
/external/cronet/stable/third_party/icu/source/test/cintltst/
Dcmsccoll.c281 UColAttributeValue caseFirst[] = { variable
357 for(h = 0; h<UPRV_LENGTHOF(caseFirst); h++) {
358 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);
/external/cronet/tot/third_party/icu/source/test/cintltst/
Dcmsccoll.c281 UColAttributeValue caseFirst[] = { variable
357 for(h = 0; h<UPRV_LENGTHOF(caseFirst); h++) {
358 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c281 UColAttributeValue caseFirst[] = { variable
357 for(h = 0; h<UPRV_LENGTHOF(caseFirst); h++) {
358 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);