Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DUTFConvert.h8 bool CheckUTF8(const char *src, bool allowReduced = false) throw();
DUTFConvert.cpp40 bool CheckUTF8(const char *src, bool allowReduced) throw() in CheckUTF8() argument
64 return allowReduced && c2 == 0; in CheckUTF8()