---
title: TextBreakLocatorRef
framework: coreservices
role: symbol
role_heading: Type Alias
path: coreservices/textbreaklocatorref
---

# TextBreakLocatorRef

Refers to an opaque object that encapsulates locale and text-break information for the purpose of finding boundaries in Unicode text.

## Declaration

```swift
typealias TextBreakLocatorRef = OpaquePointer
```

## Discussion

Discussion You can obtain a TextBreakLocatorRef value from the function  UCCreateTextBreakLocator.
