Home
last modified time | relevance | path

Searched refs:dstLength (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/utils/
DSkUTF.cpp260 int dstLength = 0; in UTF8ToUTF16() local
274 dstLength += count; in UTF8ToUTF16()
284 return dstLength; in UTF8ToUTF16()
292 int dstLength = 0; in UTF16ToUTF8() local
306 dstLength += count; in UTF16ToUTF8()
316 return dstLength; in UTF16ToUTF8()
DSkBase64.cpp33 SkBase64::Error SkBase64::Decode(const void* srcv, size_t srcLength, void* dstv, size_t* dstLength){ in Decode() argument
101 *dstLength = i; in Decode()
/third_party/skia/include/utils/
DSkBase64.h48 void* dst, size_t* dstLength);