Lines Matching refs:toASCII
154 UBool isLabel, UBool toASCII,
160 UBool isLabel, UBool toASCII,
167 UBool isLabel, UBool toASCII,
180 UBool toASCII,
185 UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const;
303 UBool isLabel, UBool toASCII, in process() argument
338 if(toASCII) { in process()
385 if(toASCII && (i-labelStart)>63) { in process()
396 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process()
407 UBool isLabel, UBool toASCII, in processUTF8() argument
438 if(toASCII) { in processUTF8()
483 if(toASCII && (i-labelStart)>63) { in processUTF8()
499 isLabel, toASCII, in processUTF8()
504 isLabel, toASCII, in processUTF8()
508 if(toASCII && !isLabel) { in processUTF8()
529 UBool isLabel, UBool toASCII, in processUnicode() argument
541 toASCII ? (options&UIDNA_NONTRANSITIONAL_TO_ASCII)==0 : in processUnicode()
551 toASCII, info, errorCode); in processUnicode()
594 toASCII, info, errorCode); in processUnicode()
704 UBool toASCII, in processLabel() argument
743 return markBadACELabel(dest, labelStart, labelLength, toASCII, info, errorCode); in processLabel()
758 return markBadACELabel(dest, labelStart, labelLength, toASCII, info, errorCode); in processLabel()
851 if(toASCII) { in processLabel()
907 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info, errorCode); in processLabel()
920 UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const { in markBadACELabel() argument
957 if(toASCII && isASCII && labelLength>63) { in markBadACELabel()