Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duts46.cpp880 int32_t punycodeLength=u_strToPunycode(label, labelLength, in processLabel() local
886 buffer=punycode.getBuffer(4+punycodeLength); in processLabel()
891 punycodeLength=u_strToPunycode(label, labelLength, in processLabel()
895 punycodeLength+=4; in processLabel()
896 punycode.releaseBuffer(punycodeLength); in processLabel()
900 if(punycodeLength>63) { in processLabel()
904 punycode, punycodeLength, errorCode); in processLabel()