Searched refs:tempDest (Results 1 – 3 of 3) sorted by relevance
229 StringBuilder tempDest=new StringBuilder(); in normalize() local243 … dest.append(norm2.normalize(src.subSequence(prevSpanLimit, spanLimit), tempDest)); in normalize() local
215 StringBuilder tempDest=new StringBuilder(); in normalize() local229 … dest.append(norm2.normalize(src.subSequence(prevSpanLimit, spanLimit), tempDest)); in normalize() local
60 UnicodeString tempDest; // Don't throw away destination buffer between iterations. in normalize() local74 tempDest, errorCode)); in normalize()