Home
last modified time | relevance | path

Searched refs:FXSYS_toupper (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_system.cpp132 *str = FXSYS_toupper(*str); in FXSYS_strupr()
154 *str = FXSYS_toupper(*str); in FXSYS_wcsupr()
164 f = FXSYS_toupper(*dst); in FXSYS_stricmp()
165 l = FXSYS_toupper(*src); in FXSYS_stricmp()
176 f = FXSYS_toupper(*dst); in FXSYS_wcsicmp()
177 l = FXSYS_toupper(*src); in FXSYS_wcsicmp()
Dfx_extension.h40 inline int32_t FXSYS_toupper(int32_t ch) { in FXSYS_toupper() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.cpp611 if (FXSYS_toupper(pListItem->GetFirstChar()) == FXSYS_toupper(nChar)) in FindNext()