File tree Expand file tree Collapse file tree 7 files changed +12
-0
lines changed
Sources/_StringProcessing Expand file tree Collapse file tree 7 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ internal import _RegexParser
2
+
1
3
private typealias ASCIIBitset = DSLTree . CustomCharacterClass . AsciiBitset
2
4
3
5
extension Processor {
Original file line number Diff line number Diff line change 9
9
//
10
10
//===----------------------------------------------------------------------===//
11
11
12
+ internal import _RegexParser
12
13
13
14
enum MatchMode {
14
15
case wholeString
Original file line number Diff line number Diff line change 9
9
//
10
10
//===----------------------------------------------------------------------===//
11
11
12
+ internal import _RegexParser
13
+
12
14
@available ( SwiftStdlib 5 . 7 , * )
13
15
extension Regex {
14
16
/// The result of matching a regular expression against a string.
Original file line number Diff line number Diff line change 9
9
//
10
10
//===----------------------------------------------------------------------===//
11
11
12
+ internal import _RegexParser
13
+
12
14
@_spi ( _Unicode)
13
15
import Swift
14
16
Original file line number Diff line number Diff line change 9
9
//
10
10
//===----------------------------------------------------------------------===//
11
11
12
+ internal import _RegexParser
13
+
12
14
@_silgen_name ( " _swift_string_processing_getScript " )
13
15
func _swift_string_processing_getScript( _: UInt32 ) -> UInt8
14
16
Original file line number Diff line number Diff line change 9
9
//
10
10
//===----------------------------------------------------------------------===//
11
11
12
+ internal import _RegexParser
13
+
12
14
@_spi ( _Unicode)
13
15
import Swift
14
16
Original file line number Diff line number Diff line change 9
9
//
10
10
//===----------------------------------------------------------------------===//
11
11
12
+ internal import _RegexParser
12
13
13
14
// Just a phantom-typed Int wrapper.
14
15
struct TypedInt < 👻> : RawRepresentable , Hashable {
You can’t perform that action at this time.
0 commit comments