Searched refs:fromPunycode (Results 1 – 2 of 2) sorted by relevance
680 UnicodeString fromPunycode; in processLabel() local689 UChar *unicodeBuffer=fromPunycode.getBuffer(-1); // capacity==-1: most labels should fit in processLabel()697 unicodeBuffer, fromPunycode.getCapacity(), in processLabel()700 fromPunycode.releaseBuffer(0); in processLabel()701 unicodeBuffer=fromPunycode.getBuffer(unicodeLength); in processLabel()708 unicodeBuffer, fromPunycode.getCapacity(), in processLabel()711 fromPunycode.releaseBuffer(unicodeLength); in processLabel()723 UBool isValid=uts46Norm2.isNormalized(fromPunycode, errorCode); in processLabel()731 labelString=&fromPunycode; in processLabel()732 label=fromPunycode.getBuffer(); in processLabel()[all …]
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()