Searched defs:srcLim (Results 1 – 5 of 5) sorted by relevance
/third_party/lzma/C/ |
D | Bcj2Enc.c | 197 const Byte *srcLim; in Bcj2Enc_Encode_2() local 403 const Byte *srcLim = p->srcLim; in Bcj2Enc_Encode() local 474 const Byte *srcLim = p->srcLim; in Bcj2Enc_Encode() local
|
D | Bcj2.c | 111 const Byte *srcLim; in Bcj2Dec_Decode() local
|
D | Bcj2.h | 259 const Byte *srcLim; member
|
/third_party/lzma/CPP/Common/ |
D | UTFConvert.cpp | 339 static bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *src, const char *srcLim, unsi… in Utf8_To_Utf16() 473 static size_t Utf16_To_Utf8_Calc(const wchar_t *src, const wchar_t *srcLim, unsigned flags) in Utf16_To_Utf8_Calc() 542 static char *Utf16_To_Utf8(char *dest, const wchar_t *src, const wchar_t *srcLim, unsigned flags) in Utf16_To_Utf8()
|
/third_party/lzma/C/Util/7z/ |
D | 7zMain.c | 70 static size_t Utf16_To_Utf8_Calc(const UInt16 *src, const UInt16 *srcLim) in Utf16_To_Utf8_Calc() 106 static Byte *Utf16_To_Utf8(Byte *dest, const UInt16 *src, const UInt16 *srcLim) in Utf16_To_Utf8()
|