OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newStrength
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/i18n/
ucol_tok.cpp
[
all
...]
tblcoll.cpp
582
void RuleBasedCollator::setStrength(ECollationStrength
newStrength
)
586
UCollationStrength strength = getUCollationStrength(
newStrength
);
usearch.cpp
[
all
...]
/external/icu4c/i18n/unicode/
coll.h
595
* @param
newStrength
the new comparison level.
598
virtual void setStrength(ECollationStrength
newStrength
) = 0;
[
all
...]
tblcoll.h
664
* @param
newStrength
the new comparison level.
667
virtual void setStrength(ECollationStrength
newStrength
);
[
all
...]
/external/icu4c/test/intltest/
apicoll.cpp
[
all
...]
Completed in 120 milliseconds