Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_unicode.h98 FX_CHARTYPE FX_GetCharType(wchar_t wch);
Dfx_unicode.cpp154 FX_CHARTYPE FX_GetCharType(wchar_t wch) { in FX_GetCharType() function
/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp23 FX_CHARTYPE dwRet = FX_GetCharType(wch); in IsCtrlCode()
231 FX_CHARTYPE chartype = FX_GetCharType(wch); in AppendChar()
716 FX_CHARTYPE chartype = FX_GetCharType(wch); in GetDisplayPos()
730 if (FX_GetCharType(wNext) != FX_CHARTYPE::kCombination) in GetDisplayPos()
745 } while (FX_GetCharType(wNext) == FX_CHARTYPE::kCombination); in GetDisplayPos()
876 if (FX_GetCharType(wLast) == FX_CHARTYPE::kCombination) { in GetDisplayPos()
Dcfx_rtfbreak.cpp71 FX_CHARTYPE chartype = FX_GetCharType(wch); in AppendChar()
752 FX_CHARTYPE dwCharType = FX_GetCharType(wch); in GetDisplayPos()
Dcfx_char.cpp564 return FX_GetCharType(m_wCharCode); in GetCharType()