Home
last modified time | relevance | path

Searched refs:punycodeLength (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Duts46.cpp857 int32_t punycodeLength=u_strToPunycode(label, labelLength, in processLabel() local
863 buffer=punycode.getBuffer(4+punycodeLength); in processLabel()
868 punycodeLength=u_strToPunycode(label, labelLength, in processLabel()
872 punycodeLength+=4; in processLabel()
873 punycode.releaseBuffer(punycodeLength); in processLabel()
877 if(punycodeLength>63) { in processLabel()
881 punycode, punycodeLength, errorCode); in processLabel()