Home | History | Annotate | Download | only in common

Lines Matching refs:toASCII

156             UBool isLabel, UBool toASCII,
162 UBool isLabel, UBool toASCII,
169 UBool isLabel, UBool toASCII,
182 UBool toASCII,
187 UBool toASCII, IDNAInfo &info) const;
305 UBool isLabel, UBool toASCII,
326 if(toASCII) {
342 if(toASCII) {
363 break; // Replacing with U+FFFD can be complicated for toASCII.
382 // Replacing with U+FFFD can be complicated for toASCII.
386 if(toASCII) {
402 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
413 UBool isLabel, UBool toASCII,
428 if(toASCII) {
446 if(toASCII) {
468 break; // Replacing with U+FFFD can be complicated for toASCII.
486 break; // Replacing with U+FFFD can be complicated for toASCII.
488 if(toASCII) {
509 isLabel, toASCII,
514 isLabel, toASCII,
518 if(toASCII && !isLabel) {
539 UBool isLabel, UBool toASCII,
551 toASCII ? (options&UIDNA_NONTRANSITIONAL_TO_ASCII)==0 :
561 toASCII, info, errorCode);
593 toASCII, info, errorCode);
690 UBool toASCII,
726 return markBadACELabel(dest, labelStart, labelLength, toASCII, info);
741 return markBadACELabel(dest, labelStart, labelLength, toASCII, info);
753 if(toASCII) {
835 if(toASCII) {
891 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info);
903 UBool toASCII, IDNAInfo &info) const {
933 if(toASCII && isASCII && labelLength>63) {