Home
last modified time | relevance | path

Searched defs:coll (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/skia/third_party/externals/icu/source/i18n/
Ducol.cpp47 RuleBasedCollator *coll = new RuleBasedCollator( in ucol_openBinary() local
63 ucol_cloneBinary(const UCollator *coll, in ucol_cloneBinary()
79 ucol_safeClone(const UCollator *coll, void * /*stackBuffer*/, int32_t * pBufferSize, UErrorCode *st… in ucol_safeClone()
106 ucol_close(UCollator *coll) in ucol_close()
192 ucol_getSortKey(const UCollator *coll, in ucol_getSortKey()
213 ucol_nextSortKeyPart(const UCollator *coll, in ucol_nextSortKeyPart()
306 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable()
312 ucol_getMaxVariable(const UCollator *coll) { in ucol_getMaxVariable()
317 ucol_setVariableTop(UCollator *coll, const UChar *varTop, int32_t len, UErrorCode *status) { in ucol_setVariableTop()
324 U_CAPI uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status) { in ucol_getVariableTop()
[all …]
Dstsearch.cpp54 RuleBasedCollator *coll, in StringSearch()
111 RuleBasedCollator *coll, in StringSearch()
256 void StringSearch::setCollator(RuleBasedCollator *coll, UErrorCode &status) in setCollator()
/third_party/icu/icu4c/source/i18n/
Ducol.cpp47 RuleBasedCollator *coll = new RuleBasedCollator( in ucol_openBinary() local
63 ucol_cloneBinary(const UCollator *coll, in ucol_cloneBinary()
79 ucol_safeClone(const UCollator *coll, void * /*stackBuffer*/, int32_t * pBufferSize, UErrorCode *st… in ucol_safeClone()
106 ucol_clone(const UCollator *coll, UErrorCode *status) in ucol_clone()
112 ucol_close(UCollator *coll) in ucol_close()
198 ucol_getSortKey(const UCollator *coll, in ucol_getSortKey()
219 ucol_nextSortKeyPart(const UCollator *coll, in ucol_nextSortKeyPart()
312 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable()
318 ucol_getMaxVariable(const UCollator *coll) { in ucol_getMaxVariable()
323 ucol_setVariableTop(UCollator *coll, const UChar *varTop, int32_t len, UErrorCode *status) { in ucol_setVariableTop()
[all …]
Dstsearch.cpp54 RuleBasedCollator *coll, in StringSearch()
111 RuleBasedCollator *coll, in StringSearch()
256 void StringSearch::setCollator(RuleBasedCollator *coll, UErrorCode &status) in setCollator()
/third_party/node/deps/icu-small/source/i18n/
Ducol.cpp47 RuleBasedCollator *coll = new RuleBasedCollator( in ucol_openBinary() local
63 ucol_cloneBinary(const UCollator *coll, in ucol_cloneBinary()
79 ucol_safeClone(const UCollator *coll, void * /*stackBuffer*/, int32_t * pBufferSize, UErrorCode *st… in ucol_safeClone()
106 ucol_clone(const UCollator *coll, UErrorCode *status) in ucol_clone()
112 ucol_close(UCollator *coll) in ucol_close()
198 ucol_getSortKey(const UCollator *coll, in ucol_getSortKey()
219 ucol_nextSortKeyPart(const UCollator *coll, in ucol_nextSortKeyPart()
312 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable()
318 ucol_getMaxVariable(const UCollator *coll) { in ucol_getMaxVariable()
323 ucol_setVariableTop(UCollator *coll, const char16_t *varTop, int32_t len, UErrorCode *status) { in ucol_setVariableTop()
[all …]
Dstsearch.cpp54 RuleBasedCollator *coll, in StringSearch()
111 RuleBasedCollator *coll, in StringSearch()
257 void StringSearch::setCollator(RuleBasedCollator *coll, UErrorCode &status) in setCollator()
/third_party/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp67 const UCollator *coll; member in Strcoll
73 Strcoll::Strcoll(const UCollator* coll, const CA_uchar* source, UBool useLen) in Strcoll()
127 const UCollator *coll; member in Strcoll_2
133 Strcoll_2::Strcoll_2(const UCollator* coll, const CA_uchar* source, const CA_uchar* target, UBool u… in Strcoll_2()
179 const UCollator *coll; member in StrcollUTF8
185 StrcollUTF8::StrcollUTF8(const UCollator* coll, const CA_char* source, UBool useLen) in StrcollUTF8()
239 const UCollator *coll; member in StrcollUTF8_2
245 StrcollUTF8_2::StrcollUTF8_2(const UCollator* coll, const CA_char* source, const CA_char* target, U… in StrcollUTF8_2()
290 const UCollator *coll; member in GetSortKey
295 GetSortKey::GetSortKey(const UCollator* coll, const CA_uchar* source, UBool useLen) in GetSortKey()
[all …]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java77 RuleBasedCollator coll; in TestComposeDecompose() local
255 RuleBasedCollator coll = null; in genericRulesStarterWithResult() local
266 RuleBasedCollator coll = null; in genericRulesStarterWithOptionsAndResult() local
275 void genericOrderingTestWithResult(Collator coll, String[] s, int result) { in genericOrderingTestWithResult()
380 RuleBasedCollator coll = new RuleBasedCollator(string); in TestPrefixCompose() local
549 RuleBasedCollator coll = null; in genericLocaleStarter() local
565 private void genericOptionsSetter(RuleBasedCollator coll, String[] attrs, Object[] values) { in genericOptionsSetter()
593 RuleBasedCollator coll = null; in genericLocaleStarterWithOptionsAndResult() local
608 void genericOrderingTest(Collator coll, String[] s) { in genericOrderingTest()
636 Collator coll = null; in TestNonChars() local
[all …]
DUCAConformanceTest.java115 private void setCollNonIgnorable(RuleBasedCollator coll) { in setCollNonIgnorable()
125 private void setCollShifted(RuleBasedCollator coll) { in setCollShifted()
184 private void conformanceTest(RuleBasedCollator coll) { in conformanceTest()
DCollationThaiTest.java83 RuleBasedCollator coll = null; in TestCornerCases() local
126 RuleBasedCollator coll = null; in TestDictionary() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationMiscTest.java80 RuleBasedCollator coll; in TestComposeDecompose() local
258 RuleBasedCollator coll = null; in genericRulesStarterWithResult() local
269 RuleBasedCollator coll = null; in genericRulesStarterWithOptionsAndResult() local
278 void genericOrderingTestWithResult(Collator coll, String[] s, int result) { in genericOrderingTestWithResult()
383 RuleBasedCollator coll = new RuleBasedCollator(string); in TestPrefixCompose() local
552 RuleBasedCollator coll = null; in genericLocaleStarter() local
568 private void genericOptionsSetter(RuleBasedCollator coll, String[] attrs, Object[] values) { in genericOptionsSetter()
596 RuleBasedCollator coll = null; in genericLocaleStarterWithOptionsAndResult() local
611 void genericOrderingTest(Collator coll, String[] s) { in genericOrderingTest()
639 Collator coll = null; in TestNonChars() local
[all …]
DUCAConformanceTest.java118 private void setCollNonIgnorable(RuleBasedCollator coll) { in setCollNonIgnorable()
128 private void setCollShifted(RuleBasedCollator coll) { in setCollShifted()
187 private void conformanceTest(RuleBasedCollator coll) { in conformanceTest()
DCollationThaiTest.java86 RuleBasedCollator coll = null; in TestCornerCases() local
129 RuleBasedCollator coll = null; in TestDictionary() local
DCollationRegressionTest.java736 Collator coll = null; in Test4124632() local
941 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(Locale.US); in Test4179216() local
1070 RuleBasedCollator coll = new RuleBasedCollator(en_us.getRules() in Test4179686() local
1103 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(Locale.US); in Test4244884() local
1162 Collator coll = Collator.getInstance(); in Test8484() local
1230 RuleBasedCollator coll = new RuleBasedCollator("&c<b#comment1\n<a#comment2"); in TestTrailingComment() local
/third_party/icu/icu4c/source/test/cintltst/
Dcitertst.c79 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672() local
152 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672Normalize() local
355 UCollator *coll; in TestNormalization() local
423 UCollator *coll=NULL; in TestPrevious() local
782 UCollator *coll ;/*= ucol_open("en_US", &status);*/ in TestMaxExpansion() local
940 UCollator *coll; in TestSmallBuffer() local
1047 UCollator *coll; in TestDiscontiguos() local
Dcallcoll.c151 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,… in sortKeyToString()
236 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, c… in compareUsingPartials()
600 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollati… in genericOrderingTestWithResult()
631 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) { in genericOrderingTest()
637 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarter() local
654 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithResult() local
676 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult() local
697 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithOptionsAndResult() local
724 UCollator *coll = NULL; in genericRulesStarterWithResult() local
1200 UCollator* coll=0; in TestInvalidRules() local
[all …]
Dcapitst.c45 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu… in ucol_sortKeyToString()
100 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr() local
181 static void doStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, in… in doStrcoll()
1527 UCollator *coll = NULL; in TestGetLocale() local
1652 UCollator *coll = ucol_open("sh", &status); in TestBounds() local
1806 static void doOverrunTest(UCollator *coll, const UChar *uString, int32_t strLen) { in doOverrunTest()
1838 UCollator *coll = ucol_open("root", &status); in TestSortKeyBufferOverrun() local
1867 UCollator *coll = ucol_open(NULL, &error); in TestAttribute() local
1981 UCollator *coll = NULL; in TestGetTailoredSet() local
2023 UCollator *coll = ucol_open("en", &status); in TestMergeSortKeys() local
[all …]
Dcmsccoll.c88 UCollator *coll = NULL; in IncompleteCntTest() local
191 UCollator *coll = ucol_open("en_US", &status); in BlackBirdTest() local
443 UCollator *coll = ucol_open("cs", &status); in TestChMove() local
539 UCollator *coll = ucol_open("", &status); in TestFCDProblem() local
579 UCollator *coll = NULL; in TestComposeDecompose() local
697 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestEmptyRule() local
708 UCollator *coll = ucol_open("", &status); in TestUCARules() local
973 UCollator *coll; in TestIncrementalNormalize() local
1241 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in TestHangulTailoring() local
1279 UCollator *coll; in TestCompressOverlap() local
[all …]
Dsorttest.c129 const UCollator *coll=(const UCollator *)context; in linesComparator() local
138 UCollator *coll; in StableSortTest() local
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp337 RuleBasedCollator *coll; in TestRules() local
1296 RuleBasedCollator coll(rule, status); in TestMaxExpansion() local
1407 Collator *coll = Collator::createInstance("en_US", error); in TestDisplayName() local
1431 Collator *coll = Collator::createInstance(error); in TestAttribute() local
1538 Collator *coll = Collator::createInstance(Locale::getRoot(), status); in TestVariableTopSetting() local
1594 LocalPointer<Collator> coll(Collator::createInstance(Locale::getRoot(), errorCode)); in TestMaxVariable() local
1623 Collator *coll = Collator::createInstance("root", status); in TestGetLocale() local
1732 LocalPointer<Collator> coll(Collator::createInstance("blahaha", status)); in TestGetLocale() local
1787 Collator *coll = Collator::createInstance(Locale("sh"), status); in TestBounds() local
1939 RuleBasedCollator coll(buff, status); in TestGetTailoredSet() local
[all …]
Ditercoll.cpp353 RuleBasedCollator *coll = new RuleBasedCollator(rule, status); in TestMaxExpansion() local
461 RuleBasedCollator *coll = in TestAssignment() local
541 RuleBasedCollator *coll = in TestConstructors() local
598 RuleBasedCollator *coll = in TestStrengthOrder() local
Ducaconf.cpp91 void UCAConformanceTest::setCollNonIgnorable(Collator *coll) in setCollNonIgnorable()
100 void UCAConformanceTest::setCollShifted(Collator *coll) in setCollShifted()
173 void UCAConformanceTest::testConformance(const Collator *coll) in testConformance()
Dthcoll.h23 Collator* coll; // Thai collator variable
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollatorServiceShim.java39 Collator coll = (Collator)service.get(locale, actualLoc); in getInstance() local
76 Object coll = delegate.createCollator(loc); in registerFactory() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCollatorServiceShim.java40 Collator coll = (Collator)service.get(locale, actualLoc); in getInstance() local
77 Object coll = delegate.createCollator(loc); in registerFactory() local

1234