Searched defs:length (Results 1 - 5 of 5) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/history/ |
H A D | SubversionHistoryParser.java | 61 final int length; field in class:SubversionHistoryParser.Handler 68 Handler(String home, String prefix, int length, DateFormat df) { argument 71 this.length = length; 103 File file = new File(home, s.substring(prefix.length())); 104 String path = file.getAbsolutePath().substring(length); 155 RuntimeEnvironment.getInstance().getSourceRootPath().length(),
|
H A D | JDBCHistoryCache.java | 461 return filePath.substring(rootPath.length()); 518 * Truncate a string to the given length. 521 * @param length the length of the string after truncation 524 * specified length 526 private static String truncate(String str, int length) { argument 527 if (str.length() < length) { 531 return length < suffix.length() [all...] |
/opengrok/src/org/opensolaris/opengrok/analysis/ |
H A D | JFlexXref.java | 149 if (userPageLink != null && userPageLink.length() == 0) { 153 if (userPageSuffix != null && userPageSuffix.length() == 0) { 173 * @param length the number of characters to use from the char buffer 175 public void reInit(char[] contents, int length) { argument 176 reInit(new CharArrayReader(contents, 0, length));
|
/opengrok/src/org/opensolaris/opengrok/web/ |
H A D | Util.java | 87 StringBuilder sb = new StringBuilder(q.length() * 2); 110 for (int i = 0; i < q.length(); i++) { 120 * @param length max. number of characters to append, starting from index 0. 124 public static void htmlize(char[] cs, int length, Appendable dest) argument 126 int len = length; 127 if (cs.length < length) { 128 len = cs.length; 225 if (path == null || path.length() == 0) { 229 path.charAt(path.length() [all...] |
/opengrok/lib/ |
H A D | bcel-6.0.jar | ... ConstantPool) throws java.io.IOException int name_index
int length
java.io.DataInput input
org.apache. ... |
Completed in 18 milliseconds