Home | History | Annotate | Download | only in intltest

Lines Matching defs:utext

30 #include "unicode/utext.h"
776 // Note: with the switch to UText, there is no way to restrict the
1389 UnicodeString utext = text;
1390 bi.setText(utext);
3807 RegexMatcher u(" *utext", p, 0, status);
3834 // Also run a quick test with UText when "all" is specified
3990 UText *testUText = utext_openReplaceable(NULL, &testText, &status);
3994 utext_close(testUText); // The break iterator does a shallow clone of the UText
3995 // This UText can be closed immediately, so long as the
4177 // Bug 5532. UTF-8 based UText fails in dictionary code.
4198 UText utext=UTEXT_INITIALIZER;
4199 utext_openUTF8(&utext, (const char *)utf8Data, -1, &status);
4205 bi->setText(&utext, status);
4218 utext_close(&utext);