Home
last modified time | relevance | path

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

1234

/external/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_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()
/external/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 …]
/external/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
DCollationRegressionTest.java733 Collator coll = null; in Test4124632() local
938 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(Locale.US); in Test4179216() local
1067 RuleBasedCollator coll = new RuleBasedCollator(en_us.getRules() in Test4179686() local
1100 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(Locale.US); in Test4244884() local
1159 Collator coll = Collator.getInstance(); in Test8484() local
1227 RuleBasedCollator coll = new RuleBasedCollator("&c<b#comment1\n<a#comment2"); in TestTrailingComment() local
DCollationIteratorTest.java103 RuleBasedCollator coll = null; in TestMaxExpansion() local
597 RuleBasedCollator coll = new RuleBasedCollator(rulestr); in TestDiscontiguous() local
647 RuleBasedCollator coll = null; in TestNormalization() local
/external/icu/android_icu4j/src/main/tests/android/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
/external/icu/icu4c/source/test/cintltst/
Dcitertst.c78 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672() local
151 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672Normalize() local
354 UCollator *coll; in TestNormalization() local
422 UCollator *coll=NULL; in TestPrevious() local
781 UCollator *coll ;/*= ucol_open("en_US", &status);*/ in TestMaxExpansion() local
939 UCollator *coll; in TestSmallBuffer() local
1046 UCollator *coll; in TestDiscontiguos() local
Dcallcoll.c150 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,… in sortKeyToString()
235 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, c… in compareUsingPartials()
599 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollati… in genericOrderingTestWithResult()
630 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) { in genericOrderingTest()
636 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarter() local
653 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithResult() local
675 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult() local
696 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithOptionsAndResult() local
723 UCollator *coll = NULL; in genericRulesStarterWithResult() local
1199 UCollator* coll=0; in TestInvalidRules() local
[all …]
Dcapitst.c44 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu… in ucol_sortKeyToString()
96 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr() local
177 static void doStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, in… in doStrcoll()
1405 UCollator *coll = NULL; in TestGetLocale() local
1530 UCollator *coll = ucol_open("sh", &status); in TestBounds() local
1684 static void doOverrunTest(UCollator *coll, const UChar *uString, int32_t strLen) { in doOverrunTest()
1716 UCollator *coll = ucol_open("root", &status); in TestSortKeyBufferOverrun() local
1745 UCollator *coll = ucol_open(NULL, &error); in TestAttribute() local
1859 UCollator *coll = NULL; in TestGetTailoredSet() local
1901 UCollator *coll = ucol_open("en", &status); in TestMergeSortKeys() local
[all …]
Dcmsccoll.c87 UCollator *coll = NULL; in IncompleteCntTest() local
190 UCollator *coll = ucol_open("en_US", &status); in BlackBirdTest() local
442 UCollator *coll = ucol_open("cs", &status); in TestChMove() local
538 UCollator *coll = ucol_open("", &status); in TestFCDProblem() local
578 UCollator *coll = NULL; in TestComposeDecompose() local
694 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestEmptyRule() local
705 UCollator *coll = ucol_open("", &status); in TestUCARules() local
970 UCollator *coll; in TestIncrementalNormalize() local
1238 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in TestHangulTailoring() local
1276 UCollator *coll; in TestCompressOverlap() local
[all …]
Dsorttest.c127 const UCollator *coll=(const UCollator *)context; in linesComparator() local
136 UCollator *coll; in StableSortTest() local
/external/icu/icu4c/source/test/intltest/
Dthcoll.h23 Collator* coll; // Thai collator variable
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()
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
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 …]
Dalphaindextst.cpp101 RuleBasedCollator *coll = dynamic_cast<RuleBasedCollator *>( in APITest() local
552 LocalPointer<RuleBasedCollator> coll( in TestHaniFirst() local
582 LocalPointer<RuleBasedCollator> coll( in TestPinyinFirst() local
654 LocalPointer<RuleBasedCollator> coll( in TestNoLabels() local
Dssearch.cpp360 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset) in OrderList()
724 UCollator *coll = NULL; in sharpSTest() local
781 UCollator *coll = NULL; in goodSuffixTest() local
1050 UCollator *coll; member in StringSetMonkey
1153 static void generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString… in generateTestCase()
1177 static UBool simpleSearch(UCollator *coll, const UnicodeString &target, int32_t offset, const Unico… in simpleSearch()
1304 int32_t SSearchTest::monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeSt… in monkeyTestCase()
1359 UCollator *coll = ucol_openFromShortString("S1", FALSE, NULL, &status); in monkeyTest() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCollatorServiceShim.java40 Collator coll = (Collator)service.get(locale, actualLoc); in getInstance() local
77 Object coll = delegate.createCollator(loc); in registerFactory() local
/external/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

1234