Home | History | Annotate | Download | only in common

Lines Matching full:toascii

152             UBool isLabel, UBool toASCII,
158 UBool isLabel, UBool toASCII,
165 UBool isLabel, UBool toASCII,
178 UBool toASCII,
183 UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const;
301 UBool isLabel, UBool toASCII,
336 if(toASCII) {
357 break; // Replacing with U+FFFD can be complicated for toASCII.
376 // Replacing with U+FFFD can be complicated for toASCII.
383 if(toASCII && (i-labelStart)>63) {
394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
405 UBool isLabel, UBool toASCII,
436 if(toASCII) {
458 break; // Replacing with U+FFFD can be complicated for toASCII.
476 break; // Replacing with U+FFFD can be complicated for toASCII.
481 if(toASCII && (i-labelStart)>63) {
497 isLabel, toASCII,
502 isLabel, toASCII,
506 if(toASCII && !isLabel) {
527 UBool isLabel, UBool toASCII,
539 toASCII ? (options&UIDNA_NONTRANSITIONAL_TO_ASCII)==0 :
549 toASCII, info, errorCode);
581 toASCII, info, errorCode);
691 UBool toASCII,
730 return markBadACELabel(dest, labelStart, labelLength, toASCII, info, errorCode);
745 return markBadACELabel(dest, labelStart, labelLength, toASCII, info, errorCode);
838 if(toASCII) {
894 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info, errorCode);
907 UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const {
944 if(toASCII && isASCII && labelLength>63) {