/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | StringSearch.java | 1663 private void init(RuleBasedCollator coll) { in init() argument
|
H A D | Collator.java | 687 private static void setAttributesFromKeywords(ULocale loc, Collator coll, RuleBasedCollator rbc) { in setAttributesFromKeywords() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | usrchtst.c | 1756 UCollator *coll = NULL; in TestDiacriticMatch() local 2438 UCollator *coll = NULL; in TestNumeric() local 2471 UCollator *coll = NULL; TestForwardBackward() local 2527 UCollator *coll; TestSearchForNull() local 2616 UCollator *coll; TestStrengthIdentical() local 2834 UCollator *coll; TestPCEBuffer_with() local 2974 UCollator *coll; TestMatchFollowedByIgnorables() local [all...] |
H A D | callcoll.c | 151 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) { in sortKeyToString() argument 236 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) { in compareUsingPartials() argument 600 genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result) genericOrderingTestWithResult() argument 631 genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) genericOrderingTest() argument 637 UCollator *coll = ucol_open(locale, &status); genericLocaleStarter() local 654 UCollator *coll = ucol_open(locale, &status); genericLocaleStarterWithResult() local 676 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); genericRulesStarterWithOptionsAndResult() local 697 UCollator *coll = ucol_open(locale, &status); genericLocaleStarterWithOptionsAndResult() local 724 UCollator *coll = NULL; genericRulesStarterWithResult() local 1200 UCollator* coll=0; TestInvalidRules() local 1283 UCollator *coll = ucol_open("es", &status); TestFCDCrash() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | regcoll.cpp | 806 Collator *coll = NULL; in Test4124632() local 1089 static int32_t calcKeyIncremental(UCollator *coll, cons argument 1112 UCollator *coll; TestT7189() local [all...] |
H A D | apicoll.cpp | 337 RuleBasedCollator *coll; in TestRules() local 1407 Collator *coll = Collator::createInstance("en_US", error); TestDisplayName() local 1431 Collator *coll = Collator::createInstance(error); TestAttribute() local 1538 Collator *coll = Collator::createInstance(Locale::getRoot(), status); TestVariableTopSetting() local 1623 Collator *coll = Collator::createInstance("root", status); TestGetLocale() local 1787 Collator *coll = Collator::createInstance(Locale("sh"), status); TestBounds() local 1965 RuleBasedCollator *coll TestUClassID() local 2309 RuleBasedCollator *coll = new RuleBasedCollator(UnicodeString(buf, len), status); TestNULLCharTailoring() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 278 genericOrderingTestWithResult(Collator coll, String[] s, int result) genericOrderingTestWithResult() argument 568 genericOptionsSetter(RuleBasedCollator coll, String[] attrs, Object[] values) genericOptionsSetter() argument 611 genericOrderingTest(Collator coll, String[] s) genericOrderingTest() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | MeasureUnitTest.java | 2845 static void assertUnique(Collection<?> coll) { in assertUnique() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | StringSearch.java | 1647 private void init(RuleBasedCollator coll) { in init() argument
|
H A D | Collator.java | 657 private static void setAttributesFromKeywords(ULocale loc, Collator coll, RuleBasedCollator rbc) { in setAttributesFromKeywords() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationBuilder.java | |
H A D | CollationDataBuilder.java | |
H A D | Collation.java | |
/third_party/icu/icu4c/source/i18n/ |
H A D | collationbuilder.cpp | 1652 RuleBasedCollator *coll = new RuleBasedCollator(); in ucol_openRules() local 1675 ucol_getUnsafeSet( const UCollator *coll, in ucol_getUnsafeSet() argument
|
H A D | coll.cpp | 318 void setAttributesFromKeywords(const Locale &loc, Collator &coll, UErrorCode &errorCode) { in setAttributesFromKeywords() argument 440 Collator* coll; in createInstance() local [all...] |
H A D | alphaindex.cpp | 96 int32_t binarySearch(const UVector &list, const UnicodeString &s, const Collator &coll) { in binarySearch() argument 888 Collator *coll in init() local 396 hasMultiplePrimaryWeights( const RuleBasedCollator &coll, uint32_t variableTop, const UnicodeString &s, UVector64 &ces, UErrorCode &errorCode) hasMultiplePrimaryWeights() argument [all...] |
/third_party/ltp/pan/ |
H A D | ltp-pan.c | 162 struct collection *coll = NULL; in main() local 1179 struct collection *coll; get_collection() local 1452 dump_coll(struct collection *coll) dump_coll() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | alphaindex.cpp | 96 int32_t binarySearch(const UVector &list, const UnicodeString &s, const Collator &coll) { in binarySearch() argument 888 Collator *coll in init() local 396 hasMultiplePrimaryWeights( const RuleBasedCollator &coll, uint32_t variableTop, const UnicodeString &s, UVector64 &ces, UErrorCode &errorCode) hasMultiplePrimaryWeights() argument [all...] |
H A D | collationbuilder.cpp | 1673 RuleBasedCollator *coll = new RuleBasedCollator(); in ucol_openRules() local 1696 ucol_getUnsafeSet( const UCollator *coll, in ucol_getUnsafeSet() argument
|
H A D | coll.cpp | 319 void setAttributesFromKeywords(const Locale &loc, Collator &coll, UErrorCode &errorCode) { in setAttributesFromKeywords() argument 441 Collator* coll; in createInstance() local [all...] |
/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A D | collperf.cpp | 1408 UCollator *coll = ucol_openRules(buf, u_strlen(buf), UCOL_OFF, in openRulesCollator() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | alphaindex.cpp | 96 int32_t binarySearch(const UVector &list, const UnicodeString &s, const Collator &coll) { in binarySearch() argument 893 Collator *coll in init() local 395 hasMultiplePrimaryWeights( const RuleBasedCollator &coll, uint32_t variableTop, const UnicodeString &s, UVector64 &ces, UErrorCode &errorCode) hasMultiplePrimaryWeights() argument [all...] |
H A D | coll.cpp | 318 void setAttributesFromKeywords(const Locale &loc, Collator &coll, UErrorCode &errorCode) { in setAttributesFromKeywords() argument 440 Collator* coll; in createInstance() local [all...] |
H A D | collationbuilder.cpp | 1646 RuleBasedCollator *coll = new RuleBasedCollator(); in ucol_openRules() local 1669 ucol_getUnsafeSet( const UCollator *coll, in ucol_getUnsafeSet() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | isom.h | 247 AVContentLightMetadata *coll; member
|