Home
last modified time | relevance | path

Searched defs:srcLim (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/C/
DBcj2Enc.c197 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
DBcj2.c111 const Byte *srcLim; in Bcj2Dec_Decode() local
DBcj2.h259 const Byte *srcLim; member
/third_party/lzma/CPP/Common/
DUTFConvert.cpp339 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/
D7zMain.c70 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()