Searched refs:getCollator (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium/third_party/icu/source/test/intltest/
H A Dsrchtest.h39 RuleBasedCollator * getCollator(const char *collator);
H A Dsrchtest.cpp176 RuleBasedCollator * StringSearchTest::getCollator(const char *collator) function in class:StringSearchTest
349 Collator *collator = getCollator(search->collator);
406 Collator *collator = getCollator(search->collator);
459 Collator *collator = getCollator(search->collator);
641 if (*(copy->getCollator()) != *(result->getCollator()) ||
655 if (*(copy->getCollator()) != *(result->getCollator()) ||
679 if (*(copy->getCollator()) != *(result->getCollator()) ||
[all...]
/external/icu4c/test/intltest/
H A Dsrchtest.h39 RuleBasedCollator * getCollator(const char *collator);
H A Dsrchtest.cpp178 RuleBasedCollator * StringSearchTest::getCollator(const char *collator) function in class:StringSearchTest
359 Collator *collator = getCollator(search->collator);
416 Collator *collator = getCollator(search->collator);
469 Collator *collator = getCollator(search->collator);
651 if (*(copy->getCollator()) != *(result->getCollator()) ||
665 if (*(copy->getCollator()) != *(result->getCollator()) ||
689 if (*(copy->getCollator()) != *(result->getCollator()) ||
[all...]
/external/chromium/third_party/icu/public/i18n/unicode/
H A Dstsearch.h103 * from <tt>getCollator</tt> and using the APIs in <tt>coll.h</tt>.
370 RuleBasedCollator * getCollator() const;
H A Dcolldata.h301 UCollator *getCollator() const;
H A Drbnf.h985 Collator * getCollator() const;
/external/icu4c/i18n/unicode/
H A Dstsearch.h103 * from <tt>getCollator</tt> and using the APIs in <tt>coll.h</tt>.
370 RuleBasedCollator * getCollator() const;
H A Dcolldata.h314 UCollator *getCollator() const;
H A Drbnf.h988 Collator * getCollator() const;
/external/chromium/third_party/icu/source/i18n/
H A Dbms.cpp47 return data->getCollator();
H A Dbmsearch.cpp657 UCollator *collator = data->getCollator();
693 target = new Target(data->getCollator(), targetString, patCEs->size(), status);
707 /*UCollator *coll =*/ data->getCollator();
H A Dstsearch.cpp275 RuleBasedCollator * StringSearch::getCollator() const function in class:StringSearch
H A Dnfrule.cpp1141 RuleBasedCollator* collator = (RuleBasedCollator*)formatter->getCollator();
1371 //RuleBasedCollator collator = (RuleBasedCollator)formatter.getCollator();
1443 RuleBasedCollator* collator = (RuleBasedCollator*)(formatter->getCollator());
H A Dcolldata.cpp830 UCollator *CollData::getCollator() const function in class:CollData
H A Drbnf.cpp1536 RuleBasedNumberFormat::getCollator() const function in class:RuleBasedNumberFormat
/external/chromium/third_party/icu/source/test/perf/strsrchperf/
H A Dstrsrchperf.cpp89 UCollator *coll = data->getCollator();
/external/icu4c/i18n/
H A Dbms.cpp47 return data->getCollator();
H A Dbmsearch.cpp610 UCollator *collator = data->getCollator();
646 target = new Target(data->getCollator(), targetString, patCEs->size(), status);
660 /*UCollator *coll =*/ data->getCollator();
H A Dstsearch.cpp275 RuleBasedCollator * StringSearch::getCollator() const function in class:StringSearch
H A Dnfrule.cpp1141 RuleBasedCollator* collator = (RuleBasedCollator*)formatter->getCollator();
1371 //RuleBasedCollator collator = (RuleBasedCollator)formatter.getCollator();
1443 RuleBasedCollator* collator = (RuleBasedCollator*)(formatter->getCollator());
H A Dcolldata.cpp828 UCollator *CollData::getCollator() const function in class:CollData
/external/icu4c/test/perf/strsrchperf/
H A Dstrsrchperf.cpp89 UCollator *coll = data->getCollator();
/external/chromium/third_party/icu/source/test/cintltst/
H A Dusrchtst.c159 static UCollator *getCollator(const char *collator) function
441 UCollator *collator = getCollator(search.collator);
472 UCollator *collator = getCollator(search.collator);
513 UCollator *collator = getCollator(search.collator);
669 UCollator *collator = getCollator(search->collator);
776 UCollator *collator = getCollator(search->collator);
1759 UCollator *collator = getCollator(search->collator);
1877 UCollator *collator = getCollator(search->collator);
/external/icu4c/test/cintltst/
H A Dusrchtst.c159 static UCollator *getCollator(const char *collator) function
448 UCollator *collator = getCollator(search.collator);
479 UCollator *collator = getCollator(search.collator);
520 UCollator *collator = getCollator(search.collator);
676 UCollator *collator = getCollator(search->collator);
783 UCollator *collator = getCollator(search->collator);
1766 UCollator *collator = getCollator(search->collator);
1884 UCollator *collator = getCollator(search->collator);

Completed in 160 milliseconds

12