Searched refs:dstLength (Results 1 – 3 of 3) sorted by relevance
260 int dstLength = 0; in UTF8ToUTF16() local274 dstLength += count; in UTF8ToUTF16()284 return dstLength; in UTF8ToUTF16()292 int dstLength = 0; in UTF16ToUTF8() local306 dstLength += count; in UTF16ToUTF8()316 return dstLength; in UTF16ToUTF8()
33 SkBase64::Error SkBase64::Decode(const void* srcv, size_t srcLength, void* dstv, size_t* dstLength){ in Decode() argument101 *dstLength = i; in Decode()
48 void* dst, size_t* dstLength);