mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename member_NthContiguous -> _nthContiguous
Swift SVN r18172
This commit is contained in:
@@ -121,8 +121,8 @@ extension String {
|
||||
while true {
|
||||
if AIdx < AEnd {
|
||||
if BIdx < BEnd {
|
||||
let e1 = self._base._NthContiguous(AIdx)
|
||||
let e2 = other._base._NthContiguous(BIdx)
|
||||
let e1 = self._base._nthContiguous(AIdx)
|
||||
let e2 = other._base._nthContiguous(BIdx)
|
||||
|
||||
if _slowPath((e1 >= 0x80) | (e2 >= 0x80)) {
|
||||
// Use slow unicode comparator if
|
||||
|
||||
Reference in New Issue
Block a user