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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp270 inline wchar_t GetUpperChar(wchar_t c) function in namespace:NCompress::NLZMA
279 wchar_t c = GetUpperChar(*s++);
282 if (GetUpperChar(*s++) != L'C')
296 if (GetUpperChar(*s++) != L'T')
301 c = GetUpperChar(*s++);
307 c = GetUpperChar(*s++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp270 inline wchar_t GetUpperChar(wchar_t c) function in namespace:NCompress::NLZMA
279 wchar_t c = GetUpperChar(*s++);
282 if (GetUpperChar(*s++) != L'C')
296 if (GetUpperChar(*s++) != L'T')
301 c = GetUpperChar(*s++);
307 c = GetUpperChar(*s++);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp270 inline wchar_t GetUpperChar(wchar_t c) function in namespace:NCompress::NLZMA
279 wchar_t c = GetUpperChar(*s++);
282 if (GetUpperChar(*s++) != L'C')
296 if (GetUpperChar(*s++) != L'T')
301 c = GetUpperChar(*s++);
307 c = GetUpperChar(*s++);

Completed in 83 milliseconds