Searched refs:tempDest (Results 1 – 3 of 3) sorted by relevance
231 StringBuilder tempDest=new StringBuilder(); in normalize() local245 … dest.append(norm2.normalize(src.subSequence(prevSpanLimit, spanLimit), tempDest)); in normalize() local
217 StringBuilder tempDest=new StringBuilder(); in normalize() local231 … dest.append(norm2.normalize(src.subSequence(prevSpanLimit, spanLimit), tempDest)); in normalize() local
64 UnicodeString tempDest; // Don't throw away destination buffer between iterations. in normalize() local78 tempDest, errorCode)); in normalize()