OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcollator
(Results
1 - 13
of
13
) sorted by null
/external/icu4c/test/intltest/
srchtest.h
39
RuleBasedCollator *
getCollator
(const char *collator);
srchtest.cpp
176
RuleBasedCollator * StringSearchTest::
getCollator
(const char *collator)
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/i18n/
bms.cpp
45
return data->
getCollator
();
bmsearch.cpp
657
UCollator *collator = data->
getCollator
();
693
target = new Target(data->
getCollator
(), targetString, patCEs->size(), status);
707
/*UCollator *coll =*/ data->
getCollator
();
stsearch.cpp
275
RuleBasedCollator * StringSearch::
getCollator
() const
nfrule.cpp
[
all
...]
colldata.cpp
830
UCollator *CollData::
getCollator
() const
rbnf.cpp
[
all
...]
/external/icu4c/test/perf/strsrchperf/
strsrchperf.cpp
89
UCollator *coll = data->
getCollator
();
/external/icu4c/test/cintltst/
usrchtst.c
159
static UCollator *
getCollator
(const char *collator)
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);
[
all
...]
/external/icu4c/i18n/unicode/
colldata.h
301
UCollator *
getCollator
() const;
stsearch.h
103
* from <tt>
getCollator
</tt> and using the APIs in <tt>coll.h</tt>.
370
RuleBasedCollator *
getCollator
() const;
rbnf.h
[
all
...]
Completed in 74 milliseconds