Searched refs:fromPunycode (Results 1 – 3 of 3) sorted by relevance
698 UnicodeString fromPunycode; in processLabel() local707 UChar *unicodeBuffer=fromPunycode.getBuffer(-1); // capacity==-1: most labels should fit in processLabel()715 unicodeBuffer, fromPunycode.getCapacity(), in processLabel()718 fromPunycode.releaseBuffer(0); in processLabel()719 unicodeBuffer=fromPunycode.getBuffer(unicodeLength); in processLabel()726 unicodeBuffer, fromPunycode.getCapacity(), in processLabel()729 fromPunycode.releaseBuffer(unicodeLength); in processLabel()741 UBool isValid=uts46Norm2.isNormalized(fromPunycode, errorCode); in processLabel()749 labelString=&fromPunycode; in processLabel()750 label=fromPunycode.getBuffer(); in processLabel()[all …]
322 StringBuilder fromPunycode; in processLabel() local334 … fromPunycode=Punycode.decode(dest.subSequence(labelStart+4, labelStart+labelLength), null); in processLabel()346 boolean isValid=uts46Norm2.isNormalized(fromPunycode); in processLabel()351 labelString=fromPunycode; in processLabel()353 labelLength=fromPunycode.length(); in processLabel()
321 StringBuilder fromPunycode; in processLabel() local333 … fromPunycode=Punycode.decode(dest.subSequence(labelStart+4, labelStart+labelLength), null); in processLabel()345 boolean isValid=uts46Norm2.isNormalized(fromPunycode); in processLabel()350 labelString=fromPunycode; in processLabel()352 labelLength=fromPunycode.length(); in processLabel()