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

  /external/pdfium/core/fxcrt/
fx_unicode.cpp 26 uint32_t FX_GetUnicodeProperties(wchar_t wch) {
34 return GetMirrorChar(wch, FX_GetUnicodeProperties(wch));
fx_unicode.h 12 uint32_t FX_GetUnicodeProperties(wchar_t wch);
fx_arabic.cpp 180 CFX_Char c(wch, FX_GetUnicodeProperties(wch));
181 CFX_Char p(prev, FX_GetUnicodeProperties(prev));
182 CFX_Char n(next, FX_GetUnicodeProperties(next));
fx_bidi.cpp 545 uint32_t dwProps = FX_GetUnicodeProperties(wch);
  /external/pdfium/xfa/fgas/layout/
cfx_txtbreak.cpp 22 uint32_t dwRet = (FX_GetUnicodeProperties(ch) & FX_CHARTYPEBITSMASK);
205 uint32_t dwProps = FX_GetUnicodeProperties(wch);
699 uint32_t dwProps = FX_GetUnicodeProperties(wch);
713 dwProps = FX_GetUnicodeProperties(wNext);
729 dwProps = FX_GetUnicodeProperties(wNext);
787 dwProps = FX_GetUnicodeProperties(wForm);
859 uint32_t dwLastProps = FX_GetUnicodeProperties(wLast);
cfx_rtfbreak.cpp 70 uint32_t dwProps = FX_GetUnicodeProperties(wch);
697 uint32_t dwProps = FX_GetUnicodeProperties(wch);
726 dwProps = FX_GetUnicodeProperties(wForm);

Completed in 190 milliseconds