Home | History | Annotate | Download | only in common

Lines Matching refs:isLabel

154             UBool isLabel, UBool toASCII,
160 UBool isLabel, UBool toASCII,
167 UBool isLabel, UBool toASCII,
303 UBool isLabel, UBool toASCII,
343 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
377 if(isLabel) {
396 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
407 UBool isLabel, UBool toASCII,
443 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
477 if(isLabel) {
499 isLabel, toASCII,
504 isLabel, toASCII,
508 if(toASCII && !isLabel) {
529 UBool isLabel, UBool toASCII,
548 if(c==0x2e && !isLabel) {