/third_party/icu/tools/multi/proj/provider/glue/ |
D | coll_fe.cpp | 135 GLUE_SYM ( Collator ) :: ~ GLUE_SYM(Collator) () { in GLUE_SYM() argument 155 GLUE_SYM ( Collator ) :: create (const Locale &loc, const char */*ver*/) { in GLUE_SYM() argument 175 UOBJECT_DEFINE_RTTI_IMPLEMENTATION( GLUE_SYM( Collator ) ) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 196 UCollationResult GLUE_SYM ( Collator ) :: compare(const UnicodeString&, const UnicodeString&, UErro… in GLUE_SYM() argument 201 UCollationResult GLUE_SYM ( Collator ) :: compare(const UnicodeString&, const UnicodeString&, int32… in GLUE_SYM() argument 206 UCollationResult GLUE_SYM ( Collator ) :: compare(const UChar* s, int32_t sl, const UChar* d , int3… in GLUE_SYM() argument 214 CollationKey& GLUE_SYM ( Collator ) :: getCollationKey(const UnicodeString&, CollationKey&, UErrorC… in GLUE_SYM() argument 222 CollationKey& GLUE_SYM ( Collator ) :: getCollationKey(const UChar*, int32_t, CollationKey&, UError… in GLUE_SYM() argument 228 int32_t GLUE_SYM ( Collator ) :: hashCode() const { in GLUE_SYM() argument 233 CONST_BEFORE_50_0_2 Locale GLUE_SYM ( Collator ) :: getLocale(ULocDataLocaleType, UErrorCode&) cons… in GLUE_SYM() argument [all …]
|
/third_party/node/deps/v8/src/objects/ |
D | js-collator.h | 26 class Collator; variable
|
D | intl-objects.h | 28 class Collator; variable
|
/third_party/icu/docs/userguide/collation/ |
D | architecture.md | 28 ## Collator section in Collation Service Architecture 71 ### Collation locale and keyword handling
|
/third_party/node/deps/npm/node_modules/@isaacs/string-locale-compare/ |
D | index.js | 2 const Collator = hasIntl && Intl.Collator constant
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | tblcoll.h | 813 friend class Collator; variable
|
D | alphaindex.h | 80 class Collator; variable
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | tblcoll.h | 813 friend class Collator; variable
|
D | alphaindex.h | 80 class Collator; variable
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | tblcoll.h | 813 friend class Collator; variable
|
D | alphaindex.h | 80 class Collator; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | coll.cpp | 610 Collator::Collator() in Collator() function in Collator 625 Collator::Collator(UCollationStrength, UNormalizationMode ) in Collator() function in Collator 634 Collator::Collator(const Collator &other) in Collator() function in Collator
|
D | usrchimp.h | 54 class Collator; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | coll.cpp | 611 Collator::Collator() in Collator() function in Collator 626 Collator::Collator(UCollationStrength, UNormalizationMode ) in Collator() function in Collator 635 Collator::Collator(const Collator &other) in Collator() function in Collator
|
D | usrchimp.h | 54 class Collator; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | coll.cpp | 610 Collator::Collator() in Collator() function in Collator 625 Collator::Collator(UCollationStrength, UNormalizationMode ) in Collator() function in Collator 634 Collator::Collator(const Collator &other) in Collator() function in Collator
|
D | usrchimp.h | 54 class Collator; variable
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Collator.java | 135 public abstract class Collator implements Comparator<Object>, Freezable<Collator>, Cloneable class 1417 protected Collator() in Collator() method in Collator
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | Collator.java | 135 public abstract class Collator implements Comparator<Object>, Freezable<Collator>, Cloneable class 1478 protected Collator() in Collator() method in Collator
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_intl.js | 35 Collator: function (...args) { method
|
/third_party/typescript/lib/ |
D | lib.es5.d.ts | 4395 interface Collator { interface 4399 var Collator: { variable
|
/third_party/typescript/src/lib/ |
D | es5.d.ts | 4375 interface Collator { interface 4379 var Collator: { variable
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 3877 interface Collator { interface 3881 var Collator: { variable
|