Searched refs:wch2 (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp224 FX_WCHAR wch1 = 0, wch2 = 0; local
227 wch2 = (FX_WCHAR)FXSYS_tolower(*s2++);
228 if (wch1 != wch2) {
232 return wch1 - wch2;

Completed in 139 milliseconds