Searched defs:length (Results 1 - 5 of 5) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DJFlexTokenizer.java97 * @param length the number of characters to use from the char buffer
99 public final void reInit(char[] contents, int length) { argument
100 yyreset(new CharArrayReader(contents, 0, length));
H A DJFlexXref.java196 if (userPageLink != null && userPageLink.length() == 0) {
200 if (userPageSuffix != null && userPageSuffix.length() == 0) {
220 * @param length the number of characters to use from the char buffer
222 public void reInit(char[] contents, int length) { argument
223 yyreset(new CharArrayReader(contents, 0, length));
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSubversionHistoryParser.java65 final int length; field in class:SubversionHistoryParser.Handler
72 Handler(String home, String prefix, int length, DateFormat df) { argument
75 this.length = length;
104 File file = new File(home, s.substring(prefix.length()));
105 String path = file.getAbsolutePath().substring(length);
156 RuntimeEnvironment.getConfig().getSourceRoot().length(),
H A DJDBCHistoryCache.java481 * Truncate a string to the given length.
484 * @param length the length of the string after truncation
487 * specified length
489 private static String truncate(String str, int length) { argument
490 if (str.length() < length) {
494 return length < suffix.length() ?
495 str.substring(0, length)
[all...]
/opengrok-jel/lib/
H A Dbcel-5.2.jar ... java.io.Serializable { protected int name_index protected int length protected byte tag protected org.apache.bcel. ...

Completed in 17 milliseconds