Home
last modified time | relevance | path

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

12345

/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()
105 ucol_close(UCollator *coll) in ucol_close()
191 ucol_getSortKey(const UCollator *coll, in ucol_getSortKey()
212 ucol_nextSortKeyPart(const UCollator *coll, in ucol_nextSortKeyPart()
305 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable()
311 ucol_getMaxVariable(const UCollator *coll) { in ucol_getMaxVariable()
316 ucol_setVariableTop(UCollator *coll, const UChar *varTop, int32_t len, UErrorCode *status) { in ucol_setVariableTop()
323 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/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java76 RuleBasedCollator coll; in TestComposeDecompose() local
254 RuleBasedCollator coll = null; in genericRulesStarterWithResult() local
265 RuleBasedCollator coll = null; in genericRulesStarterWithOptionsAndResult() local
274 void genericOrderingTestWithResult(Collator coll, String[] s, int result) { in genericOrderingTestWithResult()
379 RuleBasedCollator coll = new RuleBasedCollator(string); in TestPrefixCompose() local
548 RuleBasedCollator coll = null; in genericLocaleStarter() local
564 private void genericOptionsSetter(RuleBasedCollator coll, String[] attrs, Object[] values) { in genericOptionsSetter()
592 RuleBasedCollator coll = null; in genericLocaleStarterWithOptionsAndResult() local
607 void genericOrderingTest(Collator coll, String[] s) { in genericOrderingTest()
635 Collator coll = null; in TestNonChars() local
[all …]
DUCAConformanceTest.java113 private void setCollNonIgnorable(RuleBasedCollator coll) { in setCollNonIgnorable()
123 private void setCollShifted(RuleBasedCollator coll) { in setCollShifted()
182 private void conformanceTest(RuleBasedCollator coll) { in conformanceTest()
DCollationThaiTest.java81 RuleBasedCollator coll = null; in TestCornerCases() local
124 RuleBasedCollator coll = null; in TestDictionary() local
DCollationRegressionTest.java731 Collator coll = null; in Test4124632() local
936 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(Locale.US); in Test4179216() local
1065 RuleBasedCollator coll = new RuleBasedCollator(en_us.getRules() in Test4179686() local
1098 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(Locale.US); in Test4244884() local
1157 Collator coll = Collator.getInstance(); in Test8484() local
1225 RuleBasedCollator coll = new RuleBasedCollator("&c<b#comment1\n<a#comment2"); in TestTrailingComment() local
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java75 RuleBasedCollator coll; in TestComposeDecompose() local
253 RuleBasedCollator coll = null; in genericRulesStarterWithResult() local
264 RuleBasedCollator coll = null; in genericRulesStarterWithOptionsAndResult() local
273 void genericOrderingTestWithResult(Collator coll, String[] s, int result) { in genericOrderingTestWithResult()
378 RuleBasedCollator coll = new RuleBasedCollator(string); in TestPrefixCompose() local
547 RuleBasedCollator coll = null; in genericLocaleStarter() local
563 private void genericOptionsSetter(RuleBasedCollator coll, String[] attrs, Object[] values) { in genericOptionsSetter()
591 RuleBasedCollator coll = null; in genericLocaleStarterWithOptionsAndResult() local
606 void genericOrderingTest(Collator coll, String[] s) { in genericOrderingTest()
634 Collator coll = null; in TestNonChars() local
[all …]
DUCAConformanceTest.java112 private void setCollNonIgnorable(RuleBasedCollator coll) { in setCollNonIgnorable()
122 private void setCollShifted(RuleBasedCollator coll) { in setCollShifted()
181 private void conformanceTest(RuleBasedCollator coll) { in conformanceTest()
DCollationThaiTest.java80 RuleBasedCollator coll = null; in TestCornerCases() local
123 RuleBasedCollator coll = null; in TestDictionary() local
DCollationRegressionTest.java730 Collator coll = null; in Test4124632() local
935 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(Locale.US); in Test4179216() local
1064 RuleBasedCollator coll = new RuleBasedCollator(en_us.getRules() in Test4179686() local
1097 RuleBasedCollator coll = (RuleBasedCollator)Collator.getInstance(Locale.US); in Test4244884() local
1156 Collator coll = Collator.getInstance(); in Test8484() local
1224 RuleBasedCollator coll = new RuleBasedCollator("&c<b#comment1\n<a#comment2"); in TestTrailingComment() local
DCollationIteratorTest.java100 RuleBasedCollator coll = null; in TestMaxExpansion() local
594 RuleBasedCollator coll = new RuleBasedCollator(rulestr); in TestDiscontiguous() local
644 RuleBasedCollator coll = null; in TestNormalization() local
/external/icu/icu4c/source/test/cintltst/
Dcitertst.c77 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672() local
150 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672Normalize() local
353 UCollator *coll; in TestNormalization() local
421 UCollator *coll=NULL; in TestPrevious() local
780 UCollator *coll ;/*= ucol_open("en_US", &status);*/ in TestMaxExpansion() local
938 UCollator *coll; in TestSmallBuffer() local
1045 UCollator *coll; in TestDiscontiguos() local
Dcallcoll.c148 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,… in sortKeyToString()
232 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, c… in compareUsingPartials()
596 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollati… in genericOrderingTestWithResult()
627 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) { in genericOrderingTest()
633 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarter() local
650 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithResult() local
672 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult() local
693 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithOptionsAndResult() local
720 UCollator *coll = NULL; in genericRulesStarterWithResult() local
1196 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
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.c127 const UCollator *coll=(const UCollator *)context; in linesComparator() local
136 UCollator *coll; in StableSortTest() local
/external/icu/icu4c/source/test/intltest/
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.cpp320 RuleBasedCollator *coll; in TestRules() local
1279 RuleBasedCollator coll(rule, status); in TestMaxExpansion() local
1390 Collator *coll = Collator::createInstance("en_US", error); in TestDisplayName() local
1414 Collator *coll = Collator::createInstance(error); in TestAttribute() local
1521 Collator *coll = Collator::createInstance(Locale::getRoot(), status); in TestVariableTopSetting() local
1577 LocalPointer<Collator> coll(Collator::createInstance(Locale::getRoot(), errorCode)); in TestMaxVariable() local
1606 Collator *coll = Collator::createInstance("root", status); in TestGetLocale() local
1703 LocalPointer<Collator> coll(Collator::createInstance("blahaha", status)); in TestGetLocale() local
1758 Collator *coll = Collator::createInstance(Locale("sh"), status); in TestBounds() local
1910 RuleBasedCollator coll(buff, status); in TestGetTailoredSet() local
[all …]
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
Dalphaindextst.cpp99 RuleBasedCollator *coll = dynamic_cast<RuleBasedCollator *>( in APITest() local
550 LocalPointer<RuleBasedCollator> coll( in TestHaniFirst() local
580 LocalPointer<RuleBasedCollator> coll( in TestPinyinFirst() local
652 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

12345