Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DUTFConvert.cpp79 static bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *src, const char *srcLim) thro… in Utf8_To_Utf16()
154 static size_t Utf16_To_Utf8_Calc(const wchar_t *src, const wchar_t *srcLim) in Utf16_To_Utf8_Calc()
200 static char *Utf16_To_Utf8(char *dest, const wchar_t *src, const wchar_t *srcLim) in Utf16_To_Utf8()
/external/lzma/C/
DBcj2Enc.c106 const Byte *srcLim; in Bcj2Enc_Encode_2() local
256 const Byte *srcLim = p->srcLim; in Bcj2Enc_Encode() local
DBcj2.c123 const Byte *srcLim; in Bcj2Dec_Decode() local
DBcj2.h99 const Byte *srcLim; member
/external/lzma/C/Util/7z/
D7zMain.c51 static size_t Utf16_To_Utf8_Calc(const UInt16 *src, const UInt16 *srcLim) in Utf16_To_Utf8_Calc()
87 static Byte *Utf16_To_Utf8(Byte *dest, const UInt16 *src, const UInt16 *srcLim) in Utf16_To_Utf8()