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,
324 if(toASCII) {
340 if(toASCII) {
361 break; // Replacing with U+FFFD can be complicated for toASCII.
380 // Replacing with U+FFFD can be complicated for toASCII.
384 if(toASCII) {
400 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
411 UBool isLabel, UBool toASCII,
426 if(toASCII) {
444 if(toASCII) {
466 break; // Replacing with U+FFFD can be complicated for toASCII.
484 break; // Replacing with U+FFFD can be complicated for toASCII.
486 if(toASCII) {
507 isLabel, toASCII,
512 isLabel, toASCII,
516 if(toASCII && !isLabel) {
537 UBool isLabel, UBool toASCII,
549 toASCII ? (options&UIDNA_NONTRANSITIONAL_TO_ASCII)==0 :
559 toASCII, info, errorCode);
591 toASCII, info, errorCode);
688 UBool toASCII,
724 return markBadACELabel(dest, labelStart, labelLength, toASCII, info);
739 return markBadACELabel(dest, labelStart, labelLength, toASCII, info);
751 if(toASCII) {
833 if(toASCII) {
889 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info);
901 UBool toASCII, IDNAInfo &info) const {
931 if(toASCII && isASCII && labelLength>63) {