Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path.cc702 static decltype(::CharUpperW)* const char_upper_api = in CompareIgnoreCase() local
705 CHECK(char_upper_api); in CompareIgnoreCase()
715 (wchar_t)LOWORD(char_upper_api((LPWSTR)(DWORD_PTR)MAKELONG(*i1, 0))); in CompareIgnoreCase()
717 (wchar_t)LOWORD(char_upper_api((LPWSTR)(DWORD_PTR)MAKELONG(*i2, 0))); in CompareIgnoreCase()