OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxVariable
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
collationsettings.h
57
* Options bits 6..4: The 3-bit
maxVariable
value bit field is shifted by this value.
60
/**
maxVariable
options bit mask before shifting. */
97
/**
maxVariable
values */
98
enum
MaxVariable
{
180
MaxVariable
getMaxVariable() const {
181
return (
MaxVariable
)((options & MAX_VARIABLE_MASK) >> MAX_VARIABLE_SHIFT);
rulebasedcollator.cpp
512
// Convert the reorder code into a
MaxVariable
number, or UCOL_DEFAULT=-1.
522
CollationSettings::
MaxVariable
oldValue = settings->getMaxVariable();
[
all
...]
Completed in 68 milliseconds