Lines Matching refs:destLabelLength
673 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument
679 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel()
700 int32_t destLabelLength=labelLength; in processLabel() local
758 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()
821 destLabelLength=labelLength; in processLabel()
841 if(destLabelLength>63) { in processLabel()
844 return destLabelLength; in processLabel()
851 return destLabelLength; in processLabel()
866 return destLabelLength; in processLabel()
875 return destLabelLength; in processLabel()
880 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()
894 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info, errorCode); in processLabel()
897 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()