Home
last modified time | relevance | path

Searched defs:wChar (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp151 wchar_t wChar = !wstrItem.IsEmpty() ? wstrItem[0] : 0; in IsRightToLeft() local
620 void CPDF_TextPage::AddCharInfoByLRDirection(wchar_t wChar, in AddCharInfoByLRDirection()
649 void CPDF_TextPage::AddCharInfoByRLDirection(wchar_t wChar, in AddCharInfoByRLDirection()
833 wchar_t wChar = actText[i]; in PreMarkedContent() local
866 wchar_t wChar = actText[k]; in ProcessMarkedContent() local
/external/pdfium/xfa/fgas/layout/
Dfx_arabic.cpp146 wchar_t* wChar, in ParseChar()