OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CASE_FIRST
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
collationsettings.h
68
* When
CASE_FIRST
is off, UPPER_FIRST must be off too, corresponding to
71
static const int32_t
CASE_FIRST
= 0x200;
76
static const int32_t CASE_FIRST_AND_UPPER_MASK =
CASE_FIRST
| UPPER_FIRST;
147
(option ==
CASE_FIRST
) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST;
167
return (options & (CASE_LEVEL |
CASE_FIRST
)) ==
CASE_FIRST
;
/libcore/luni/src/main/java/libcore/icu/
RuleBasedCollatorICU.java
39
public static final int
CASE_FIRST
= 2;
Completed in 331 milliseconds