Home
last modified time | relevance | path

Searched refs:collation (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationDummyTest.java501 private void doTest(Collator collation, char[] source, char[] target, int result) { in doTest() argument
504 doTestVariant(collation, s, t, result); in doTest()
506 doTestVariant(collation, t, s, 1); in doTest()
508 doTestVariant(collation, t, s, -1); in doTest()
510 doTestVariant(collation, t, s, 0); in doTest()
517 private void doTest(Collator collation,String s, String t, int result) { in doTest() argument
518 doTestVariant(collation, s, t, result); in doTest()
520 doTestVariant(collation, t, s, 1); in doTest()
522 doTestVariant(collation, t, s, -1); in doTest()
524 doTestVariant(collation, t, s, 0); in doTest()
[all …]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationDummyTest.java498 private void doTest(Collator collation, char[] source, char[] target, int result) { in doTest() argument
501 doTestVariant(collation, s, t, result); in doTest()
503 doTestVariant(collation, t, s, 1); in doTest()
505 doTestVariant(collation, t, s, -1); in doTest()
507 doTestVariant(collation, t, s, 0); in doTest()
514 private void doTest(Collator collation,String s, String t, int result) { in doTest() argument
515 doTestVariant(collation, s, t, result); in doTest()
517 doTestVariant(collation, t, s, 1); in doTest()
519 doTestVariant(collation, t, s, -1); in doTest()
521 doTestVariant(collation, t, s, 0); in doTest()
[all …]
/third_party/skia/third_party/externals/icu/source/samples/uresb/
Dsr.txt34 collation { "This is collation help topic" }
44 collation { "collation" }
Droot.txt32 collation { "ROOT collation help topic" }
42 collation { "collation" }
Den.txt33 collation { "This is collation help topic" }
43 collation { "collation" }
/third_party/icu/icu4c/source/samples/uresb/
Dsr.txt34 collation { "This is collation help topic" }
44 collation { "collation" }
Droot.txt32 collation { "ROOT collation help topic" }
42 collation { "collation" }
Den.txt33 collation { "This is collation help topic" }
43 collation { "collation" }
/third_party/icu/docs/userguide/collation/
Dindex.md36 Algorithm](http://www.unicode.org/reports/tr35/tr35-collation.html#CLDR_Collation_Algorithm).
43 to address a wide range of collation requirements.
45 order](http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation)
52 There are several benefits to using the collation algorithms defined in these
56 collation, and therefore are robust and comprehensive.
60 standards for collation and using CLDR language-specific collation data,
65 difficult for collation to be a fast operation or require collation to use
66 significant memory or disk resources. The ICU collation implementation is
116 To accommodate the many languages and differing requirements, ICU collation
131 of each string's collation properties. For example, database applications
[all …]
Darchitecture.md32 and state information necessary to define and support the specific collation
35 collation are to be evaluated. Examples of the state information described in
73 When a collator is created from a locale, the collation service (like all ICU
74 services) must map the requested locale to the localized collation data
79 If you pass a regular locale in, like "en_US", the collation service first
81 will have an associated string value; this is the keyword name for the collation
83 root locale, the collation service will us the "collations/default" key there,
86 If there is a locale with a keyword, like "de-u-co-phonebk" or "de@collation=phonebook", the
87 collation service searches with fallback for "collations/phonebook". If the
88 search is successful, the collation service uses the string value it finds to
[all …]
Dapi.md32 can be repeatedly referenced until all collation activities have been performed.
50 For some languages, multiple collation types are available; for example,
51 "de-u-co-phonebk" / "de@collation=phonebook". They can be enumerated via
52 `Collator::getKeywordValuesForLocale()`. See also the list of available collation
54 Demo](https://icu4c-demos.unicode.org/icu-bin/collation.html).
56 Starting with ICU 54, collation attributes can be specified via locale keywords
61 Settings](http://www.unicode.org/reports/tr35/tr35-collation.html#Collation_Settings),
63 file](https://github.com/unicode-org/cldr/blob/main/common/bcp47/collation.xml) listing
64 the valid collation keywords and their values. (The deprecated attributes
70 name): "de@collation=phonebook;colCaseLevel=yes;kv=space"
[all …]
Dfaq.md26 normalization for most characters is already built into ICU's collation by
34 locale (or language) when creating a collation in ICU, then full normalization
46 ## Q. How can collation rules mimic word sorting?
/third_party/icu/docs/userguide/collation/customization/
Dignorepunct.md27 default collation yields “De Anza” < “de-luge” < “deanza”.
29 UCA/CLDR/ICU provide several options for “ignore punctuation” collation
40 collation elements.
51 …github.io/?https://github.com/unicode-org/cldr/blob/main/docs/ldml/tr35-collation.html#Setting_Opt…
81 collation elements.
109 The implementation “shifts” the primary weight p of the collation element \[p,
111 characters with primary collation elements get a high quaternary weight, higher
114 Note that this behavior is different from collation on secondary and tertiary
115 level, because normal collation elements get low secondary & tertiary weights
167 The implementation “shifts” the primary weight p of the collation element \[p,
[all …]
Dindex.md25 ICU uses the [CLDR root collation
26 order](http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation)
27 as a default starting point for ordering. (The CLDR root collation is based on
30 Not all languages have sorting sequences that correspond with the root collation
47 the (CLDR) [LDML collation rule
48 syntax](http://www.unicode.org/reports/tr35/tr35-collation.html#Rules). For more
105 > :point_right: **Note**: See the [LDML collation rule syntax](http://www.unicode.org/reports/tr35/…
112 [LDML collation spec, section
113 Orderings](http://www.unicode.org/reports/tr35/tr35-collation.html#Orderings).
134 This rule is needed because the root collation order usually considers accents
[all …]
/third_party/icu/
D.cpyskip.txt101 icu4j/perf-tests/data/collation/thesis.txt
102 icu4j/perf-tests/data/collation/ulyss10.txt
103 icu4j/perf-tests/data/collation/2drvb10.txt
104 icu4j/perf-tests/data/collation/vfear11a.txt
105 icu4j/perf-tests/data/collation/nvsbl10.txt
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_intl.js87 collation: '[PC preview] unknow collation', property
190 collation: '[PC preview] unknow collation', property
216 collation: '[PC preview] unknow collation', property
/third_party/icu/icu4c/source/data/lang/
Dsr_Cyrl_BA.txt6 collation{"редослијед сортирања"}
28 collation{
Dsr_Latn_BA.txt6 collation{"redoslijed sortiranja"}
28 collation{
/third_party/skia/third_party/externals/icu/source/data/lang/
Dsr_Cyrl_BA.txt6 collation{"редослијед сортирања"}
40 collation{
Dsr_Latn_BA.txt6 collation{"redoslijed sortiranja"}
40 collation{
/third_party/icu/tools/colprobe/
Dreadme.txt5 There are several tools in this directory that should make it easier to generate collation data:
6 …s ICU resource bundle files and outputs a locale_collation.html file if collation elements are pre…
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duconfig.h228 # error Contradictory collation switches in uconfig.h.
335 # error Contradictory collation switches in uconfig.h.
/third_party/icu/icu4c/source/common/unicode/
Duconfig.h228 # error Contradictory collation switches in uconfig.h.
335 # error Contradictory collation switches in uconfig.h.
/third_party/node/deps/icu-small/source/common/unicode/
Duconfig.h228 # error Contradictory collation switches in uconfig.h.
345 # error Contradictory collation switches in uconfig.h.
/third_party/icu/icu4c/source/i18n/
DBUILD.bazel40 name = "collation",
45 "collation.cpp",
107 ":collation",

12345678910>>...17