/external/rust/android-crates-io/crates/icu_capi/bindings/js/ |
D | CollatorResolvedOptions.mjs | 31 #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);
|
D | CollatorResolvedOptions.d.ts | 22 get caseFirst() : CollatorCaseFirst;
|
/external/icu/icu4c/source/data/coll/ |
D | da.txt | 10 "[caseFirst off]" 16 "[caseFirst upper]"
|
D | mt.txt | 8 "[caseFirst upper]"
|
/external/cronet/stable/third_party/icu/source/data/coll/ |
D | da.txt | 10 "[caseFirst off]" 16 "[caseFirst upper]"
|
D | mt.txt | 8 "[caseFirst upper]"
|
/external/cronet/tot/third_party/icu/source/data/coll/ |
D | da.txt | 10 "[caseFirst off]" 16 "[caseFirst upper]"
|
D | mt.txt | 8 "[caseFirst upper]"
|
/external/cldr/docs/site/development/development-process/design-proposals/ |
D | bcp47-syntax-mapping.md | 57 | 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/ |
D | collationtest.txt | 622 % 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/ |
D | collationtest.txt | 622 % 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/ |
D | collationtest.txt | 622 % 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/ |
D | collationtest.txt | 622 % 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/ |
D | collationtest.txt | 622 % 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/ |
D | tr35-collation.md | 172 …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.) 1065 …caseFirst** but not **caseLevel**, the combined case+tertiary weight of a tertiary CE must be grea…
|
/external/cldr/docs/site/index/cldr-spec/ |
D | collation-guidelines.md | 246 …be supplied, with tertiary differences in that order (regardless of the caseFirst setting). That i…
|
/external/cronet/stable/third_party/icu/source/test/cintltst/ |
D | cmsccoll.c | 281 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/ |
D | cmsccoll.c | 281 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/ |
D | cmsccoll.c | 281 UColAttributeValue caseFirst[] = { variable 357 for(h = 0; h<UPRV_LENGTHOF(caseFirst); h++) { 358 ucol_setAttribute(coll, UCOL_CASE_FIRST, caseFirst[i], &status);
|