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