Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp37 inline wchar_t GetUpperChar(wchar_t c) in GetUpperChar() function
46 wchar_t c = GetUpperChar(*s++); in ParseMatchFinder()
49 if (GetUpperChar(*s++) != L'C') in ParseMatchFinder()
63 if (GetUpperChar(*s++) != L'T') in ParseMatchFinder()
68 c = GetUpperChar(*s++); in ParseMatchFinder()