Home
last modified time | relevance | path

Searched refs:kCharTypeBitPos (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_unicode.cpp51 constexpr uint16_t kCharTypeBitPos = 6; variable
54 (((1u << kCharTypeBitCount) - 1) << kCharTypeBitPos);
58 ((static_cast<uint16_t>(FX_CHARTYPE::ct) << kCharTypeBitPos) | \
156 uint16_t result = (prop & kCharTypeBitMask) >> kCharTypeBitPos; in FX_GetCharType()