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) const;
303 UBool isLabel, UBool toASCII, in process() argument
324 if(toASCII) { in process()
340 if(toASCII) { in process()
384 if(toASCII) { in process()
400 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process()
411 UBool isLabel, UBool toASCII, in processUTF8() argument
426 if(toASCII) { in processUTF8()
444 if(toASCII) { in processUTF8()
486 if(toASCII) { in processUTF8()
507 isLabel, toASCII, in processUTF8()
512 isLabel, toASCII, in processUTF8()
516 if(toASCII && !isLabel) { in processUTF8()
537 UBool isLabel, UBool toASCII, in processUnicode() argument
549 toASCII ? (options&UIDNA_NONTRANSITIONAL_TO_ASCII)==0 : in processUnicode()
559 toASCII, info, errorCode); in processUnicode()
591 toASCII, info, errorCode); in processUnicode()
688 UBool toASCII, in processLabel() argument
724 return markBadACELabel(dest, labelStart, labelLength, toASCII, info); in processLabel()
739 return markBadACELabel(dest, labelStart, labelLength, toASCII, info); in processLabel()
751 if(toASCII) { in processLabel()
833 if(toASCII) { in processLabel()
889 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel()
901 UBool toASCII, IDNAInfo &info) const { in markBadACELabel() argument
931 if(toASCII && isASCII && labelLength>63) { in markBadACELabel()