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

  /external/pdfium/core/fxcrt/
fx_unicode.cpp 9 uint32_t FX_GetUnicodeProperties(FX_WCHAR wch) {
18 uint32_t dwRet = (FX_GetUnicodeProperties(ch) & FX_CHARTYPEBITSMASK);
24 uint32_t dwProps = FX_GetUnicodeProperties(wch);
30 dwProps = FX_GetUnicodeProperties(wch);
54 dwProps = FX_GetUnicodeProperties(wch);
fx_bidi.cpp 16 uint32_t dwProps = FX_GetUnicodeProperties(wch);
fx_ucd.h 48 uint32_t FX_GetUnicodeProperties(FX_WCHAR wch);
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp     [all...]
fgas_rtfbreak.cpp 906 dwProps = FX_GetUnicodeProperties(wch);
935 dwProps = FX_GetUnicodeProperties(wForm);

Completed in 67 milliseconds