Home
last modified time | relevance | path

Searched defs:wch (Results 1 – 25 of 25) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_unicode.cpp16 wchar_t GetMirrorChar(wchar_t wch, uint32_t dwProps) { in GetMirrorChar()
26 uint32_t FX_GetUnicodeProperties(wchar_t wch) { in FX_GetUnicodeProperties()
33 wchar_t FX_GetMirrorChar(wchar_t wch) { in FX_GetMirrorChar()
38 wchar_t FX_GetMirrorChar(wchar_t wch, uint32_t dwProps) { in FX_GetMirrorChar()
Dfx_extension.h44 inline bool FXSYS_iswalpha(wchar_t wch) { in FXSYS_iswalpha()
48 inline bool FXSYS_iswalnum(wchar_t wch) { in FXSYS_iswalnum()
Dfx_extension.cpp31 wchar_t wch = pwsStr[iUsedLen]; in FXSYS_wcstof() local
42 wchar_t wch = pwsStr[iUsedLen]; in FXSYS_wcstof() local
Dcfx_seekablestreamproxy.cpp108 uint16_t wch; in SwapByteOrder() local
Dfx_arabic.cpp179 wchar_t GetFormChar(wchar_t wch, wchar_t prev, wchar_t next) { in GetFormChar()
Dfx_bidi.cpp544 bool CFX_BidiChar::AppendChar(wchar_t wch) { in AppendChar()
/external/pdfium/core/fxcrt/css/
Dcfx_csssyntaxparser.cpp19 bool IsSelectorStart(wchar_t wch) { in IsSelectorStart()
57 wchar_t wch; in DoSyntaxParse() local
190 bool CFX_CSSSyntaxParser::AppendChar(wchar_t wch) { in AppendChar()
Dcfx_cssvaluelistparser.cpp30 wchar_t wch = *m_pCur; in NextValue() local
60 int32_t CFX_CSSValueListParser::SkipTo(wchar_t wch, in SkipTo()
Dcfx_cssselector.cpp19 wchar_t wch = *psz; in GetCSSNameLen() local
69 wchar_t wch = *psz; in FromString() local
Dcfx_csstextbuf.cpp24 void CFX_CSSTextBuf::AppendChar(wchar_t wch) { in AppendChar()
/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp51 wchar_t wch = pCurChar->char_code(); in AppendChar_Combination() local
98 wchar_t wch = pCurChar->char_code(); in AppendChar_Control() local
180 wchar_t wch = pCurChar->char_code(); in AppendChar_Others() local
204 CFX_BreakType CFX_TxtBreak::AppendChar(wchar_t wch) { in AppendChar()
640 uint16_t wch; member
690 wchar_t wch; in GetDisplayPos() local
925 wchar_t wch; in GetCharRects() local
Dcfx_break.cpp127 void CFX_Break::SetDefaultChar(wchar_t wch) { in SetDefaultChar()
140 void CFX_Break::SetParagraphBreakChar(wchar_t wch) { in SetParagraphBreakChar()
Dcfx_rtfbreak.cpp67 CFX_BreakType CFX_RTFBreak::AppendChar(wchar_t wch) { in AppendChar()
695 wchar_t wch = pText->pStr[i]; in GetDisplayPos() local
/external/libcxx/include/
D__bsd_locale_defaults.h24 #define __libcpp_wctob_l(wch, loc) wctob_l(wch, loc) argument
/external/pdfium/xfa/fde/
Dcfde_textout.cpp223 for (const wchar_t& wch : str) { in CalcLogicSize() local
340 for (const auto& wch : str) { in LoadText() local
Dcfde_texteditengine.cpp913 wchar_t wch = GetChar(pos); in GetIndexForPoint() local
/external/pdfium/core/fpdftext/
Dcpdf_linkextract.cpp283 wchar_t wch = (*str)[i]; in CheckMailLink() local
Dcpdf_textpage.cpp69 size_t Unicode_GetNormalization(wchar_t wch, wchar_t* pDst) { in Unicode_GetNormalization()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp886 wchar_t wch = wsText[i]; in AppendChar() local
923 wchar_t wch = 0, wPrev = 0; in ProcessText() local
/external/pdfium/fxjs/
Dcfxjse_resolveprocessor.cpp47 wchar_t wch = rnd.m_wsName[0]; in Resolve() local
/external/python/cpython3/Modules/
D_cursesmodule.c283 , wchar_t *wch in PyCurses_ConvertToCchar_t()
3112 wchar_t *wch) in PyCurses_ConvertToWchar_t()
3155 wchar_t wch; in PyCurses_Unget_Wch() local
Dposixmodule.c3412 wchar_t wch = wnamebuf[len-1]; in _listdir_windows_no_opendir() local
/external/python/cpython3/Python/
Dfileutils.c160 wchar_t wch; in check_force_ascii() local
/external/libxml2/
Dtrio.c5684 trio_wchar_t wch; variable
/external/python/cpython2/Modules/
Dposixmodule.c2309 Py_UNICODE wch = wnamebuf[len-1]; in posix_listdir() local