Home | History | Annotate | Download | only in common

Lines Matching refs:isLabel

156             UBool isLabel, UBool toASCII,
162 UBool isLabel, UBool toASCII,
169 UBool isLabel, UBool toASCII,
305 UBool isLabel, UBool toASCII,
347 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
381 if(isLabel) {
402 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
413 UBool isLabel, UBool toASCII,
451 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
485 if(isLabel) {
509 isLabel, toASCII,
514 isLabel, toASCII,
518 if(toASCII && !isLabel) {
539 UBool isLabel, UBool toASCII,
558 if(c==0x2e && !isLabel) {