/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
lexical-001.js | 4 ECMA Section: 7.2 Line Terminators 24 var TITLE = "Line Terminators";
|
lexical-002.js | 4 ECMA Section: 7.2 Line Terminators 24 var TITLE = "Line Terminators";
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/ |
7.2-2-n.js | 24 ECMA Section: 7.2 Line Terminators 45 var TITLE = "Line Terminators";
|
7.2-3-n.js | 24 ECMA Section: 7.2 Line Terminators 45 var TITLE = "Line Terminators";
|
7.2-4-n.js | 24 ECMA Section: 7.2 Line Terminators 45 var TITLE = "Line Terminators";
|
7.2-5-n.js | 24 ECMA Section: 7.2 Line Terminators 45 var TITLE = "Line Terminators";
|
7.2-6.js | 24 ECMA Section: 7.2 Line Terminators 42 var TITLE = "Line Terminators";
|
7.2-1.js | 24 ECMA Section: 7.2 Line Terminators 42 var TITLE = "Line Terminators";
|
/libcore/luni/src/main/java/java/net/ |
HttpCookie.java | 331 String terminators = pre2965 local 337 attributeValue = readAttributeValue(terminators); 424 * the next character in {@code terminators}. The terminator character 427 private String readAttributeValue(String terminators) { 445 int c = find(terminators);
|
/external/guava/src/com/google/common/base/ |
Splitter.java | 192 * into lines whether it uses DOS-style or UNIX-style line terminators. 226 * whether it uses DOS-style or UNIX-style line terminators. This is
|
/build/tools/soslim/ |
symfilter.c | 173 /* Total count includes null terminators */
|
/external/v8/src/ |
scanner.cc | 440 // IsWhiteSpace() includes line terminators! 442 // Ignore line terminators, but remember them. This is necessary 499 // containing line terminators. This contradicts ECMA-262, section 501 // line terminators should be treated as a line terminator, but it [all...] |
/libcore/luni/src/main/java/java/io/ |
LineNumberInputStream.java | 21 * Wraps an existing {@link InputStream} and counts the line terminators
|
LineNumberReader.java | 21 * Wraps an existing {@link Reader} and counts the line terminators encountered
|
/frameworks/base/core/java/android/text/ |
StaticLayout.java | 727 // W5 european number terminators 742 // W5 european number terminators part 2, 743 // W6 separators and terminators [all...] |
/external/chromium/net/http/ |
http_util.h | 119 // This involves normalizing line terminators, converting [CR]LF to \0 and
|
/external/chromium/third_party/icu/source/common/ |
ubidiimp.h | 90 /* all types that are included in a sequence of European Terminators for (W5) */
|
utrace.c | 116 /* Nulls only appear as end-of-string terminators. Move them to the output
|
/external/chromium/third_party/icu/source/i18n/ |
rbnf.cpp | 491 const UChar* terminators; local 496 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST; 498 terminators = NOQUOTE_STOPLIST; 501 while (p < e && !inList(*p, terminators)) ++p; [all...] |
/external/icu4c/common/ |
ubidiimp.h | 90 /* all types that are included in a sequence of European Terminators for (W5) */
|
utrace.c | 116 /* Nulls only appear as end-of-string terminators. Move them to the output
|
/external/icu4c/i18n/ |
rbnf.cpp | 491 const UChar* terminators; local 496 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST; 498 terminators = NOQUOTE_STOPLIST; 501 while (p < e && !inList(*p, terminators)) ++p; [all...] |
/external/chromium/third_party/icu/public/common/unicode/ |
ubrk.h | 185 /** Upper bound for tags for sentences ended by sentence terminators. */
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
uregex.h | 59 /** If set, '.' matches line terminators, otherwise '.' matching stops at line end. 77 * If set, recognize line terminators within string, [all...] |
/external/guava/javadoc/com/google/common/base/ |
Splitter.html | 333 into lines whether it uses DOS-style or UNIX-style line terminators. 353 whether it uses DOS-style or UNIX-style line terminators. This is
|