Searched refs:decodeOut (Results 1 – 4 of 4) sorted by relevance
342 StringBuffer decodeOut = null; in convertToUnicode() local349 decodeOut = new StringBuffer(Punycode.decode(temp,caseFlags)); in convertToUnicode()351 decodeOut = null; in convertToUnicode()355 if (decodeOut != null) { in convertToUnicode()356 … StringBuffer toASCIIOut = convertToASCII(UCharacterIterator.getInstance(decodeOut), options); in convertToUnicode()362 decodeOut = null; in convertToUnicode()367 if (decodeOut != null) { in convertToUnicode()368 return decodeOut; in convertToUnicode()
341 StringBuffer decodeOut = null; in convertToUnicode() local348 decodeOut = new StringBuffer(Punycode.decode(temp,caseFlags)); in convertToUnicode()350 decodeOut = null; in convertToUnicode()354 if (decodeOut != null) { in convertToUnicode()355 … StringBuffer toASCIIOut = convertToASCII(UCharacterIterator.getInstance(decodeOut), options); in convertToUnicode()361 decodeOut = null; in convertToUnicode()366 if (decodeOut != null) { in convertToUnicode()367 return decodeOut; in convertToUnicode()
324 StringBuffer decodeOut = null; in convertToUnicode() local326 decodeOut = PunycodeReference.decode(new StringBuffer(temp), null); in convertToUnicode()332 StringBuffer toASCIIOut = convertToASCII(decodeOut, options); in convertToUnicode()339 return decodeOut; in convertToUnicode()
321 StringBuffer decodeOut = null; in convertToUnicode() local323 decodeOut = PunycodeReference.decode(new StringBuffer(temp), null); in convertToUnicode()329 StringBuffer toASCIIOut = convertToASCII(decodeOut, options); in convertToUnicode()336 return decodeOut; in convertToUnicode()