Lines Matching refs:trailing
92 * Leading and trailing spaces, also multiple internal spaces, also
355 // add trailing embedded hex bytes
398 c = readChar(in, "Invalid trailing backslash");
428 // only leading/trailing space can be escaped
432 "in AVA. Only a leading or trailing " +
478 // (non-escaped trailing spaces are ignored)
494 "trailing space must be escaped");
497 // add trailing embedded hex bytes
571 boolean trailing = false;
584 trailing = true;
591 trailing = false;
595 trailing = false;
601 return trailing;
843 // Find leading and trailing whitespace.
850 int trail; // index of last char that is not trailing whitespace
857 // escape leading and trailing whitespace
1002 // remove leading and trailing whitespace from value
1081 * trailing spaces, and multiple internal spaces.
1148 // quote if trailing whitespace
1243 throw new IOException("Invalid leading or trailing space " +