Home
last modified time | relevance | path

Searched refs:separators (Results 1 – 25 of 212) sorted by relevance

123456789

/third_party/typescript/tests/baselines/reference/
Dparser.numericSeparators.decmialNegative.errors.txt2 …ser/ecmascriptnext/numericSeparators/10.ts(1,4): error TS6188: Numeric separators are not allowed …
3 …mericSeparators/11.ts(1,5): error TS6189: Multiple consecutive numeric separators are not permitte…
4 …ser/ecmascriptnext/numericSeparators/12.ts(1,2): error TS6188: Numeric separators are not allowed …
5 …ser/ecmascriptnext/numericSeparators/13.ts(1,3): error TS6188: Numeric separators are not allowed …
6 …ser/ecmascriptnext/numericSeparators/14.ts(1,4): error TS6188: Numeric separators are not allowed …
7 …ser/ecmascriptnext/numericSeparators/15.ts(1,5): error TS6188: Numeric separators are not allowed …
10 …ser/ecmascriptnext/numericSeparators/17.ts(1,6): error TS6188: Numeric separators are not allowed …
11 …mericSeparators/18.ts(1,3): error TS6189: Multiple consecutive numeric separators are not permitte…
12 …mericSeparators/19.ts(1,5): error TS6189: Multiple consecutive numeric separators are not permitte…
13 …rser/ecmascriptnext/numericSeparators/2.ts(1,3): error TS6188: Numeric separators are not allowed …
[all …]
Dparser.numericSeparators.hexNegative.errors.txt1 …rser/ecmascriptnext/numericSeparators/1.ts(1,5): error TS6188: Numeric separators are not allowed …
2 …rser/ecmascriptnext/numericSeparators/2.ts(1,3): error TS6188: Numeric separators are not allowed …
3 …rser/ecmascriptnext/numericSeparators/3.ts(1,2): error TS6188: Numeric separators are not allowed …
6 …umericSeparators/4.ts(1,6): error TS6189: Multiple consecutive numeric separators are not permitte…
7 …mericSeparators/5.ts(1,13): error TS6189: Multiple consecutive numeric separators are not permitte…
8 …rser/ecmascriptnext/numericSeparators/6.ts(1,3): error TS6188: Numeric separators are not allowed …
9 …rser/ecmascriptnext/numericSeparators/6.ts(1,4): error TS6188: Numeric separators are not allowed …
10 …rser/ecmascriptnext/numericSeparators/6.ts(1,5): error TS6188: Numeric separators are not allowed …
16 !!! error TS6188: Numeric separators are not allowed here.
21 !!! error TS6188: Numeric separators are not allowed here.
[all …]
Dparser.numericSeparators.octalNegative.errors.txt1 …rser/ecmascriptnext/numericSeparators/1.ts(1,5): error TS6188: Numeric separators are not allowed …
2 …rser/ecmascriptnext/numericSeparators/2.ts(1,3): error TS6188: Numeric separators are not allowed …
3 …rser/ecmascriptnext/numericSeparators/3.ts(1,2): error TS6188: Numeric separators are not allowed …
6 …umericSeparators/4.ts(1,6): error TS6189: Multiple consecutive numeric separators are not permitte…
7 …mericSeparators/5.ts(1,13): error TS6189: Multiple consecutive numeric separators are not permitte…
8 …rser/ecmascriptnext/numericSeparators/6.ts(1,3): error TS6188: Numeric separators are not allowed …
9 …rser/ecmascriptnext/numericSeparators/6.ts(1,4): error TS6188: Numeric separators are not allowed …
10 …rser/ecmascriptnext/numericSeparators/6.ts(1,5): error TS6188: Numeric separators are not allowed …
16 !!! error TS6188: Numeric separators are not allowed here.
21 !!! error TS6188: Numeric separators are not allowed here.
[all …]
Dparser.numericSeparators.binaryNegative.errors.txt1 …rser/ecmascriptnext/numericSeparators/1.ts(1,5): error TS6188: Numeric separators are not allowed …
2 …rser/ecmascriptnext/numericSeparators/2.ts(1,3): error TS6188: Numeric separators are not allowed …
3 …rser/ecmascriptnext/numericSeparators/3.ts(1,2): error TS6188: Numeric separators are not allowed …
6 …umericSeparators/4.ts(1,6): error TS6189: Multiple consecutive numeric separators are not permitte…
7 …mericSeparators/5.ts(1,13): error TS6189: Multiple consecutive numeric separators are not permitte…
8 …rser/ecmascriptnext/numericSeparators/6.ts(1,3): error TS6188: Numeric separators are not allowed …
9 …rser/ecmascriptnext/numericSeparators/6.ts(1,4): error TS6188: Numeric separators are not allowed …
10 …rser/ecmascriptnext/numericSeparators/6.ts(1,5): error TS6188: Numeric separators are not allowed …
16 !!! error TS6188: Numeric separators are not allowed here.
21 !!! error TS6188: Numeric separators are not allowed here.
[all …]
DparseBigInt.errors.txt11 tests/cases/compiler/parseBigInt.ts(64,30): error TS6188: Numeric separators are not allowed here.
12 tests/cases/compiler/parseBigInt.ts(65,33): error TS6189: Multiple consecutive numeric separators a…
34 // Test literals with separators
106 !!! error TS6188: Numeric separators are not allowed here.
109 !!! error TS6189: Multiple consecutive numeric separators are not permitted.
/third_party/boost/libs/spirit/test/lex/
Dstate_switcher.cpp29 separators = "[,;]"; in switch_state_tokens()
30 this->self("SEP") = separators; in switch_state_tokens()
33 boost::spirit::lex::token_def<> identifier, white_space, separators; member
65 in_state("SEP")[lex.separators])); in main()
67 lex, in_state("SEP")[lex.separators])); in main()
69 lex, in_state("SEP")[lex.separators])); in main()
72 lex, in_state("SEP")[lex.separators])); in main()
74 lex, in_state("SEP")[lex.separators])); in main()
76 in_state("SEP")[lex.separators])); in main()
/third_party/gn/src/base/strings/
Dstring_split.cc151 std::string_view separators, in SplitString() argument
154 if (separators.size() == 1) { in SplitString()
155 return SplitStringT<char, std::string, char>(input, separators[0], in SplitString()
159 input, separators, whitespace, result_type); in SplitString()
163 std::u16string_view separators, in SplitString() argument
166 if (separators.size() == 1) { in SplitString()
168 input, separators[0], whitespace, result_type); in SplitString()
171 input, separators, whitespace, result_type); in SplitString()
175 std::string_view separators, in SplitStringPiece() argument
178 if (separators.size() == 1) { in SplitStringPiece()
[all …]
Dstring_split.h44 std::string_view separators,
48 std::u16string_view separators,
65 std::string_view separators,
70 std::u16string_view separators,
/third_party/python/Lib/json/
D__init__.py116 separators=None,
121 allow_nan=True, cls=None, indent=None, separators=None, argument
167 cls is None and indent is None and separators is None and
175 separators=separators,
184 allow_nan=True, cls=None, indent=None, separators=None, argument
229 cls is None and indent is None and separators is None and
237 separators=separators, default=default, sort_keys=sort_keys,
Dencoder.py106 indent=None, separators=None, default=None): argument
153 if separators is not None:
154 self.item_separator, self.key_separator = separators
/third_party/libinput/src/
Dutil-strings.c40 next_word(const char **state, size_t *len, const char *separators) in next_word() argument
48 next += strspn(next, separators); in next_word()
54 l = strcspn(next, separators); in next_word()
74 strv_from_string(const char *in, const char *separators) in strv_from_string() argument
84 while (next_word(&s, &l, separators) != NULL) in strv_from_string()
96 while ((word = next_word(&s, &l, separators)) != NULL) { in strv_from_string()
/third_party/python/Lib/test/test_json/
Dtest_separators.py33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(' ,', ' : '))
44 self.assertRaises(TypeError, self.dumps, h, separators=(b', ', ': '))
45 self.assertRaises(TypeError, self.dumps, h, separators=(', ', b': '))
46 self.assertRaises(TypeError, self.dumps, h, separators=(b', ', b': '))
Dtest_indent.py33 d2 = self.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))
34 d3 = self.dumps(h, indent='\t', sort_keys=True, separators=(',', ': '))
/third_party/jerryscript/tools/
Dgen-unicode.py123 separators = self._categories['separators']
125 if non_breaking_space in separators:
126 separators.remove(int(non_breaking_space))
133 if mongolian_vowel_separator not in separators:
134 bisect.insort(separators, int(mongolian_vowel_separator))
135 if medium_mathematical_space not in separators:
136 bisect.insort(separators, int(medium_mathematical_space))
137 if zero_width_space not in separators:
138 bisect.insort(separators, int(zero_width_space))
191 letters, non_letters, separators = categorizer.read_categories(script_args.unicode_data)
[all …]
/third_party/boost/libs/math/doc/equations/
Dbessel12.mml1separators="" open="(" close=")" ><mrow><mi >i</mi> <mo class="MathClass-bin">&#x2212;</mo> <mfra…
Dmbessel12.mml1separators="" open="(" close=")" ><mrow><mfrac><mrow ><mn>3</mn></mrow><mrow ><mn>2</mn></mrow></…
/third_party/boost/libs/filesystem/src/
Dpath.cpp71 const wchar_t* const separators = L"/\\"; variable
84 const char* const separators = "/"; variable
523 return str.find_first_of(separators, 2) == pos; in is_root_separator()
542 size_type pos(str.find_last_of(separators, end_pos-1)); in filename_pos()
581 string_type::size_type pos(path.find_first_of(separators, 4)); in root_directory_start()
592 string_type::size_type pos(path.find_first_of(separators, 2)); in root_directory_start()
794 size_type end_pos(it.m_path_ptr->m_pathname.find_first_of(separators, it.m_pos)); in m_path_iterator_increment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp39 const char *separators = "\\/"; variable
42 const char separators = '/'; variable
69 size_t end = path.find_first_of(separators, 2); in find_first_component()
78 size_t end = path.find_first_of(separators); in find_first_component()
91 size_t pos = str.find_last_of(separators, str.size() - 1); in filename_pos()
125 return str.find_first_of(separators, 2); in root_dir_start()
295 size_t end_pos = Path.find_first_of(separators, Position); in operator ++()
470 size_t loc = component.find_first_not_of(separators); in append()
769 assert(P.find_first_of(separators) == StringRef::npos && in createTemporaryFile()
/third_party/PyYAML/tests/data/
Ddocument-separator-in-quoted-scalar.loader-error11 document separators"
/third_party/icu/ohos_icu4j/resources/ohos/global/icu/
DICUConfig.properties30 # decimal/grouping separators. When this property is true,
31 # DecimalFormat uses separators configured by DecimalFormatSymbols only
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/
DICUConfig.properties30 # decimal/grouping separators. When this property is true,
31 # DecimalFormat uses separators configured by DecimalFormatSymbols only
/third_party/openssl/doc/man3/
DX509_NAME_print_ex.pod55 B<XN_FLAG_SEP_SPLUS_SPC> and B<XN_FLAG_SEP_MULTILINE> determine the field separators
56 to use. Two distinct separators are used between distinct RelativeDistinguishedName
60 B<XN_FLAG_SEP_COMMA_PLUS> uses comma and plus as separators. B<XN_FLAG_SEP_CPLUS_SPC>
/third_party/node/tools/inspector_protocol/
Dconvert_protocol_to_json.py29 json.dump(protocol, output_file, indent=4, separators=(',', ': '))
Dconcatenate_protocols.py34 …ion": version, "domains": domains}, output_file, indent=4, sort_keys=False, separators=(',', ': '))
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/
Dadb.dart8 // Some emulators use `___` in the name as separators.

123456789