Lines Matching defs:toASCII
151 UBool isLabel, UBool toASCII,
157 UBool isLabel, UBool toASCII,
164 UBool isLabel, UBool toASCII,
177 UBool toASCII,
182 UBool toASCII, IDNAInfo &info) const;
297 UBool isLabel, UBool toASCII,
318 if(toASCII) {
334 if(toASCII) {
355 break; // Replacing with U+FFFD can be complicated for toASCII.
374 // Replacing with U+FFFD can be complicated for toASCII.
378 if(toASCII) {
394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
405 UBool isLabel, UBool toASCII,
420 if(toASCII) {
438 if(toASCII) {
460 break; // Replacing with U+FFFD can be complicated for toASCII.
478 break; // Replacing with U+FFFD can be complicated for toASCII.
480 if(toASCII) {
501 isLabel, toASCII,
506 isLabel, toASCII,
510 if(toASCII && !isLabel) {
531 UBool isLabel, UBool toASCII,
543 toASCII ? (options&UIDNA_NONTRANSITIONAL_TO_ASCII)==0 :
553 toASCII, info, errorCode);
585 toASCII, info, errorCode);
682 UBool toASCII,
718 return markBadACELabel(dest, labelStart, labelLength, toASCII, info);
733 return markBadACELabel(dest, labelStart, labelLength, toASCII, info);
745 if(toASCII) {
824 if(toASCII) {
880 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info);
892 UBool toASCII, IDNAInfo &info) const {
922 if(toASCII && isASCII && labelLength>63) {