OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_CHARTYPEBITSMASK
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/fxcrt/
fx_unicode.cpp
18
uint32_t dwRet = (FX_GetUnicodeProperties(ch) &
FX_CHARTYPEBITSMASK
);
fx_ucd.h
95
#define
FX_CHARTYPEBITSMASK
(15 << FX_CHARTYPEBITS)
112
return static_cast<FX_CHARTYPE>(prop &
FX_CHARTYPEBITSMASK
);
fx_arabic.cpp
291
kTextLayoutCodeProperties[(uint16_t)wch] &
FX_CHARTYPEBITSMASK
;
296
return (kTextLayoutCodeProperties[(uint16_t)wch] &
FX_CHARTYPEBITSMASK
) ==
/external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp
[
all
...]
fgas_rtfbreak.cpp
907
dwCharType = (dwProps &
FX_CHARTYPEBITSMASK
);
Completed in 49 milliseconds