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

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
StructuralWhitespaceStripper.java 115 private static final Pattern ENDS_WITH_NEWLINE = Pattern.compile("\\n" + IWS + "$");
198 return ENDS_WITH_NEWLINE.matcher(text).find();
  /external/lldb/source/Commands/
CommandObjectExpression.cpp 387 const bool ends_with_newline = error_cstr[error_cstr_len - 1] == '\n'; local
391 if (!ends_with_newline)
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 417 milliseconds