Lines Matching refs:toASCII
152 UBool isLabel, UBool toASCII,
158 UBool isLabel, UBool toASCII,
165 UBool isLabel, UBool toASCII,
178 UBool toASCII,
183 UBool toASCII, IDNAInfo &info) const;
301 UBool isLabel, UBool toASCII, in process() argument
336 if(toASCII) { in process()
383 if(toASCII && (i-labelStart)>63) { in process()
394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process()
405 UBool isLabel, UBool toASCII, in processUTF8() argument
436 if(toASCII) { in processUTF8()
481 if(toASCII && (i-labelStart)>63) { in processUTF8()
497 isLabel, toASCII, in processUTF8()
502 isLabel, toASCII, in processUTF8()
506 if(toASCII && !isLabel) { in processUTF8()
527 UBool isLabel, UBool toASCII, in processUnicode() argument
539 toASCII ? (options&UIDNA_NONTRANSITIONAL_TO_ASCII)==0 : in processUnicode()
549 toASCII, info, errorCode); in processUnicode()
581 toASCII, info, errorCode); in processUnicode()
678 UBool toASCII, in processLabel() argument
714 return markBadACELabel(dest, labelStart, labelLength, toASCII, info); in processLabel()
729 return markBadACELabel(dest, labelStart, labelLength, toASCII, info); in processLabel()
821 if(toASCII) { in processLabel()
877 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel()
889 UBool toASCII, IDNAInfo &info) const { in markBadACELabel() argument
919 if(toASCII && isASCII && labelLength>63) { in markBadACELabel()