Searched defs:TestText (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Ducnvseltst.c187 typedef struct TestText { struct
191 } TestText; typedef in typeref:struct:TestText
194 text_reset(TestText *tt) {
200 text_nextString(TestText *tt, int32_t *pLength) {
225 text_open(TestText *tt) {
229 uprv_memset(tt, 0, sizeof(TestText));
257 text_close(TestText *tt) {
380 TestText text;
H A Dusrchtst.c1018 static void TestText(void) function
2736 addTest(root, &TestText, "tscoll/usrchtst/TestText");
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsrchtest.cpp137 CASE(10, TestText)
1112 void StringSearchTest::TestText() function in class:StringSearchTest
/external/icu/icu4c/source/test/cintltst/
H A Ducnvseltst.c187 typedef struct TestText { struct
191 } TestText; typedef in typeref:struct:TestText
194 text_reset(TestText *tt) {
200 text_nextString(TestText *tt, int32_t *pLength) {
225 text_open(TestText *tt) {
229 uprv_memset(tt, 0, sizeof(TestText));
257 text_close(TestText *tt) {
380 TestText text;
H A Dusrchtst.c1117 static void TestText(void) function
3007 addTest(root, &TestText, "tscoll/usrchtst/TestText");
/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp137 CASE(10, TestText)
1205 void StringSearchTest::TestText() function in class:StringSearchTest

Completed in 131 milliseconds