Home | History | Annotate | Download | only in common

Lines Matching refs:punycodeLength

852                 int32_t punycodeLength=u_strToPunycode(label, labelLength,
858 buffer=punycode.getBuffer(4+punycodeLength);
863 punycodeLength=u_strToPunycode(label, labelLength,
867 punycodeLength+=4;
868 punycode.releaseBuffer(punycodeLength);
872 if(punycodeLength>63) {
876 punycode, punycodeLength);