OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wch2
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/crt/
fx_system.cpp
35
FX_WCHAR wch1 = 0,
wch2
= 0;
local
38
wch2
= (FX_WCHAR)FX_tolower(*s2++);
39
if (wch1 !=
wch2
) {
43
return wch1 -
wch2
;
/external/pdfium/core/src/fxcrt/
fx_extension.cpp
197
FX_WCHAR wch1 = 0,
wch2
= 0;
local
200
wch2
= (FX_WCHAR)FXSYS_tolower(*s2++);
201
if (wch1 !=
wch2
) {
205
return wch1 -
wch2
;
Completed in 166 milliseconds