HomeSort by relevance Sort by last modified time
    Searched refs:maxHan (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/intltest/
colldata.h 296 uint32_t maxHan;
colldata.cpp 451 maxHan = 0;
460 if (han > maxHan) {
461 maxHan = han;
465 maxHan += (1 << UCOL_PRIMARYORDERSHIFT);
563 if (ce >= minHan && ce < maxHan) {

Completed in 108 milliseconds