Home | History | Annotate | Download | only in common

Lines Matching refs:dstSize

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