Home
last modified time | relevance | path

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

12

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DRuleBasedCollatorTest.java50 RuleBasedCollator coll = new RuleBasedCollator(rule); in testHashCode() local
56 RuleBasedCollator coll = new RuleBasedCollator(rule); in testHashCode() local
63 RuleBasedCollator coll = (RuleBasedCollator) Collator in testClone() local
77 RuleBasedCollator coll = new RuleBasedCollator(rule); in testEqualsObject() local
97 RuleBasedCollator coll = new RuleBasedCollator(rule); in testCompareStringString() local
102 RuleBasedCollator coll = (RuleBasedCollator) Collator in testGetCollationKey() local
117 RuleBasedCollator coll = new RuleBasedCollator(rule); in testGetRules() local
128 RuleBasedCollator coll = (RuleBasedCollator) Collator in testGetCollationElementIteratorString() local
146 RuleBasedCollator coll = (RuleBasedCollator) Collator in testGetCollationElementIteratorString() local
177 RuleBasedCollator coll = (RuleBasedCollator) Collator in testGetCollationElementIteratorCharacterIterator() local
[all …]
/external/icu4c/test/intltest/
Dthcoll.h21 Collator* coll; // Thai collator variable
Ducaconf.cpp88 void UCAConformanceTest::setCollNonIgnorable(UCollator *coll) in setCollNonIgnorable()
97 void UCAConformanceTest::setCollShifted(UCollator *coll) in setCollShifted()
152 void UCAConformanceTest::testConformance(UCollator *coll) in testConformance()
Ditercoll.cpp298 RuleBasedCollator *coll = new RuleBasedCollator(rule, status); in TestMaxExpansion() local
406 RuleBasedCollator *coll = in TestAssignment() local
486 RuleBasedCollator *coll = in TestConstructors() local
543 RuleBasedCollator *coll = in TestStrengthOrder() local
Dssearch.cpp437 UCollator *coll = ucol_open(testCases[t].locale, &status); in udhrTest() local
710 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset) in OrderList()
1112 PCEList::PCEList(UCollator *coll, const UnicodeString &string) in PCEList()
1228 UCollator *coll = NULL; in boyerMooreTest() local
1376 UCollator *coll = NULL; in bmsTest() local
1452 UCollator *coll = NULL; in goodSuffixTest() local
1755 UCollator *coll; member in StringSetMonkey
1858 static void generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString… in generateTestCase()
1959 static UBool simpleSearch(UCollator *coll, const UnicodeString &target, int32_t offset, const Unico… in simpleSearch()
2086 int32_t SSearchTest::monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeSt… in monkeyTestCase()
[all …]
Dapicoll.cpp380 RuleBasedCollator *coll; in TestRules() local
1315 RuleBasedCollator coll(rule, status); in TestMaxExpansion() local
1426 Collator *coll = Collator::createInstance("en_US", error); in TestDisplayName() local
1450 Collator *coll = Collator::createInstance(error); in TestAttribute() local
1555 Collator *coll = Collator::createInstance(status); in TestVariableTopSetting() local
1589 Collator *coll = NULL; in TestGetLocale() local
1695 Collator *coll = Collator::createInstance(Locale("sh"), status); in TestBounds() local
1839 RuleBasedCollator *coll = NULL; in TestGetTailoredSet() local
1872 RuleBasedCollator *coll in TestUClassID() local
2250 RuleBasedCollator *coll = new RuleBasedCollator(UnicodeString(buf, len), status); in TestNULLCharTailoring() local
Dallcoll.cpp160 Collator *coll = Collator::createInstance("en_US", status); in TestJB581() local
/external/icu4c/i18n/
Ducol.cpp477 ucol_cloneBinary(const UCollator *coll, in ucol_cloneBinary()
538 ucol_safeClone(const UCollator *coll, void *stackBuffer, int32_t * pBufferSize, UErrorCode *status) in ucol_safeClone()
690 ucol_close(UCollator *coll) in ucol_close()
745 ucol_cloneRuleData(const UCollator *coll, int32_t *length, UErrorCode *status) in ucol_cloneRuleData()
844 inline UBool ucol_contractionEndCP(UChar c, const UCollator *coll) { in ucol_contractionEndCP()
870 inline uint8_t i_getCombiningClass(UChar32 c, const UCollator *coll) { in i_getCombiningClass()
1485 inline uint32_t ucol_IGetNextCE(const UCollator *coll, collIterate *collationSource, UErrorCode *st… in ucol_IGetNextCE()
1676 ucol_getNextCE(const UCollator *coll, collIterate *collationSource, UErrorCode *status) { in ucol_getNextCE()
1985 inline uint32_t ucol_IGetPrevCE(const UCollator *coll, collIterate *data, in ucol_IGetPrevCE()
2184 ucol_getPrevCE(const UCollator *coll, collIterate *data, in ucol_getPrevCE()
[all …]
Dstsearch.cpp65 RuleBasedCollator *coll, in StringSearch()
128 RuleBasedCollator *coll, in StringSearch()
280 void StringSearch::setCollator(RuleBasedCollator *coll, UErrorCode &status) in setCollator()
Ducol_res.cpp543 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { in ucol_getRulesEx()
583 ucol_getRules( const UCollator *coll, in ucol_getRules()
942 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocale()
947 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) { in ucol_getLocaleByType()
974 ucol_setReqValidLocales(UCollator *coll, char *requestedLocaleToAdopt, char *validLocaleToAdopt, ch… in ucol_setReqValidLocales()
993 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status) in ucol_getTailoredSet()
1044 void ucol_setReorderCodesFromParser(UCollator *coll, UColTokenParser *parser, UErrorCode *status) { in ucol_setReorderCodesFromParser()
1159 ucol_buildPermutationTable(UCollator *coll, UErrorCode *status) { in ucol_buildPermutationTable()
Ducoleitr.cpp227 void UCollationPCE::init(const UCollator *coll) in init()
311 ucol_openElements(const UCollator *coll, in ucol_openElements()
430 const UCollator *coll = elems->iteratordata_.coll; in ucol_nextProcessed() local
511 const UCollator *coll = elems->iteratordata_.coll; in ucol_previousProcessed() local
613 const UCollator *coll = elems->iteratordata_.coll; in ucol_getMaxExpansion() local
Ducol_sit.cpp554 ucol_getShortDefinitionString(const UCollator *coll, in ucol_getShortDefinitionString()
642 ucol_getAttributeOrDefault(const UCollator *coll, UColAttribute attr, UErrorCode *status) in ucol_getAttributeOrDefault()
674 const UCollator *coll; member
688 const UCollator *coll = context->coll; in addSpecial() local
805 ucol_getContractions( const UCollator *coll, in ucol_getContractions()
824 ucol_getContractionsAndExpansions( const UCollator *coll, in ucol_getContractionsAndExpansions()
864 ucol_getUnsafeSet( const UCollator *coll, in ucol_getUnsafeSet()
Dbms.cpp29 ucd_open(UCollator *coll, UErrorCode *status) in ucd_open()
/external/icu4c/test/perf/strsrchperf/
Dstrsrchperf.cpp70 UCollator *coll = ucol_open(locale, &status); in StringSearchPerformanceTest() local
89 UCollator *coll = data->getCollator(); in ~StringSearchPerformanceTest() local
/external/icu4c/test/cintltst/
Dcitertst.c80 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672() local
153 UCollator *coll = ucol_open(LOCALES[i], &status); in TestBug672Normalize() local
356 UCollator *coll; in TestNormalization() local
424 UCollator *coll=NULL; in TestPrevious() local
788 UCollator *coll ;/*= ucol_open("en_US", &status);*/ in TestMaxExpansion() local
945 UCollator *coll; in TestSmallBuffer() local
1272 UCollator *coll = ucol_open("", &status); in TestCEs() local
1399 UCollator *coll; in TestDiscontiguos() local
1474 UCollator *coll; in TestCEBufferOverflow() local
1521 static UBool checkCEValidity(const UCollator *coll, const UChar *codepoints, in checkCEValidity()
[all …]
Dcallcoll.c146 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,… in sortKeyToString()
230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, c… in compareUsingPartials()
565 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollati… in genericOrderingTestWithResult()
596 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) { in genericOrderingTest()
602 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarter() local
619 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithResult() local
641 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult() local
662 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithOptionsAndResult() local
689 UCollator *coll = NULL; in genericRulesStarterWithResult() local
1156 UCollator* coll=0; in TestInvalidRules() local
[all …]
Dcapitst.c50 static char* U_EXPORT2 ucol_sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *bu… in ucol_sortKeyToString()
151 UCollator *coll = ucol_open(NULL, &status); in TestGetSetAttr() local
1412 UCollator *coll = NULL; in TestGetLocale() local
1529 UCollator *coll = ucol_open("sh", &status); in TestBounds() local
1681 static void doOverrunTest(UCollator *coll, const UChar *uString, int32_t strLen) { in doOverrunTest()
1713 UCollator *coll = ucol_open("root", &status); in TestSortKeyBufferOverrun() local
1742 UCollator *coll = ucol_open(NULL, &error); in TestAttribute() local
1856 UCollator *coll = NULL; in TestGetTailoredSet() local
1898 UCollator *coll = ucol_open("en", &status); in TestMergeSortKeys() local
2050 UCollator *coll = NULL, *fromNormalized = NULL; in TestShortString() local
[all …]
Dcmsccoll.c88 UCollator *coll = NULL; in IncompleteCntTest() local
191 UCollator *coll = ucol_open("en_US", &status); in BlackBirdTest() local
530 static void testCollator(UCollator *coll, UErrorCode *status) { in testCollator()
915 static void testAgainstUCA(UCollator *coll, UCollator *UCA, const char *refName, UBool error, UErro… in testAgainstUCA()
1079 static void testCEs(UCollator *coll, UErrorCode *status) { in testCEs()
1335 UCollator *coll = NULL; in TestCollations() local
1375 UCollator *coll = NULL; in RamsRulesTest() local
1453 UCollator *coll = NULL; in IsTailoredTest() local
1525 UCollator *coll = ucol_open("cs", &status); in TestChMove() local
1614 UCollator *coll = ucol_open("", &status); in TestFCDProblem() local
[all …]
Dusrchtst.c1743 UCollator *coll = NULL; in TestDiacriticMatch() local
2425 UCollator *coll = NULL; in TestNumeric() local
2458 UCollator *coll = NULL; in TestForwardBackward() local
2512 UCollator *coll; in TestSearchForNull() local
2601 UCollator *coll; in TestStrengthIdentical() local
2821 UCollator *coll; in TestPCEBuffer_with() local
2924 UCollator *coll; in TestMatchFollowedByIgnorables() local
/external/stlport/test/eh/
Dtest.cpp6 inline void printElements(const T& coll, const char* msg = "") in printElements()
/external/icu4c/samples/legacy/
Dnewcol.cpp29 UCollator *coll = ucol_open(locale, &status); in getSortKey_current() local
Doldcol.cpp30 UCollator *coll = ucol_open(locale, &status); in getSortKey_legacy() local
/external/icu4c/i18n/unicode/
Dcolldata.h434 UCollator *coll; variable
/external/webkit/Source/WebCore/html/
DHTMLMapElement.cpp85 RefPtr<HTMLCollection> coll = document()->images(); in imageElement() local
/external/icu4c/test/perf/DateFmtPerf/
DDateFmtPerf.h402 Collator *coll = Collator::createInstance(Locale(locale), status); in call() local
415 delete coll; in call() local

12