Home | History | Annotate | Download | only in common

Lines Matching refs:targetChars

439     char *targetChars = (char *)*target;
440 ucnv_fromUWriteBytes(cnv, bytes, length, &targetChars, targetLimit,
442 *target = (uint8_t*)targetChars;