Rename member_NthContiguous -> _nthContiguous

Swift SVN r18172
This commit is contained in:
Nadav Rotem
2014-05-16 04:26:10 +00:00
parent b34abd4d8d
commit c1db20d178
2 changed files with 4 additions and 4 deletions

View File

@@ -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