Home | History | Annotate | Download | only in common

Lines Matching refs:dstSize

813                        char *target, uint32_t dstSize) const {
815 if(/*dstSize < 0 || */(dstSize > 0 && target == 0)) {
818 return toUTF8(start, len, target, dstSize <= 0x7fffffff ? (int32_t)dstSize : 0x7fffffff);