Home
last modified time | relevance | path

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

12

/external/pdfium/core/fxcrt/
Dfx_unicode.cpp41 uint16_t GetUnicodeProperties(wchar_t wch) { in GetUnicodeProperties()
75 uint16_t GetExtendedUnicodeProperties(wchar_t wch) { in GetExtendedUnicodeProperties()
144 wchar_t GetMirrorChar(wchar_t wch) { in GetMirrorChar()
153 FX_BIDICLASS GetBidiClass(wchar_t wch) { in GetBidiClass()
161 FX_CHARTYPE GetCharType(wchar_t wch) { in GetCharType()
168 FX_BREAKPROPERTY GetBreakProperty(wchar_t wch) { in GetBreakProperty()
Dfx_extension.cpp48 wchar_t wch = pwsStr[nUsedLen]; in FXSYS_wcstof() local
59 wchar_t wch = pwsStr[nUsedLen]; in FXSYS_wcstof() local
81 wchar_t wch = pwsStr[nUsedLen]; in FXSYS_wcstof() local
Dfx_bidi.cpp18 bool CFX_BidiChar::AppendChar(wchar_t wch) { in AppendChar()
Dcfx_seekablestreamproxy.cpp89 uint16_t wch = *pStr; in SwapByteOrder() local
Dwidestring.cpp983 auto wch = wstr[i]; in FromUTF16BE() local
/external/pdfium/core/fxcrt/css/
Dcfx_cssvaluelistparser.cpp34 wchar_t wch = *m_pCur; in NextValue() local
65 size_t CFX_CSSValueListParser::SkipToChar(wchar_t wch) { in SkipToChar()
73 size_t CFX_CSSValueListParser::SkipToCharMatchingParens(wchar_t wch) { in SkipToCharMatchingParens()
Dcfx_cssselector.cpp18 wchar_t wch = str[i]; in GetCSSNameLen() local
38 for (wchar_t wch : str) { in FromString() local
49 wchar_t wch = str[i]; in FromString() local
Dcfx_csssyntaxparser.cpp17 bool IsSelectorStart(wchar_t wch) { in IsSelectorStart()
38 wchar_t wch = m_Input.GetChar(); in DoSyntaxParse() local
Dcfx_cssoutputtextbuf.cpp15 void CFX_CSSOutputTextBuf::AppendCharIfNotLeadingBlank(wchar_t wch) { in AppendCharIfNotLeadingBlank()
/external/pdfium/xfa/fgas/layout/
Dcfgas_txtbreak.cpp28 uint16_t wch; member
33 bool IsCtrlCode(wchar_t wch) { in IsCtrlCode()
63 wchar_t wch = pCurChar->char_code(); in AppendChar_Combination() local
102 wchar_t wch = pCurChar->char_code(); in AppendChar_Control() local
189 wchar_t wch = pCurChar->char_code(); in AppendChar_Others() local
214 CFGAS_Char::BreakType CFGAS_TxtBreak::AppendChar(wchar_t wch) { in AppendChar()
669 wchar_t wch; in GetDisplayPos() local
895 wchar_t wch; in GetCharRects() local
Dcfgas_break.cpp99 void CFGAS_Break::SetParagraphBreakChar(wchar_t wch) { in SetParagraphBreakChar()
Dfgas_arabic.cpp174 wchar_t GetFormChar(wchar_t wch, wchar_t prev, wchar_t next) { in GetFormChar()
Dcfgas_rtfbreak.cpp70 CFGAS_Char::BreakType CFGAS_RTFBreak::AppendChar(wchar_t wch) { in AppendChar()
735 wchar_t wch = pPiece->szText[i]; in GetDisplayPos() local
/external/pdfium/xfa/fde/
Dcfde_textout.cpp215 for (const wchar_t& wch : str) { in CalcLogicSize() local
331 for (const auto& wch : str) { in LoadText() local
Dcfde_texteditengine.cpp957 wchar_t wch = GetChar(pos); in GetIndexForPoint() local
/external/libcxx/include/
D__bsd_locale_defaults.h24 #define __libcpp_wctob_l(wch, loc) wctob_l(wch, loc) argument
/external/cronet/buildtools/third_party/libc++/trunk/include/
D__bsd_locale_defaults.h23 #define __libcpp_wctob_l(wch, loc) wctob_l(wch, loc) argument
/external/pdfium/core/fpdftext/
Dcpdf_linkextract.cpp278 wchar_t wch = (*str)[i]; in CheckMailLink() local
Dcpdf_textpage.cpp81 DataVector<wchar_t> GetUnicodeNormalization(wchar_t wch) { in GetUnicodeNormalization()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp56 wchar_t wch = psz[i]; in ProcessText() local
915 wchar_t wch = wsText[i]; in AppendChar() local
/external/pdfium/fxjs/xfa/
Dcfxjse_resolveprocessor.cpp49 wchar_t wch = rnd.m_wsName[0]; in Resolve() local
/external/python/cpython3/Python/
Dfileutils.c217 wchar_t wch; in check_force_ascii() local
264 wchar_t wch[1]; in check_force_ascii() local
/external/python/cpython3/Modules/
D_cursesmodule.c303 , wchar_t *wch in PyCurses_ConvertToCchar_t()
4441 wchar_t *wch) in PyCurses_ConvertToWchar_t()
4493 wchar_t wch; in _curses_unget_wch() local
/external/libxml2/
Dtrio.c5681 trio_wchar_t wch; variable
/external/python/cpython2/Modules/
Dposixmodule.c2315 Py_UNICODE wch = wnamebuf[len-1]; in posix_listdir() local

12