Home | History | Annotate | Download | only in crypto

Lines Matching defs:pieces

336         String[] pieces = transformation.split("/");
337 if (pieces.length > 3) {
340 // Empty or missing pieces are represented by null.
342 for (int i = 0; i < pieces.length; ++i) {
343 String piece = pieces[i].trim();