HomeSort by relevance Sort by last modified time
    Searched defs:trimLength (Results 1 - 4 of 4) sorted by null

  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 135 int trimLength = -1;
159 if (trimLength < 0 && !empty) {
162 trimLength = trimString.length();
165 if (trimLength >= 0 && line.length() > trimLength) {
167 for (int i = 0; i < trimLength; i++) {
174 line = line.substring(trimLength);
177 if (trimLength >= 0) {
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 1238 milliseconds