Lines Matching defs:safeTrim
75 private static byte[] safeTrim(byte[] ba, int len, Charset cs, boolean isTrusted) {
84 private static char[] safeTrim(char[] ca, int len,
154 return safeTrim(ca, clen, cs, isTrusted);
171 return safeTrim(ca, cb.position(), cs, isTrusted);
209 // when safeTrim() is invoked...the "safe" way to do is to redundant
230 return safeTrim(ca, clen, cs, isTrusted);
246 return safeTrim(ca, cb.position(), cs, isTrusted);
305 return safeTrim(ba, blen, cs, isTrusted);
322 return safeTrim(ba, bb.position(), cs, isTrusted);
365 return safeTrim(ba, blen, cs, isTrusted);
379 return safeTrim(ba, bb.position(), cs, isTrusted);