stdlib: underscore-prefix String.core

Swift SVN r20411
This commit is contained in:
Dmitri Hrybenko
2014-07-23 16:28:57 +00:00
parent 7a3e406ed3
commit 766c9816de
14 changed files with 33 additions and 33 deletions

View File

@@ -68,7 +68,7 @@ extension String {
/// Return an `Index` corresponding to the given offset in our UTF-16
/// representation.
func _index(utf16Index: Int) -> Index {
return Index(String.UnicodeScalarView.Index(utf16Index, core))
return Index(String.UnicodeScalarView.Index(utf16Index, _core))
}
/// Return a `Range<Index>` corresponding to the given `NSRange` of