OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMaxVariable
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
collationsettings.h
159
MaxVariable
getMaxVariable
() const {
coll.cpp
938
Collator::
getMaxVariable
() const {
rulebasedcollator.cpp
508
CollationSettings::MaxVariable oldValue = settings->
getMaxVariable
();
527
group = (UColReorderCode)(UCOL_REORDER_CODE_FIRST + defaultSettings.
getMaxVariable
());
544
RuleBasedCollator::
getMaxVariable
() const {
545
return (UColReorderCode)(UCOL_REORDER_CODE_FIRST + settings->
getMaxVariable
());
[
all
...]
Completed in 255 milliseconds