OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcollator
(Results
1 - 16
of
16
) sorted by null
/external/icu4c/test/intltest/
srchtest.h
39
RuleBasedCollator *
getCollator
(const char *collator);
srchtest.cpp
180
RuleBasedCollator * StringSearchTest::
getCollator
(const char *collator)
361
Collator *collator =
getCollator
(search->collator);
418
Collator *collator =
getCollator
(search->collator);
471
Collator *collator =
getCollator
(search->collator);
653
if (*(copy->
getCollator
()) != *(result->
getCollator
()) ||
667
if (*(copy->
getCollator
()) != *(result->
getCollator
()) ||
691
if (*(copy->
getCollator
()) != *(result->
getCollator
()) ||
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/util/
PhonebookCollatorFactory.java
27
public static final Collator
getCollator
() {
/external/icu4c/i18n/
bms.cpp
47
return data->
getCollator
();
bmsearch.cpp
610
UCollator *collator = data->
getCollator
();
646
target = new Target(data->
getCollator
(), targetString, patCEs->size(), status);
660
/*UCollator *coll =*/ data->
getCollator
();
stsearch.cpp
275
RuleBasedCollator * StringSearch::
getCollator
() const
nfrule.cpp
[
all
...]
colldata.cpp
828
UCollator *CollData::
getCollator
() const
rbnf.cpp
[
all
...]
/external/icu4c/test/perf/strsrchperf/
strsrchperf.cpp
89
UCollator *coll = data->
getCollator
();
/external/chromium/chrome/browser/
possible_url_model.cc
180
results_[row2].display_url,
GetCollator
());
/external/icu4c/test/cintltst/
usrchtst.c
159
static UCollator *
getCollator
(const char *collator)
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);
[
all
...]
/external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.cc
227
GetCollator
(), GetText(row1, column_id), GetText(row2, column_id));
/external/icu4c/i18n/unicode/
colldata.h
314
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 687 milliseconds