OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxHan
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/unicode/
colldata.h
444
uint32_t
maxHan
;
/external/icu4c/i18n/
colldata.cpp
794
maxHan
= 0;
803
if (han >
maxHan
) {
804
maxHan
= han;
808
maxHan
+= (1 << UCOL_PRIMARYORDERSHIFT);
926
if (ce >= minHan && ce <
maxHan
) {
Completed in 77 milliseconds