Home | History | Annotate | Download | only in common

Lines Matching refs:isLabel

152             UBool isLabel, UBool toASCII,
158 UBool isLabel, UBool toASCII,
165 UBool isLabel, UBool toASCII,
301 UBool isLabel, UBool toASCII,
341 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
375 if(isLabel) {
394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
405 UBool isLabel, UBool toASCII,
441 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
475 if(isLabel) {
497 isLabel, toASCII,
502 isLabel, toASCII,
506 if(toASCII && !isLabel) {
527 UBool isLabel, UBool toASCII,
546 if(c==0x2e && !isLabel) {