OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_tolower
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/crt/
fx_system.cpp
37
wch1 = (FX_WCHAR)
FX_tolower
(*s1++);
38
wch2 = (FX_WCHAR)
FX_tolower
(*s2++);
49
ch1 = (FX_CHAR)
FX_tolower
(*s1++);
50
ch2 = (FX_CHAR)
FX_tolower
(*s2++);
/external/pdfium/xfa/src/fgas/include/
fx_sys.h
42
inline int32_t
FX_tolower
(int32_t ch) {
Completed in 1239 milliseconds