Home | History | Annotate | Download | only in common

Lines Matching refs:subCharLen

425     if (converter->subCharLen <= 0) {
431 if (*len < converter->subCharLen) /*not enough space in subChars */
437 uprv_memcpy (mySubChar, converter->subChars, converter->subCharLen); /*fills in the subchars */
438 *len = converter->subCharLen; /*store # of bytes copied to buffer */
459 converter->subCharLen = len; /*sets the new len */
544 cnv->subCharLen = 0;
548 cnv->subCharLen = (int8_t)length8;
550 cnv->subCharLen = (int8_t)-length;