Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_unicode.cpp53 constexpr uint16_t kCharTypeBitMask = variable
156 uint16_t result = (prop & kCharTypeBitMask) >> kCharTypeBitPos; in FX_GetCharType()