Home
last modified time | relevance | path

Searched defs:NEWLINE (Results 1 – 25 of 46) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest_univnewlines2k.py91 NEWLINE = None variable in TestNativeNewlines
97 NEWLINE = '\r' variable in TestCRNewlines
101 NEWLINE = '\n' variable in TestLFNewlines
105 NEWLINE = '\r\n' variable in TestCRLFNewlines
116 NEWLINE = ('\r', '\n') variable in TestMixedNewlines
Dtest_univnewlines.py93 NEWLINE = '\r' variable in TestCRNewlines
97 NEWLINE = '\n' variable in TestLFNewlines
101 NEWLINE = '\r\n' variable in TestCRLFNewlines
112 NEWLINE = ('\r', '\n') variable in TestMixedNewlines
/external/python/cpython3/Lib/test/
Dtest_univnewlines.py94 NEWLINE = '\r' variable in TestCRNewlines
100 NEWLINE = '\n' variable in TestLFNewlines
106 NEWLINE = '\r\n' variable in TestCRLFNewlines
119 NEWLINE = ('\r', '\n') variable in TestMixedNewlines
/external/rust/crates/regex-syntax/src/unicode_tables/
Dword_break.rs1036 pub const NEWLINE: &'static [(char, char)] = constant
/external/selinux/libsepol/cil/src/
Dcil_lexer.h41 #define NEWLINE 7 macro
/external/nist-sip/java/gov/nist/core/
DSeparators.java45 public static final String NEWLINE = "\r\n"; field
/external/python/cpython2/Tools/scripts/
Dcheckappend.py113 NEWLINE=tokenize.NEWLINE, argument
Dreindent.py290 NEWLINE=tokenize.NEWLINE, argument
/external/doclava/src/com/google/doclava/
DProofread.java30 static final String NEWLINE = "\n" + INDENT; field in Proofread
/external/fonttools/Lib/fontTools/voltLib/
Dlexer.py7 NEWLINE = "NEWLINE" variable in Lexer
/external/python/cpython3/Tools/scripts/
Dreindent.py288 NEWLINE=tokenize.NEWLINE, argument
/external/autotest/utils/
Dreindent.py266 NEWLINE=tokenize.NEWLINE, argument
/external/python/cpython2/Lib/
Dtoken.py15 NEWLINE = 4 variable
/external/python/cpython2/Include/
Dtoken.h16 #define NEWLINE 4 macro
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtoken.py13 NEWLINE = 4 variable
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtoken.py13 NEWLINE = 4 variable
/external/jline/src/src/main/java/jline/
DConsoleOperations.java65 final short NEWLINE = -6; field
/external/fonttools/Lib/fontTools/feaLib/
Dlexer.py20 NEWLINE = "NEWLINE" variable in Lexer
/external/python/cpython3/Include/
Dtoken.h17 #define NEWLINE 4 macro
/external/python/cpython3/Lib/
Dtoken.py10 NEWLINE = 4 variable
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/javadoc/
DJavadocLexer.java489 private static final CharMatcher NEWLINE = CharMatcher.is('\n'); field in JavadocLexer
DJavadocWriter.java284 NEWLINE, enumConstant
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DTokenizer.java50 … private static final UnicodeSet NEWLINE = new UnicodeSet("[\\u000A\\u000D\\u0085\\u2028\\u2029]"); field in Tokenizer
/external/deqp-deps/SPIRV-Tools/test/
Dtext_word_get_test.cpp25 #define NEWLINE "\n" macro
/external/apache-velocity-engine/generated-sources/javacc/org/apache/velocity/runtime/parser/
DStandardParserConstants.java68 int NEWLINE = 33; field

12