mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 15:42:14 +00:00
Merge 2b82b243fe
into 770c4b8042
This commit is contained in:
commit
66b4594685
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ void StringSearch::setText(const UnicodeString &text, UErrorCode &status)
|
|||
{
|
||||
if (U_SUCCESS(status)) {
|
||||
m_text_ = text;
|
||||
usearch_setText(m_strsrch_, text.getBuffer(), text.length(), &status);
|
||||
usearch_setText(m_strsrch_, m_text_.getBuffer(), m_text_.length(), &status);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue