OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trailingwhitespace
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Format/
FormatTokenLexer.h
70
unsigned
TrailingWhitespace
;
FormatTokenLexer.cpp
30
LessStashed(false), Column(0),
TrailingWhitespace
(0),
399
FormatTok->Tok.getLocation().getLocWithOffset(-
TrailingWhitespace
);
404
unsigned WhitespaceLength =
TrailingWhitespace
;
479
TrailingWhitespace
= 0;
484
TrailingWhitespace
= UntrimmedText.size() - FormatTok->TokenText.size();
593
TrailingWhitespace
= 0;
/system/core/init/parser/
tokenizer_test.cpp
55
TEST(Tokenizer,
TrailingWhiteSpace
) {
/external/zxing/core/
core.jar
Completed in 281 milliseconds