Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
H A DUTFConvert.h63 bool IsOK(bool allowReduced = false) const in IsOK()
69 if (Truncated && !allowReduced) in IsOK()
84 if (allowReduced == false) - all UTF-8 character sequences must be finished.
85 if (allowReduced == true) - it allows truncated last character-Utf8-sequence
88 bool Check_UTF8_Buf(const char *src, size_t size, bool allowReduced) throw();
H A DUTFConvert.cpp230 bool Check_UTF8_Buf(const char *src, size_t size, bool allowReduced) throw() in Check_UTF8_Buf() argument
234 return check.IsOK(allowReduced); in Check_UTF8_Buf()
238 bool CheckUTF8_chars(const char *src, bool allowReduced) throw()
242 return check.IsOK(allowReduced);
255 bool CheckUTF8(const char *src, bool allowReduced) throw()
257 // return Check_UTF8_Buf(src, strlen(src), allowReduced);
281 return allowReduced && c2 == 0;

Completed in 2 milliseconds