OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fxsys_wcsicmp
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/include/fxcrt/
fx_system.h
193
#define
FXSYS_wcsicmp
(str1, str2) _wcsicmp((wchar_t*)(str1), (wchar_t*)(str2))
201
#define
FXSYS_wcsicmp
_wcsicmp
234
int
FXSYS_wcsicmp
(const wchar_t* string1, const wchar_t* string2);
/external/pdfium/core/src/fxcrt/
fx_basic_gcc.cpp
200
int
FXSYS_wcsicmp
(const FX_WCHAR* dst, const FX_WCHAR* src) {
fx_basic_wstring.cpp
463
return
FXSYS_wcsicmp
(m_pData->m_String, lpsz);
/external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp
139
if (
FXSYS_wcsicmp
(sFuction, L"AVG") == 0 ||
140
FXSYS_wcsicmp
(sFuction, L"SUM") == 0) {
143
if (
FXSYS_wcsicmp
(sFuction, L"PRD") == 0) {
146
if (
FXSYS_wcsicmp
(sFuction, L"MIN") == 0) {
149
if (
FXSYS_wcsicmp
(sFuction, L"MAX") == 0) {
[
all
...]
/external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp
373
if (
FXSYS_wcsicmp
(pParams->pwsFamily, pFont->wsFontFace)) {
404
if (
FXSYS_wcsicmp
(pParams->pwsFamily, pFont->wsFontFace) == 0) {
[
all
...]
Completed in 885 milliseconds