Searched refs:fromPunycode (Results 1 – 3 of 3) sorted by relevance
696 UnicodeString fromPunycode; in processLabel() local705 UChar *unicodeBuffer=fromPunycode.getBuffer(-1); // capacity==-1: most labels should fit in processLabel()713 unicodeBuffer, fromPunycode.getCapacity(), in processLabel()716 fromPunycode.releaseBuffer(0); in processLabel()717 unicodeBuffer=fromPunycode.getBuffer(unicodeLength); in processLabel()724 unicodeBuffer, fromPunycode.getCapacity(), in processLabel()727 fromPunycode.releaseBuffer(unicodeLength); in processLabel()739 UBool isValid=uts46Norm2.isNormalized(fromPunycode, errorCode); in processLabel()747 labelString=&fromPunycode; in processLabel()748 label=fromPunycode.getBuffer(); in processLabel()[all …]
320 StringBuilder fromPunycode; in processLabel() local332 … fromPunycode=Punycode.decode(dest.subSequence(labelStart+4, labelStart+labelLength), null); in processLabel()344 boolean isValid=uts46Norm2.isNormalized(fromPunycode); in processLabel()349 labelString=fromPunycode; in processLabel()351 labelLength=fromPunycode.length(); in processLabel()
319 StringBuilder fromPunycode; in processLabel() local331 … fromPunycode=Punycode.decode(dest.subSequence(labelStart+4, labelStart+labelLength), null); in processLabel()343 boolean isValid=uts46Norm2.isNormalized(fromPunycode); in processLabel()348 labelString=fromPunycode; in processLabel()350 labelLength=fromPunycode.length(); in processLabel()