Home | History | Annotate | Download | only in common

Lines Matching refs:isLabel

151             UBool isLabel, UBool toASCII,
157 UBool isLabel, UBool toASCII,
164 UBool isLabel, UBool toASCII,
297 UBool isLabel, UBool toASCII,
339 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
373 if(isLabel) {
394 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode);
405 UBool isLabel, UBool toASCII,
443 if(!isLabel && i>=254 && (i>254 || labelStart<i)) {
477 if(isLabel) {
501 isLabel, toASCII,
506 isLabel, toASCII,
510 if(toASCII && !isLabel) {
531 UBool isLabel, UBool toASCII,
550 if(c==0x2e && !isLabel) {