Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_unicode.cpp9 FX_DWORD FX_GetUnicodeProperties(FX_WCHAR wch) { in FX_GetUnicodeProperties() function
18 FX_DWORD dwRet = (FX_GetUnicodeProperties(ch) & FX_CHARTYPEBITSMASK); in FX_IsCtrlCode()
24 FX_DWORD dwProps = FX_GetUnicodeProperties(wch); in FX_GetMirrorChar()
30 dwProps = FX_GetUnicodeProperties(wch); in FX_GetMirrorChar()
54 dwProps = FX_GetUnicodeProperties(wch); in FX_GetMirrorChar()
Dfx_bidi.cpp23 FX_DWORD dwProps = FX_GetUnicodeProperties(wch); in AppendChar()
/external/pdfium/core/include/fxcrt/
Dfx_ucd.h46 FX_DWORD FX_GetUnicodeProperties(FX_WCHAR wch);
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1233 dwProps = FX_GetUnicodeProperties(wch); in GetDisplayPos()
1246 dwProps = FX_GetUnicodeProperties(wNext); in GetDisplayPos()
1263 dwProps = FX_GetUnicodeProperties(wNext); in GetDisplayPos()
1346 dwProps = FX_GetUnicodeProperties(wForm); in GetDisplayPos()
1438 FX_DWORD dwLastProps = FX_GetUnicodeProperties(wLast); in GetDisplayPos()
Dfx_rtfbreak.cpp1233 dwProps = FX_GetUnicodeProperties(wch); in GetDisplayPos()
1278 dwProps = FX_GetUnicodeProperties(wForm); in GetDisplayPos()