HomeSort by relevance Sort by last modified time
    Searched refs:FX_GetUnicodeProperties (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_unicode.cpp 9 FX_DWORD FX_GetUnicodeProperties(FX_WCHAR wch) {
18 FX_DWORD dwRet = (FX_GetUnicodeProperties(ch) & FX_CHARTYPEBITSMASK);
24 FX_DWORD dwProps = FX_GetUnicodeProperties(wch);
30 dwProps = FX_GetUnicodeProperties(wch);
54 dwProps = FX_GetUnicodeProperties(wch);
fx_bidi.cpp 23 FX_DWORD dwProps = FX_GetUnicodeProperties(wch);
  /external/pdfium/core/include/fxcrt/
fx_ucd.h 46 FX_DWORD FX_GetUnicodeProperties(FX_WCHAR wch);
  /external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.cpp     [all...]
fx_rtfbreak.cpp     [all...]

Completed in 6228 milliseconds