Home
last modified time | relevance | path

Searched refs:FXSYS_chr (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_system.h115 inline const char* FXSYS_chr(const char* ptr, char ch, size_t len) { in FXSYS_chr() function
119 inline const wchar_t* FXSYS_chr(const wchar_t* ptr, wchar_t ch, size_t len) { in FXSYS_chr() function
Dstring_view_template.h192 const auto* found = reinterpret_cast<const UnsignedType*>(FXSYS_chr( in Find()