Home | History | Annotate | Download | only in intltest

Lines Matching refs:utf8Text

1463     UText *utf8Text = utext_openUTF8(NULL, utf8_string, -1, &status);
1465 UText *deepClone = utext_clone(NULL, utf8Text, TRUE, FALSE, &status);
1471 utext_close(utf8Text);