Searched refs:kLogCharsPerPage (Results 1 – 2 of 2) sorted by relevance
220 static const int kLogCharsPerPage = 8; variable221 static const int kPageMask = (1 << kLogCharsPerPage) - 1;
184 size_t nPages = (mMaxChar + kPageMask) >> kLogCharsPerPage; in init()196 if (lastChar[j] < (i + 1) << kLogCharsPerPage) { in init()199 uint32_t nextChar = family->getCoverage().nextSetBit((i + 1) << kLogCharsPerPage); in init()472 Range range = mRanges[ch >> kLogCharsPerPage]; in getFamilyForChar()