We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9ba3b commit aa46ff1Copy full SHA for aa46ff1
stdlib/public/stubs/UnicodeNormalization.cpp
@@ -248,9 +248,8 @@ void swift::__swift_stdlib_ubrk_close(
248
ubrk_close(ptr_cast<UBreakIterator>(bi));
249
}
250
251
-swift::__swift_stdlib_UBreakIterator *
252
-swift::__swift_stdlib_ubrk_open(swift::__swift_stdlib_UBreakIteratorType type,
253
- const char *locale, const uint16_t *text,
+swift::__swift_stdlib_UBreakIterator *swift::__swift_stdlib_ubrk_open(
+ swift::__swift_stdlib_UBreakIteratorType type, const char *locale,
254
const __swift_stdlib_UChar *text, int32_t textLength,
255
__swift_stdlib_UErrorCode *status) {
256
return ptr_cast<swift::__swift_stdlib_UBreakIterator>(
0 commit comments