OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxExpansion
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
coleitr.h
222
int32_t
getMaxExpansion
(int32_t order) const;
370
inline int32_t CollationElementIterator::
getMaxExpansion
(int32_t order) const
tblcoll.h
404
* Call CollationElementIterator::
getMaxExpansion
() instead.
411
* @see CollationElementIterator#
getMaxExpansion
412
* @deprecated ICU 51 Use CollationElementIterator::
getMaxExpansion
() instead.
414
int32_t
getMaxExpansion
(int32_t order) const;
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
coleitr.h
222
int32_t
getMaxExpansion
(int32_t order) const;
356
static int32_t
getMaxExpansion
(const UHashtable *maxExpansions, int32_t order);
tblcoll.h
418
* Call CollationElementIterator::
getMaxExpansion
() instead.
425
* @see CollationElementIterator#
getMaxExpansion
426
* @deprecated ICU 51 Use CollationElementIterator::
getMaxExpansion
() instead.
428
int32_t
getMaxExpansion
(int32_t order) const;
[
all
...]
/external/icu/icu4c/source/i18n/
coleitr.cpp
449
CollationElementIterator::
getMaxExpansion
(int32_t order) const {
450
return
getMaxExpansion
(rbc_->tailoring->maxExpansions, order);
454
CollationElementIterator::
getMaxExpansion
(const UHashtable *maxExpansions, int32_t order) {
ucoleitr.cpp
453
return CollationElementIterator::fromUCollationElements(elems)->
getMaxExpansion
(order);
rulebasedcollator.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp
[
all
...]
itercoll.cpp
292
* Test for
getMaxExpansion
()
322
if (U_FAILURE(status) && iter->
getMaxExpansion
(order) < count) {
/external/icu/icu4c/source/test/intltest/
apicoll.cpp
[
all
...]
itercoll.cpp
347
* Test for
getMaxExpansion
()
377
if (U_FAILURE(status) && iter->
getMaxExpansion
(order) < count) {
/external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp
446
* @see CollationElementIterator#
getMaxExpansion
448
int32_t RuleBasedCollator::
getMaxExpansion
(int32_t order) const
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 248 milliseconds